/* Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. */
/**
 * Office UI Fabric Core 7.2.0
 * The front-end framework for building experiences for Office 365.
 **/
@keyframes ms-slideRightIn10 {
    0% {
        transform: translate3d(-10px,0,0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes ms-slideRightIn20 {
    0% {
        transform: translate3d(-20px,0,0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes ms-slideRightIn40 {
    0% {
        transform: translate3d(-40px,0,0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes ms-slideRightIn400 {
    0% {
        transform: translate3d(-400px,0,0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes ms-slideRightOut40 {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(40px,0,0)
    }
}

@keyframes ms-slideRightOut400 {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(400px,0,0)
    }
}

@keyframes ms-slideLeftIn10 {
    0% {
        transform: translate3d(10px,0,0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes ms-slideLeftIn20 {
    0% {
        transform: translate3d(20px,0,0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes ms-slideLeftIn40 {
    0% {
        transform: translate3d(40px,0,0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes ms-slideLeftIn400 {
    0% {
        transform: translate3d(400px,0,0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes ms-slideLeftOut40 {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(-40px,0,0)
    }
}

@keyframes ms-slideLeftOut400 {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(-400px,0,0)
    }
}

@keyframes ms-slideUpIn10 {
    0% {
        transform: translate3d(0,10px,0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes ms-slideUpIn20 {
    0% {
        transform: translate3d(0,20px,0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes ms-slideDownIn10 {
    0% {
        transform: translate3d(0,-10px,0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes ms-slideDownIn20 {
    0% {
        transform: translate3d(0,-20px,0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes ms-slideUpOut10 {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(0,-10px,0)
    }
}

@keyframes ms-slideUpOut20 {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(0,-20px,0)
    }
}

@keyframes ms-slideDownOut10 {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(0,10px,0)
    }
}

@keyframes ms-slideDownOut20 {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(0,20px,0)
    }
}

@keyframes ms-scaleUp100 {
    0% {
        transform: scale3d(.98,.98,1)
    }

    to {
        transform: scaleX(1)
    }
}

@keyframes ms-scaleUp103 {
    0% {
        transform: scaleX(1)
    }

    to {
        transform: scale3d(1.03,1.03,1)
    }
}

@keyframes ms-scaleDown98 {
    0% {
        transform: scaleX(1)
    }

    to {
        transform: scale3d(.98,.98,1)
    }
}

@keyframes ms-scaleDown100 {
    0% {
        transform: scale3d(1.03,1.03,1)
    }

    to {
        transform: scaleX(1)
    }
}

@keyframes ms-fadeIn {
    0% {
        opacity: 0;
        animation-timing-function: cubic-bezier(.1,.25,.75,.9)
    }

    to {
        opacity: 1
    }
}

@keyframes ms-fadeOut {
    0% {
        opacity: 1;
        animation-timing-function: cubic-bezier(.1,.25,.75,.9)
    }

    to {
        opacity: 0
    }
}

@keyframes ms-rotate90 {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(90deg)
    }
}

@keyframes ms-rotateN90 {
    0% {
        transform: rotate(90deg)
    }

    to {
        transform: rotate(0deg)
    }
}

.ms-slideRightIn10 {
    animation-name: ms-fadeIn,ms-slideRightIn10;
    animation-duration: .367s;
    animation-timing-function: cubic-bezier(.1,.9,.2,1);
    animation-fill-mode: both
}

.ms-slideRightIn20 {
    animation-name: ms-fadeIn,ms-slideRightIn20;
    animation-duration: .367s;
    animation-timing-function: cubic-bezier(.1,.9,.2,1);
    animation-fill-mode: both
}

.ms-slideRightIn40 {
    animation-name: ms-fadeIn,ms-slideRightIn40;
    animation-duration: .367s;
    animation-timing-function: cubic-bezier(.1,.9,.2,1);
    animation-fill-mode: both
}

.ms-slideRightIn400 {
    animation-name: ms-fadeIn,ms-slideRightIn400;
    animation-duration: .367s;
    animation-timing-function: cubic-bezier(.1,.9,.2,1);
    animation-fill-mode: both
}

.ms-slideRightOut40 {
    animation-name: ms-fadeOut,ms-slideRightOut40;
    animation-duration: .167s;
    animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    animation-fill-mode: both
}

.ms-slideRightOut400 {
    animation-name: ms-fadeOut,ms-slideRightOut400;
    animation-duration: .167s;
    animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    animation-fill-mode: both
}

.ms-slideLeftIn10 {
    animation-name: ms-fadeIn,ms-slideLeftIn10;
    animation-duration: .367s;
    animation-timing-function: cubic-bezier(.1,.9,.2,1);
    animation-fill-mode: both
}

.ms-slideLeftIn20 {
    animation-name: ms-fadeIn,ms-slideLeftIn20;
    animation-duration: .367s;
    animation-timing-function: cubic-bezier(.1,.9,.2,1);
    animation-fill-mode: both
}

.ms-slideLeftIn40 {
    animation-name: ms-fadeIn,ms-slideLeftIn40;
    animation-duration: .367s;
    animation-timing-function: cubic-bezier(.1,.9,.2,1);
    animation-fill-mode: both
}

.ms-slideLeftIn400 {
    animation-name: ms-fadeIn,ms-slideLeftIn400;
    animation-duration: .367s;
    animation-timing-function: cubic-bezier(.1,.9,.2,1);
    animation-fill-mode: both
}

.ms-slideLeftOut40 {
    animation-name: ms-fadeOut,ms-slideLeftOut40;
    animation-duration: .167s;
    animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    animation-fill-mode: both
}

.ms-slideLeftOut400 {
    animation-name: ms-fadeOut,ms-slideLeftOut400;
    animation-duration: .167s;
    animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    animation-fill-mode: both
}

.ms-slideUpIn10 {
    animation-name: ms-fadeIn,ms-slideUpIn10;
    animation-duration: .167s;
    animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    animation-fill-mode: both
}

.ms-slideUpIn20 {
    animation-name: ms-fadeIn,ms-slideUpIn20;
    animation-duration: .367s;
    animation-timing-function: cubic-bezier(.1,.9,.2,1);
    animation-fill-mode: both
}

.ms-slideDownIn10 {
    animation-name: ms-fadeIn,ms-slideDownIn10;
    animation-duration: .167s;
    animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    animation-fill-mode: both
}

.ms-slideDownIn20 {
    animation-name: ms-fadeIn,ms-slideDownIn20;
    animation-duration: .367s;
    animation-timing-function: cubic-bezier(.1,.9,.2,1);
    animation-fill-mode: both
}

.ms-slideUpOut10 {
    animation-name: ms-fadeOut,ms-slideUpOut10;
    animation-duration: .167s;
    animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    animation-fill-mode: both
}

.ms-slideUpOut20 {
    animation-name: ms-fadeOut,ms-slideUpOut20;
    animation-duration: .167s;
    animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    animation-fill-mode: both
}

.ms-slideDownOut10 {
    animation-name: ms-fadeOut,ms-slideDownOut10;
    animation-duration: .167s;
    animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    animation-fill-mode: both
}

.ms-slideDownOut20 {
    animation-name: ms-fadeOut,ms-slideDownOut20;
    animation-duration: .167s;
    animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    animation-fill-mode: both
}

.ms-scaleUpIn100 {
    animation-name: ms-fadeIn,ms-scaleUp100;
    animation-duration: .367s;
    animation-timing-function: cubic-bezier(.1,.9,.2,1);
    animation-fill-mode: both
}

.ms-scaleUpOut103 {
    animation-name: ms-fadeOut,ms-scaleUp103;
    animation-duration: .167s;
    animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    animation-fill-mode: both
}

.ms-scaleDownOut98 {
    animation-name: ms-fadeOut,ms-scaleDown98;
    animation-duration: .167s;
    animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    animation-fill-mode: both
}

.ms-scaleDownIn100 {
    animation-name: ms-fadeIn,ms-scaleDown100;
    animation-duration: .367s;
    animation-timing-function: cubic-bezier(.1,.9,.2,1);
    animation-fill-mode: both
}

.ms-fadeIn100 {
    animation-duration: .167s;
    animation-name: ms-fadeIn;
    animation-fill-mode: both
}

.ms-fadeIn200 {
    animation-duration: .267s;
    animation-name: ms-fadeIn;
    animation-fill-mode: both
}

.ms-fadeIn400 {
    animation-duration: .367s;
    animation-name: ms-fadeIn;
    animation-fill-mode: both
}

.ms-fadeIn500 {
    animation-duration: .467s;
    animation-name: ms-fadeIn;
    animation-fill-mode: both
}

.ms-fadeOut100 {
    animation-duration: .1s;
    animation-name: ms-fadeOut;
    animation-fill-mode: both
}

.ms-fadeOut200 {
    animation-duration: .167s;
    animation-name: ms-fadeOut;
    animation-fill-mode: both
}

.ms-fadeOut400 {
    animation-duration: .367s;
    animation-name: ms-fadeOut;
    animation-fill-mode: both
}

.ms-fadeOut500 {
    animation-duration: .467s;
    animation-name: ms-fadeOut;
    animation-fill-mode: both
}

.ms-expandCollapse100 {
    transition: height .1s cubic-bezier(.1,.25,.75,.9)
}

.ms-expandCollapse200 {
    transition: height .167s cubic-bezier(.1,.25,.75,.9)
}

.ms-expandCollapse400 {
    transition: height .367s cubic-bezier(.1,.25,.75,.9)
}

.ms-delay100 {
    animation-delay: .167s
}

.ms-delay200 {
    animation-delay: .267s
}

.ms-rotate90deg {
    animation-name: ms-rotate90;
    animation-duration: .1s;
    animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    animation-fill-mode: both
}

.ms-rotateN90deg {
    animation-name: ms-rotateN90;
    animation-duration: .1s;
    animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    animation-fill-mode: both
}

.ms-BrandIcon--access.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_16x1.png)
}

.ms-BrandIcon--access.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_48x1.png)
}

.ms-BrandIcon--access.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_96x1.png)
}

.ms-BrandIcon--excel.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_16x1.png)
}

.ms-BrandIcon--excel.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_48x1.png)
}

.ms-BrandIcon--excel.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_96x1.png)
}

.ms-BrandIcon--infopath.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_16x1.png)
}

.ms-BrandIcon--infopath.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_48x1.png)
}

.ms-BrandIcon--infopath.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_96x1.png)
}

.ms-BrandIcon--office.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_16x1.png)
}

.ms-BrandIcon--office.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_48x1.png)
}

.ms-BrandIcon--office.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_96x1.png)
}

.ms-BrandIcon--onedrive.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_16x1.png)
}

.ms-BrandIcon--onedrive.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_48x1.png)
}

.ms-BrandIcon--onedrive.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_96x1.png)
}

.ms-BrandIcon--onenote.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_16x1.png)
}

.ms-BrandIcon--onenote.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_48x1.png)
}

.ms-BrandIcon--onenote.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_96x1.png)
}

.ms-BrandIcon--outlook.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_16x1.png)
}

.ms-BrandIcon--outlook.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_48x1.png)
}

.ms-BrandIcon--outlook.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_96x1.png)
}

.ms-BrandIcon--powerpoint.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_16x1.png)
}

.ms-BrandIcon--powerpoint.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_48x1.png)
}

.ms-BrandIcon--powerpoint.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_96x1.png)
}

.ms-BrandIcon--project.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_16x1.png)
}

.ms-BrandIcon--project.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_48x1.png)
}

.ms-BrandIcon--project.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_96x1.png)
}

.ms-BrandIcon--sharepoint.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_16x1.png)
}

.ms-BrandIcon--sharepoint.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_48x1.png)
}

.ms-BrandIcon--sharepoint.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_96x1.png)
}

.ms-BrandIcon--visio.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_16x1.png)
}

.ms-BrandIcon--visio.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_48x1.png)
}

.ms-BrandIcon--visio.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_96x1.png)
}

.ms-BrandIcon--word.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_16x1.png)
}

.ms-BrandIcon--word.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_48x1.png)
}

.ms-BrandIcon--word.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_96x1.png)
}

.ms-BrandIcon--accdb.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_16x1.png)
}

.ms-BrandIcon--accdb.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_48x1.png)
}

.ms-BrandIcon--accdb.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_96x1.png)
}

.ms-BrandIcon--csv.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_16x1.png)
}

.ms-BrandIcon--csv.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_48x1.png)
}

.ms-BrandIcon--csv.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_96x1.png)
}

.ms-BrandIcon--docx.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_16x1.png)
}

.ms-BrandIcon--docx.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_48x1.png)
}

.ms-BrandIcon--docx.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_96x1.png)
}

.ms-BrandIcon--dotx.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_16x1.png)
}

.ms-BrandIcon--dotx.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_48x1.png)
}

.ms-BrandIcon--dotx.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_96x1.png)
}

.ms-BrandIcon--mpp.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_16x1.png)
}

.ms-BrandIcon--mpp.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_48x1.png)
}

.ms-BrandIcon--mpp.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_96x1.png)
}

.ms-BrandIcon--mpt.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_16x1.png)
}

.ms-BrandIcon--mpt.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_48x1.png)
}

.ms-BrandIcon--mpt.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_96x1.png)
}

.ms-BrandIcon--odp.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_16x1.png)
}

.ms-BrandIcon--odp.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_48x1.png)
}

.ms-BrandIcon--odp.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_96x1.png)
}

.ms-BrandIcon--ods.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_16x1.png)
}

.ms-BrandIcon--ods.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_48x1.png)
}

.ms-BrandIcon--ods.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_96x1.png)
}

.ms-BrandIcon--odt.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_16x1.png)
}

.ms-BrandIcon--odt.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_48x1.png)
}

.ms-BrandIcon--odt.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_96x1.png)
}

.ms-BrandIcon--one.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_16x1.png)
}

.ms-BrandIcon--one.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_48x1.png)
}

.ms-BrandIcon--one.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_96x1.png)
}

.ms-BrandIcon--onepkg.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_16x1.png)
}

.ms-BrandIcon--onepkg.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_48x1.png)
}

.ms-BrandIcon--onepkg.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_96x1.png)
}

.ms-BrandIcon--onetoc.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_16x1.png)
}

.ms-BrandIcon--onetoc.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_48x1.png)
}

.ms-BrandIcon--onetoc.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_96x1.png)
}

.ms-BrandIcon--potx.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_16x1.png)
}

.ms-BrandIcon--potx.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_48x1.png)
}

.ms-BrandIcon--potx.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_96x1.png)
}

.ms-BrandIcon--ppsx.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_16x1.png)
}

.ms-BrandIcon--ppsx.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_48x1.png)
}

.ms-BrandIcon--ppsx.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_96x1.png)
}

.ms-BrandIcon--pptx.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_16x1.png)
}

.ms-BrandIcon--pptx.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_48x1.png)
}

.ms-BrandIcon--pptx.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_96x1.png)
}

.ms-BrandIcon--pub.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_16x1.png)
}

.ms-BrandIcon--pub.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_48x1.png)
}

.ms-BrandIcon--pub.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_96x1.png)
}

.ms-BrandIcon--vsdx.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_16x1.png)
}

.ms-BrandIcon--vsdx.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_48x1.png)
}

.ms-BrandIcon--vsdx.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_96x1.png)
}

.ms-BrandIcon--vssx.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_16x1.png)
}

.ms-BrandIcon--vssx.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_48x1.png)
}

.ms-BrandIcon--vssx.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_96x1.png)
}

.ms-BrandIcon--vstx.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_16x1.png)
}

.ms-BrandIcon--vstx.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_48x1.png)
}

.ms-BrandIcon--vstx.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_96x1.png)
}

.ms-BrandIcon--xls.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_16x1.png)
}

.ms-BrandIcon--xls.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_48x1.png)
}

.ms-BrandIcon--xls.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_96x1.png)
}

.ms-BrandIcon--xlsx.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_16x1.png)
}

.ms-BrandIcon--xlsx.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_48x1.png)
}

.ms-BrandIcon--xlsx.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_96x1.png)
}

.ms-BrandIcon--xltx.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_16x1.png)
}

.ms-BrandIcon--xltx.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_48x1.png)
}

.ms-BrandIcon--xltx.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_96x1.png)
}

.ms-BrandIcon--xsn.ms-BrandIcon--icon16 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_16x1.png)
}

.ms-BrandIcon--xsn.ms-BrandIcon--icon48 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_48x1.png)
}

.ms-BrandIcon--xsn.ms-BrandIcon--icon96 {
    background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_96x1.png)
}

.ms-BrandIcon--icon16 {
    background-size: 100% 100%;
    width: 16px;
    height: 16px
}

.ms-BrandIcon--icon48 {
    background-size: 100% 100%;
    width: 48px;
    height: 48px
}

.ms-BrandIcon--icon96 {
    background-size: 100% 100%;
    width: 96px;
    height: 96px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi) {
    .ms-BrandIcon--access.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_16x1_5.png)
    }

    .ms-BrandIcon--access.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_48x1_5.png)
    }

    .ms-BrandIcon--access.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_96x1_5.png)
    }

    .ms-BrandIcon--excel.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_16x1_5.png)
    }

    .ms-BrandIcon--excel.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_48x1_5.png)
    }

    .ms-BrandIcon--excel.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_96x1_5.png)
    }

    .ms-BrandIcon--infopath.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_16x1_5.png)
    }

    .ms-BrandIcon--infopath.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_48x1_5.png)
    }

    .ms-BrandIcon--infopath.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_96x1_5.png)
    }

    .ms-BrandIcon--office.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_16x1_5.png)
    }

    .ms-BrandIcon--office.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_48x1_5.png)
    }

    .ms-BrandIcon--office.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_96x1_5.png)
    }

    .ms-BrandIcon--onedrive.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_16x1_5.png)
    }

    .ms-BrandIcon--onedrive.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_48x1_5.png)
    }

    .ms-BrandIcon--onedrive.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_96x1_5.png)
    }

    .ms-BrandIcon--onenote.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_16x1_5.png)
    }

    .ms-BrandIcon--onenote.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_48x1_5.png)
    }

    .ms-BrandIcon--onenote.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_96x1_5.png)
    }

    .ms-BrandIcon--outlook.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_16x1_5.png)
    }

    .ms-BrandIcon--outlook.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_48x1_5.png)
    }

    .ms-BrandIcon--outlook.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_96x1_5.png)
    }

    .ms-BrandIcon--powerpoint.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_16x1_5.png)
    }

    .ms-BrandIcon--powerpoint.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_48x1_5.png)
    }

    .ms-BrandIcon--powerpoint.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_96x1_5.png)
    }

    .ms-BrandIcon--project.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_16x1_5.png)
    }

    .ms-BrandIcon--project.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_48x1_5.png)
    }

    .ms-BrandIcon--project.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_96x1_5.png)
    }

    .ms-BrandIcon--sharepoint.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_16x1_5.png)
    }

    .ms-BrandIcon--sharepoint.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_48x1_5.png)
    }

    .ms-BrandIcon--sharepoint.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_96x1_5.png)
    }

    .ms-BrandIcon--visio.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_16x1_5.png)
    }

    .ms-BrandIcon--visio.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_48x1_5.png)
    }

    .ms-BrandIcon--visio.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_96x1_5.png)
    }

    .ms-BrandIcon--word.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_16x1_5.png)
    }

    .ms-BrandIcon--word.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_48x1_5.png)
    }

    .ms-BrandIcon--word.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_96x1_5.png)
    }

    .ms-BrandIcon--accdb.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_16x1_5.png)
    }

    .ms-BrandIcon--accdb.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_48x1_5.png)
    }

    .ms-BrandIcon--accdb.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_96x1_5.png)
    }

    .ms-BrandIcon--csv.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_16x1_5.png)
    }

    .ms-BrandIcon--csv.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_48x1_5.png)
    }

    .ms-BrandIcon--csv.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_96x1_5.png)
    }

    .ms-BrandIcon--docx.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_16x1_5.png)
    }

    .ms-BrandIcon--docx.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_48x1_5.png)
    }

    .ms-BrandIcon--docx.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_96x1_5.png)
    }

    .ms-BrandIcon--dotx.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_16x1_5.png)
    }

    .ms-BrandIcon--dotx.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_48x1_5.png)
    }

    .ms-BrandIcon--dotx.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_96x1_5.png)
    }

    .ms-BrandIcon--mpp.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_16x1_5.png)
    }

    .ms-BrandIcon--mpp.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_48x1_5.png)
    }

    .ms-BrandIcon--mpp.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_96x1_5.png)
    }

    .ms-BrandIcon--mpt.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_16x1_5.png)
    }

    .ms-BrandIcon--mpt.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_48x1_5.png)
    }

    .ms-BrandIcon--mpt.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_96x1_5.png)
    }

    .ms-BrandIcon--odp.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_16x1_5.png)
    }

    .ms-BrandIcon--odp.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_48x1_5.png)
    }

    .ms-BrandIcon--odp.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_96x1_5.png)
    }

    .ms-BrandIcon--ods.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_16x1_5.png)
    }

    .ms-BrandIcon--ods.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_48x1_5.png)
    }

    .ms-BrandIcon--ods.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_96x1_5.png)
    }

    .ms-BrandIcon--odt.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_16x1_5.png)
    }

    .ms-BrandIcon--odt.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_48x1_5.png)
    }

    .ms-BrandIcon--odt.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_96x1_5.png)
    }

    .ms-BrandIcon--one.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_16x1_5.png)
    }

    .ms-BrandIcon--one.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_48x1_5.png)
    }

    .ms-BrandIcon--one.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_96x1_5.png)
    }

    .ms-BrandIcon--onepkg.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_16x1_5.png)
    }

    .ms-BrandIcon--onepkg.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_48x1_5.png)
    }

    .ms-BrandIcon--onepkg.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_96x1_5.png)
    }

    .ms-BrandIcon--onetoc.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_16x1_5.png)
    }

    .ms-BrandIcon--onetoc.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_48x1_5.png)
    }

    .ms-BrandIcon--onetoc.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_96x1_5.png)
    }

    .ms-BrandIcon--potx.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_16x1_5.png)
    }

    .ms-BrandIcon--potx.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_48x1_5.png)
    }

    .ms-BrandIcon--potx.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_96x1_5.png)
    }

    .ms-BrandIcon--ppsx.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_16x1_5.png)
    }

    .ms-BrandIcon--ppsx.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_48x1_5.png)
    }

    .ms-BrandIcon--ppsx.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_96x1_5.png)
    }

    .ms-BrandIcon--pptx.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_16x1_5.png)
    }

    .ms-BrandIcon--pptx.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_48x1_5.png)
    }

    .ms-BrandIcon--pptx.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_96x1_5.png)
    }

    .ms-BrandIcon--pub.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_16x1_5.png)
    }

    .ms-BrandIcon--pub.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_48x1_5.png)
    }

    .ms-BrandIcon--pub.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_96x1_5.png)
    }

    .ms-BrandIcon--vsdx.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_16x1_5.png)
    }

    .ms-BrandIcon--vsdx.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_48x1_5.png)
    }

    .ms-BrandIcon--vsdx.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_96x1_5.png)
    }

    .ms-BrandIcon--vssx.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_16x1_5.png)
    }

    .ms-BrandIcon--vssx.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_48x1_5.png)
    }

    .ms-BrandIcon--vssx.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_96x1_5.png)
    }

    .ms-BrandIcon--vstx.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_16x1_5.png)
    }

    .ms-BrandIcon--vstx.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_48x1_5.png)
    }

    .ms-BrandIcon--vstx.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_96x1_5.png)
    }

    .ms-BrandIcon--xls.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_16x1_5.png)
    }

    .ms-BrandIcon--xls.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_48x1_5.png)
    }

    .ms-BrandIcon--xls.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_96x1_5.png)
    }

    .ms-BrandIcon--xlsx.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_16x1_5.png)
    }

    .ms-BrandIcon--xlsx.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_48x1_5.png)
    }

    .ms-BrandIcon--xlsx.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_96x1_5.png)
    }

    .ms-BrandIcon--xltx.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_16x1_5.png)
    }

    .ms-BrandIcon--xltx.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_48x1_5.png)
    }

    .ms-BrandIcon--xltx.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_96x1_5.png)
    }

    .ms-BrandIcon--xsn.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_16x1_5.png)
    }

    .ms-BrandIcon--xsn.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_48x1_5.png)
    }

    .ms-BrandIcon--xsn.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_96x1_5.png)
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi) {
    .ms-BrandIcon--access.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_16x2.png)
    }

    .ms-BrandIcon--access.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_48x2.png)
    }

    .ms-BrandIcon--access.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_96x2.png)
    }

    .ms-BrandIcon--excel.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_16x2.png)
    }

    .ms-BrandIcon--excel.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_48x2.png)
    }

    .ms-BrandIcon--excel.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_96x2.png)
    }

    .ms-BrandIcon--infopath.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_16x2.png)
    }

    .ms-BrandIcon--infopath.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_48x2.png)
    }

    .ms-BrandIcon--infopath.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_96x2.png)
    }

    .ms-BrandIcon--office.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_16x2.png)
    }

    .ms-BrandIcon--office.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_48x2.png)
    }

    .ms-BrandIcon--office.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_96x2.png)
    }

    .ms-BrandIcon--onedrive.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_16x2.png)
    }

    .ms-BrandIcon--onedrive.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_48x2.png)
    }

    .ms-BrandIcon--onedrive.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_96x2.png)
    }

    .ms-BrandIcon--onenote.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_16x2.png)
    }

    .ms-BrandIcon--onenote.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_48x2.png)
    }

    .ms-BrandIcon--onenote.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_96x2.png)
    }

    .ms-BrandIcon--outlook.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_16x2.png)
    }

    .ms-BrandIcon--outlook.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_48x2.png)
    }

    .ms-BrandIcon--outlook.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_96x2.png)
    }

    .ms-BrandIcon--powerpoint.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_16x2.png)
    }

    .ms-BrandIcon--powerpoint.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_48x2.png)
    }

    .ms-BrandIcon--powerpoint.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_96x2.png)
    }

    .ms-BrandIcon--project.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_16x2.png)
    }

    .ms-BrandIcon--project.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_48x2.png)
    }

    .ms-BrandIcon--project.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_96x2.png)
    }

    .ms-BrandIcon--sharepoint.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_16x2.png)
    }

    .ms-BrandIcon--sharepoint.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_48x2.png)
    }

    .ms-BrandIcon--sharepoint.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_96x2.png)
    }

    .ms-BrandIcon--visio.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_16x2.png)
    }

    .ms-BrandIcon--visio.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_48x2.png)
    }

    .ms-BrandIcon--visio.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_96x2.png)
    }

    .ms-BrandIcon--word.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_16x2.png)
    }

    .ms-BrandIcon--word.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_48x2.png)
    }

    .ms-BrandIcon--word.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_96x2.png)
    }

    .ms-BrandIcon--accdb.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_16x2.png)
    }

    .ms-BrandIcon--accdb.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_48x2.png)
    }

    .ms-BrandIcon--accdb.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_96x2.png)
    }

    .ms-BrandIcon--csv.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_16x2.png)
    }

    .ms-BrandIcon--csv.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_48x2.png)
    }

    .ms-BrandIcon--csv.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_96x2.png)
    }

    .ms-BrandIcon--docx.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_16x2.png)
    }

    .ms-BrandIcon--docx.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_48x2.png)
    }

    .ms-BrandIcon--docx.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_96x2.png)
    }

    .ms-BrandIcon--dotx.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_16x2.png)
    }

    .ms-BrandIcon--dotx.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_48x2.png)
    }

    .ms-BrandIcon--dotx.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_96x2.png)
    }

    .ms-BrandIcon--mpp.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_16x2.png)
    }

    .ms-BrandIcon--mpp.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_48x2.png)
    }

    .ms-BrandIcon--mpp.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_96x2.png)
    }

    .ms-BrandIcon--mpt.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_16x2.png)
    }

    .ms-BrandIcon--mpt.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_48x2.png)
    }

    .ms-BrandIcon--mpt.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_96x2.png)
    }

    .ms-BrandIcon--odp.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_16x2.png)
    }

    .ms-BrandIcon--odp.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_48x2.png)
    }

    .ms-BrandIcon--odp.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_96x2.png)
    }

    .ms-BrandIcon--ods.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_16x2.png)
    }

    .ms-BrandIcon--ods.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_48x2.png)
    }

    .ms-BrandIcon--ods.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_96x2.png)
    }

    .ms-BrandIcon--odt.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_16x2.png)
    }

    .ms-BrandIcon--odt.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_48x2.png)
    }

    .ms-BrandIcon--odt.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_96x2.png)
    }

    .ms-BrandIcon--one.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_16x2.png)
    }

    .ms-BrandIcon--one.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_48x2.png)
    }

    .ms-BrandIcon--one.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_96x2.png)
    }

    .ms-BrandIcon--onepkg.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_16x2.png)
    }

    .ms-BrandIcon--onepkg.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_48x2.png)
    }

    .ms-BrandIcon--onepkg.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_96x2.png)
    }

    .ms-BrandIcon--onetoc.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_16x2.png)
    }

    .ms-BrandIcon--onetoc.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_48x2.png)
    }

    .ms-BrandIcon--onetoc.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_96x2.png)
    }

    .ms-BrandIcon--potx.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_16x2.png)
    }

    .ms-BrandIcon--potx.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_48x2.png)
    }

    .ms-BrandIcon--potx.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_96x2.png)
    }

    .ms-BrandIcon--ppsx.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_16x2.png)
    }

    .ms-BrandIcon--ppsx.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_48x2.png)
    }

    .ms-BrandIcon--ppsx.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_96x2.png)
    }

    .ms-BrandIcon--pptx.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_16x2.png)
    }

    .ms-BrandIcon--pptx.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_48x2.png)
    }

    .ms-BrandIcon--pptx.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_96x2.png)
    }

    .ms-BrandIcon--pub.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_16x2.png)
    }

    .ms-BrandIcon--pub.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_48x2.png)
    }

    .ms-BrandIcon--pub.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_96x2.png)
    }

    .ms-BrandIcon--vsdx.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_16x2.png)
    }

    .ms-BrandIcon--vsdx.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_48x2.png)
    }

    .ms-BrandIcon--vsdx.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_96x2.png)
    }

    .ms-BrandIcon--vssx.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_16x2.png)
    }

    .ms-BrandIcon--vssx.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_48x2.png)
    }

    .ms-BrandIcon--vssx.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_96x2.png)
    }

    .ms-BrandIcon--vstx.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_16x2.png)
    }

    .ms-BrandIcon--vstx.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_48x2.png)
    }

    .ms-BrandIcon--vstx.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_96x2.png)
    }

    .ms-BrandIcon--xls.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_16x2.png)
    }

    .ms-BrandIcon--xls.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_48x2.png)
    }

    .ms-BrandIcon--xls.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_96x2.png)
    }

    .ms-BrandIcon--xlsx.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_16x2.png)
    }

    .ms-BrandIcon--xlsx.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_48x2.png)
    }

    .ms-BrandIcon--xlsx.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_96x2.png)
    }

    .ms-BrandIcon--xltx.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_16x2.png)
    }

    .ms-BrandIcon--xltx.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_48x2.png)
    }

    .ms-BrandIcon--xltx.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_96x2.png)
    }

    .ms-BrandIcon--xsn.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_16x2.png)
    }

    .ms-BrandIcon--xsn.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_48x2.png)
    }

    .ms-BrandIcon--xsn.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_96x2.png)
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi) {
    .ms-BrandIcon--access.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_16x3.png)
    }

    .ms-BrandIcon--access.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_48x3.png)
    }

    .ms-BrandIcon--access.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_96x3.png)
    }

    .ms-BrandIcon--excel.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_16x3.png)
    }

    .ms-BrandIcon--excel.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_48x3.png)
    }

    .ms-BrandIcon--excel.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_96x3.png)
    }

    .ms-BrandIcon--infopath.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_16x3.png)
    }

    .ms-BrandIcon--infopath.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_48x3.png)
    }

    .ms-BrandIcon--infopath.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_96x3.png)
    }

    .ms-BrandIcon--office.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_16x3.png)
    }

    .ms-BrandIcon--office.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_48x3.png)
    }

    .ms-BrandIcon--office.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_96x3.png)
    }

    .ms-BrandIcon--onedrive.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_16x3.png)
    }

    .ms-BrandIcon--onedrive.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_48x3.png)
    }

    .ms-BrandIcon--onedrive.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_96x3.png)
    }

    .ms-BrandIcon--onenote.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_16x3.png)
    }

    .ms-BrandIcon--onenote.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_48x3.png)
    }

    .ms-BrandIcon--onenote.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_96x3.png)
    }

    .ms-BrandIcon--outlook.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_16x3.png)
    }

    .ms-BrandIcon--outlook.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_48x3.png)
    }

    .ms-BrandIcon--outlook.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_96x3.png)
    }

    .ms-BrandIcon--powerpoint.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_16x3.png)
    }

    .ms-BrandIcon--powerpoint.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_48x3.png)
    }

    .ms-BrandIcon--powerpoint.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_96x3.png)
    }

    .ms-BrandIcon--project.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_16x3.png)
    }

    .ms-BrandIcon--project.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_48x3.png)
    }

    .ms-BrandIcon--project.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_96x3.png)
    }

    .ms-BrandIcon--sharepoint.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_16x3.png)
    }

    .ms-BrandIcon--sharepoint.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_48x3.png)
    }

    .ms-BrandIcon--sharepoint.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_96x3.png)
    }

    .ms-BrandIcon--visio.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_16x3.png)
    }

    .ms-BrandIcon--visio.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_48x3.png)
    }

    .ms-BrandIcon--visio.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_96x3.png)
    }

    .ms-BrandIcon--word.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_16x3.png)
    }

    .ms-BrandIcon--word.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_48x3.png)
    }

    .ms-BrandIcon--word.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_96x3.png)
    }

    .ms-BrandIcon--accdb.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_16x3.png)
    }

    .ms-BrandIcon--accdb.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_48x3.png)
    }

    .ms-BrandIcon--accdb.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_96x3.png)
    }

    .ms-BrandIcon--csv.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_16x3.png)
    }

    .ms-BrandIcon--csv.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_48x3.png)
    }

    .ms-BrandIcon--csv.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_96x3.png)
    }

    .ms-BrandIcon--docx.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_16x3.png)
    }

    .ms-BrandIcon--docx.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_48x3.png)
    }

    .ms-BrandIcon--docx.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_96x3.png)
    }

    .ms-BrandIcon--dotx.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_16x3.png)
    }

    .ms-BrandIcon--dotx.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_48x3.png)
    }

    .ms-BrandIcon--dotx.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_96x3.png)
    }

    .ms-BrandIcon--mpp.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_16x3.png)
    }

    .ms-BrandIcon--mpp.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_48x3.png)
    }

    .ms-BrandIcon--mpp.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_96x3.png)
    }

    .ms-BrandIcon--mpt.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_16x3.png)
    }

    .ms-BrandIcon--mpt.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_48x3.png)
    }

    .ms-BrandIcon--mpt.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_96x3.png)
    }

    .ms-BrandIcon--odp.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_16x3.png)
    }

    .ms-BrandIcon--odp.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_48x3.png)
    }

    .ms-BrandIcon--odp.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_96x3.png)
    }

    .ms-BrandIcon--ods.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_16x3.png)
    }

    .ms-BrandIcon--ods.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_48x3.png)
    }

    .ms-BrandIcon--ods.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_96x3.png)
    }

    .ms-BrandIcon--odt.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_16x3.png)
    }

    .ms-BrandIcon--odt.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_48x3.png)
    }

    .ms-BrandIcon--odt.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_96x3.png)
    }

    .ms-BrandIcon--one.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_16x3.png)
    }

    .ms-BrandIcon--one.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_48x3.png)
    }

    .ms-BrandIcon--one.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_96x3.png)
    }

    .ms-BrandIcon--onepkg.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_16x3.png)
    }

    .ms-BrandIcon--onepkg.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_48x3.png)
    }

    .ms-BrandIcon--onepkg.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_96x3.png)
    }

    .ms-BrandIcon--onetoc.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_16x3.png)
    }

    .ms-BrandIcon--onetoc.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_48x3.png)
    }

    .ms-BrandIcon--onetoc.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_96x3.png)
    }

    .ms-BrandIcon--potx.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_16x3.png)
    }

    .ms-BrandIcon--potx.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_48x3.png)
    }

    .ms-BrandIcon--potx.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_96x3.png)
    }

    .ms-BrandIcon--ppsx.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_16x3.png)
    }

    .ms-BrandIcon--ppsx.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_48x3.png)
    }

    .ms-BrandIcon--ppsx.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_96x3.png)
    }

    .ms-BrandIcon--pptx.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_16x3.png)
    }

    .ms-BrandIcon--pptx.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_48x3.png)
    }

    .ms-BrandIcon--pptx.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_96x3.png)
    }

    .ms-BrandIcon--pub.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_16x3.png)
    }

    .ms-BrandIcon--pub.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_48x3.png)
    }

    .ms-BrandIcon--pub.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_96x3.png)
    }

    .ms-BrandIcon--vsdx.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_16x3.png)
    }

    .ms-BrandIcon--vsdx.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_48x3.png)
    }

    .ms-BrandIcon--vsdx.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_96x3.png)
    }

    .ms-BrandIcon--vssx.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_16x3.png)
    }

    .ms-BrandIcon--vssx.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_48x3.png)
    }

    .ms-BrandIcon--vssx.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_96x3.png)
    }

    .ms-BrandIcon--vstx.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_16x3.png)
    }

    .ms-BrandIcon--vstx.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_48x3.png)
    }

    .ms-BrandIcon--vstx.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_96x3.png)
    }

    .ms-BrandIcon--xls.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_16x3.png)
    }

    .ms-BrandIcon--xls.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_48x3.png)
    }

    .ms-BrandIcon--xls.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_96x3.png)
    }

    .ms-BrandIcon--xlsx.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_16x3.png)
    }

    .ms-BrandIcon--xlsx.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_48x3.png)
    }

    .ms-BrandIcon--xlsx.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_96x3.png)
    }

    .ms-BrandIcon--xltx.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_16x3.png)
    }

    .ms-BrandIcon--xltx.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_48x3.png)
    }

    .ms-BrandIcon--xltx.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_96x3.png)
    }

    .ms-BrandIcon--xsn.ms-BrandIcon--icon16 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_16x3.png)
    }

    .ms-BrandIcon--xsn.ms-BrandIcon--icon48 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_48x3.png)
    }

    .ms-BrandIcon--xsn.ms-BrandIcon--icon96 {
        background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_96x3.png)
    }
}

.ms-bgColor-themeDark, .ms-bgColor-themeDark--hover:hover {
    background-color: #005a9e
}

.ms-bgColor-themeDarkAlt, .ms-bgColor-themeDarkAlt--hover:hover {
    background-color: #106ebe
}

.ms-bgColor-themeDarker, .ms-bgColor-themeDarker--hover:hover {
    background-color: #004578
}

.ms-bgColor-themePrimary, .ms-bgColor-themePrimary--hover:hover {
    background-color: #0078d7
}

.ms-bgColor-themeSecondary, .ms-bgColor-themeSecondary--hover:hover {
    background-color: #2488d8
}

.ms-bgColor-themeTertiary, .ms-bgColor-themeTertiary--hover:hover {
    background-color: #69afe5
}

.ms-bgColor-themeLight, .ms-bgColor-themeLight--hover:hover {
    background-color: #c7e0f4
}

.ms-bgColor-themeLighter, .ms-bgColor-themeLighter--hover:hover {
    background-color: #deecf9
}

.ms-bgColor-themeLighterAlt, .ms-bgColor-themeLighterAlt--hover:hover {
    background-color: #eff6fc
}

.ms-bgColor-black, .ms-bgColor-black--hover:hover {
    background-color: #000
}

.ms-bgColor-neutralDark, .ms-bgColor-neutralDark--hover:hover {
    background-color: #212121
}

.ms-bgColor-neutralPrimary, .ms-bgColor-neutralPrimary--hover:hover {
    background-color: #333
}

.ms-bgColor-neutralPrimaryAlt, .ms-bgColor-neutralPrimaryAlt--hover:hover {
    background-color: #3c3c3c
}

.ms-bgColor-neutralSecondary, .ms-bgColor-neutralSecondary--hover:hover {
    background-color: #666
}

.ms-bgColor-neutralSecondaryAlt, .ms-bgColor-neutralSecondaryAlt--hover:hover {
    background-color: #767676
}

.ms-bgColor-neutralTertiary, .ms-bgColor-neutralTertiary--hover:hover {
    background-color: #a6a6a6
}

.ms-bgColor-neutralTertiaryAlt, .ms-bgColor-neutralTertiaryAlt--hover:hover {
    background-color: #c8c8c8
}

.ms-bgColor-neutralLight, .ms-bgColor-neutralLight--hover:hover {
    background-color: #eaeaea
}

.ms-bgColor-neutralLighter, .ms-bgColor-neutralLighter--hover:hover {
    background-color: #f4f4f4
}

.ms-bgColor-neutralLighterAlt, .ms-bgColor-neutralLighterAlt--hover:hover {
    background-color: #f8f8f8
}

.ms-bgColor-white, .ms-bgColor-white--hover:hover {
    background-color: #fff
}

.ms-bgColor-yellow {
    background-color: #ffb900
}

.ms-bgColor-yellowLight {
    background-color: #fff100
}

.ms-bgColor-orange {
    background-color: #d83b01
}

.ms-bgColor-orangeLight {
    background-color: #ea4300
}

.ms-bgColor-orangeLighter {
    background-color: #ff8c00
}

.ms-bgColor-redDark {
    background-color: #a80000
}

.ms-bgColor-red {
    background-color: #e81123
}

.ms-bgColor-magentaDark {
    background-color: #5c005c
}

.ms-bgColor-magenta {
    background-color: #b4009e
}

.ms-bgColor-magentaLight {
    background-color: #e3008c
}

.ms-bgColor-purpleDark {
    background-color: #32145a
}

.ms-bgColor-purple {
    background-color: #5c2d91
}

.ms-bgColor-purpleLight {
    background-color: #b4a0ff
}

.ms-bgColor-blueDark {
    background-color: #002050
}

.ms-bgColor-blueMid {
    background-color: #00188f
}

.ms-bgColor-blue {
    background-color: #0078d7
}

.ms-bgColor-blueLight {
    background-color: #00bcf2
}

.ms-bgColor-tealDark {
    background-color: #004b50
}

.ms-bgColor-teal {
    background-color: #008272
}

.ms-bgColor-tealLight {
    background-color: #00b294
}

.ms-bgColor-greenDark {
    background-color: #004b1c
}

.ms-bgColor-green {
    background-color: #107c10
}

.ms-bgColor-greenLight {
    background-color: #bad80a
}

.ms-bgColor-info {
    background-color: #f4f4f4
}

.ms-bgColor-success {
    background-color: #dff6dd
}

.ms-bgColor-severeWarning {
    background-color: #fed9cc
}

.ms-bgColor-warning {
    background-color: #fff4ce
}

.ms-bgColor-error {
    background-color: #fde7e9
}

.ms-borderColor-themeDark, .ms-borderColor-themeDark--hover:hover {
    border-color: #005a9e
}

.ms-borderColor-themeDarkAlt, .ms-borderColor-themeDarkAlt--hover:hover {
    border-color: #106ebe
}

.ms-borderColor-themeDarker, .ms-borderColor-themeDarker--hover:hover {
    border-color: #004578
}

.ms-borderColor-themePrimary, .ms-borderColor-themePrimary--hover:hover {
    border-color: #0078d7
}

.ms-borderColor-themeSecondary, .ms-borderColor-themeSecondary--hover:hover {
    border-color: #2488d8
}

.ms-borderColor-themeTertiary, .ms-borderColor-themeTertiary--hover:hover {
    border-color: #69afe5
}

.ms-borderColor-themeLight, .ms-borderColor-themeLight--hover:hover {
    border-color: #c7e0f4
}

.ms-borderColor-themeLighter, .ms-borderColor-themeLighter--hover:hover {
    border-color: #deecf9
}

.ms-borderColor-themeLighterAlt, .ms-borderColor-themeLighterAlt--hover:hover {
    border-color: #eff6fc
}

.ms-borderColor-black, .ms-borderColor-black--hover:hover {
    border-color: #000
}

.ms-borderColor-neutralDark, .ms-borderColor-neutralDark--hover:hover {
    border-color: #212121
}

.ms-borderColor-neutralPrimary, .ms-borderColor-neutralPrimary--hover:hover {
    border-color: #333
}

.ms-borderColor-neutralPrimaryAlt, .ms-borderColor-neutralPrimaryAlt--hover:hover {
    border-color: #3c3c3c
}

.ms-borderColor-neutralSecondary, .ms-borderColor-neutralSecondary--hover:hover {
    border-color: #666
}

.ms-borderColor-neutralSecondaryAlt, .ms-borderColor-neutralSecondaryAlt--hover:hover {
    border-color: #767676
}

.ms-borderColor-neutralTertiary, .ms-borderColor-neutralTertiary--hover:hover {
    border-color: #a6a6a6
}

.ms-borderColor-neutralTertiaryAlt, .ms-borderColor-neutralTertiaryAlt--hover:hover {
    border-color: #c8c8c8
}

.ms-borderColor-neutralLight, .ms-borderColor-neutralLight--hover:hover {
    border-color: #eaeaea
}

.ms-borderColor-neutralLighter, .ms-borderColor-neutralLighter--hover:hover {
    border-color: #f4f4f4
}

.ms-borderColor-neutralLighterAlt, .ms-borderColor-neutralLighterAlt--hover:hover {
    border-color: #f8f8f8
}

.ms-borderColor-white, .ms-borderColor-white--hover:hover {
    border-color: #fff
}

.ms-borderColor-yellow {
    border-color: #ffb900
}

.ms-borderColor-yellowLight {
    border-color: #fff100
}

.ms-borderColor-orange {
    border-color: #d83b01
}

.ms-borderColor-orangeLight {
    border-color: #ea4300
}

.ms-borderColor-orangeLighter {
    border-color: #ff8c00
}

.ms-borderColor-redDark {
    border-color: #a80000
}

.ms-borderColor-red {
    border-color: #e81123
}

.ms-borderColor-magentaDark {
    border-color: #5c005c
}

.ms-borderColor-magenta {
    border-color: #b4009e
}

.ms-borderColor-magentaLight {
    border-color: #e3008c
}

.ms-borderColor-purpleDark {
    border-color: #32145a
}

.ms-borderColor-purple {
    border-color: #5c2d91
}

.ms-borderColor-purpleLight {
    border-color: #b4a0ff
}

.ms-borderColor-blueDark {
    border-color: #002050
}

.ms-borderColor-blueMid {
    border-color: #00188f
}

.ms-borderColor-blue {
    border-color: #0078d7
}

.ms-borderColor-blueLight {
    border-color: #00bcf2
}

.ms-borderColor-tealDark {
    border-color: #004b50
}

.ms-borderColor-teal {
    border-color: #008272
}

.ms-borderColor-tealLight {
    border-color: #00b294
}

.ms-borderColor-greenDark {
    border-color: #004b1c
}

.ms-borderColor-green {
    border-color: #107c10
}

.ms-borderColor-greenLight {
    border-color: #bad80a
}

.ms-borderColorTop-themePrimary, .ms-borderColorTop-themePrimary--hover:hover {
    border-top-color: #0078d7
}

@font-face {
    font-family: Leelawadee UI Web;
    src: url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-light.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-light.woff) format("woff");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: Leelawadee UI Web;
    src: url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semilight.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Leelawadee UI Web;
    src: url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-regular.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Leelawadee UI Web;
    src: url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semibold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semibold.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Segoe UI Web\ (Arabic);
    src: url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-light.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-light.woff) format("woff");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: Segoe UI Web\ (Arabic);
    src: url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-semilight.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Segoe UI Web\ (Arabic);
    src: url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-regular.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Segoe UI Web\ (Arabic);
    src: url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-semibold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-semibold.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Segoe UI Web\ (Cyrillic);
    src: url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-light.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-light.woff) format("woff");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: Segoe UI Web\ (Cyrillic);
    src: url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-semilight.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Segoe UI Web\ (Cyrillic);
    src: url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-regular.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Segoe UI Web\ (Cyrillic);
    src: url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-semibold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-semibold.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "Segoe UI Web (East European)";
    src: url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-light.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-light.woff) format("woff");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: "Segoe UI Web (East European)";
    src: url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-semilight.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: "Segoe UI Web (East European)";
    src: url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-regular.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Segoe UI Web (East European)";
    src: url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-semibold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-semibold.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Segoe UI Web\ (Greek);
    src: url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-light.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-light.woff) format("woff");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: Segoe UI Web\ (Greek);
    src: url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-semilight.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Segoe UI Web\ (Greek);
    src: url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-regular.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Segoe UI Web\ (Greek);
    src: url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-semibold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-semibold.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Segoe UI Web\ (Hebrew);
    src: url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-light.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-light.woff) format("woff");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: Segoe UI Web\ (Hebrew);
    src: url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-semilight.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Segoe UI Web\ (Hebrew);
    src: url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-regular.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Segoe UI Web\ (Hebrew);
    src: url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-semibold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-semibold.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Segoe UI Web\ (Vietnamese);
    src: url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-light.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-light.woff) format("woff");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: Segoe UI Web\ (Vietnamese);
    src: url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-semilight.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Segoe UI Web\ (Vietnamese);
    src: url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-regular.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Segoe UI Web\ (Vietnamese);
    src: url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-semibold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-semibold.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "Segoe UI Web (West European)";
    src: url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-light.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-light.woff) format("woff");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: "Segoe UI Web (West European)";
    src: url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semilight.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: "Segoe UI Web (West European)";
    src: url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-regular.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Segoe UI Web (West European)";
    src: url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semibold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semibold.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Selawik Web;
    src: url(https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-light.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-light.woff) format("woff");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: Selawik Web;
    src: url(https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-semilight.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Selawik Web;
    src: url(https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-regular.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Selawik Web;
    src: url(https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-semibold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-semibold.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Leelawadee UI Web;
    src: url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semilight.woff) format("woff");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: Leelawadee UI Web;
    src: url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-bold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-bold.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

.ms-font-su {
    font-size: 42px;
    font-weight: 100
}

.ms-font-xxl {
    font-size: 28px;
    font-weight: 100
}

.ms-font-xl-plus {
    font-size: 24px;
    font-weight: 100
}

.ms-font-xl {
    font-size: 21px;
    font-weight: 100
}

.ms-font-l {
    font-size: 17px;
    font-weight: 300
}

.ms-font-m-plus {
    font-size: 15px;
    font-weight: 400
}

.ms-font-m {
    font-size: 14px;
    font-weight: 400
}

.ms-font-s-plus {
    font-size: 13px;
    font-weight: 400
}

.ms-font-s {
    font-size: 12px;
    font-weight: 400
}

.ms-font-xs {
    font-size: 11px;
    font-weight: 400
}

.ms-font-mi {
    font-size: 10px;
    font-weight: 600
}

.ms-fontWeight-light, .ms-fontWeight-light--hover:hover {
    font-weight: 100
}

.ms-fontWeight-semilight, .ms-fontWeight-semilight--hover:hover {
    font-weight: 300
}

.ms-fontWeight-regular, .ms-fontWeight-regular--hover:hover {
    font-weight: 400
}

.ms-fontWeight-semibold, .ms-fontWeight-semibold--hover:hover {
    font-weight: 600
}

.ms-fontSize-su {
    font-size: 42px
}

.ms-fontSize-xxl {
    font-size: 28px
}

.ms-fontSize-xlPlus {
    font-size: 24px
}

.ms-fontSize-xl {
    font-size: 21px
}

.ms-fontSize-l {
    font-size: 17px
}

.ms-fontSize-mPlus {
    font-size: 15px
}

.ms-fontSize-m {
    font-size: 14px
}

.ms-fontSize-sPlus {
    font-size: 13px
}

.ms-fontSize-s {
    font-size: 12px
}

.ms-fontSize-xs {
    font-size: 11px
}

.ms-fontSize-mi {
    font-size: 10px
}

.ms-fontColor-themeDarker, .ms-fontColor-themeDarker--hover:hover {
    color: #004578
}

.ms-fontColor-themeDark, .ms-fontColor-themeDark--hover:hover {
    color: #005a9e
}

.ms-fontColor-themeDarkAlt, .ms-fontColor-themeDarkAlt--hover:hover {
    color: #106ebe
}

.ms-fontColor-themePrimary, .ms-fontColor-themePrimary--hover:hover {
    color: #0078d7
}

.ms-fontColor-themeSecondary, .ms-fontColor-themeSecondary--hover:hover {
    color: #2488d8
}

.ms-fontColor-themeTertiary, .ms-fontColor-themeTertiary--hover:hover {
    color: #69afe5
}

.ms-fontColor-themeLight, .ms-fontColor-themeLight--hover:hover {
    color: #c7e0f4
}

.ms-fontColor-themeLighter, .ms-fontColor-themeLighter--hover:hover {
    color: #deecf9
}

.ms-fontColor-themeLighterAlt, .ms-fontColor-themeLighterAlt--hover:hover {
    color: #eff6fc
}

.ms-fontColor-black, .ms-fontColor-black--hover:hover {
    color: #000
}

.ms-fontColor-neutralDark, .ms-fontColor-neutralDark--hover:hover {
    color: #212121
}

.ms-fontColor-neutralPrimary, .ms-fontColor-neutralPrimary--hover:hover {
    color: #333
}

.ms-fontColor-neutralPrimaryAlt, .ms-fontColor-neutralPrimaryAlt--hover:hover {
    color: #3c3c3c
}

.ms-fontColor-neutralSecondary, .ms-fontColor-neutralSecondary--hover:hover {
    color: #666
}

.ms-fontColor-neutralSecondaryAlt, .ms-fontColor-neutralSecondaryAlt--hover:hover {
    color: #767676
}

.ms-fontColor-neutralTertiary, .ms-fontColor-neutralTertiary--hover:hover {
    color: #a6a6a6
}

.ms-fontColor-neutralTertiaryAlt, .ms-fontColor-neutralTertiaryAlt--hover:hover {
    color: #c8c8c8
}

.ms-fontColor-neutralLight, .ms-fontColor-neutralLight--hover:hover {
    color: #eaeaea
}

.ms-fontColor-neutralLighter, .ms-fontColor-neutralLighter--hover:hover {
    color: #f4f4f4
}

.ms-fontColor-neutralLighterAlt, .ms-fontColor-neutralLighterAlt--hover:hover {
    color: #f8f8f8
}

.ms-fontColor-white, .ms-fontColor-white--hover:hover {
    color: #fff
}

.ms-fontColor-yellow, .ms-fontColor-yellow--hover:hover {
    color: #ffb900
}

.ms-fontColor-yellowLight, .ms-fontColor-yellowLight--hover:hover {
    color: #fff100
}

.ms-fontColor-orange, .ms-fontColor-orange--hover:hover {
    color: #d83b01
}

.ms-fontColor-orangeLight, .ms-fontColor-orangeLight--hover:hover {
    color: #ea4300
}

.ms-fontColor-orangeLighter, .ms-fontColor-orangeLighter--hover:hover {
    color: #ff8c00
}

.ms-fontColor-redDark, .ms-fontColor-redDark--hover:hover {
    color: #a80000
}

.ms-fontColor-red, .ms-fontColor-red--hover:hover {
    color: #e81123
}

.ms-fontColor-magentaDark, .ms-fontColor-magentaDark--hover:hover {
    color: #5c005c
}

.ms-fontColor-magenta, .ms-fontColor-magenta--hover:hover {
    color: #b4009e
}

.ms-fontColor-magentaLight, .ms-fontColor-magentaLight--hover:hover {
    color: #e3008c
}

.ms-fontColor-purpleDark, .ms-fontColor-purpleDark--hover:hover {
    color: #32145a
}

.ms-fontColor-purple, .ms-fontColor-purple--hover:hover {
    color: #5c2d91
}

.ms-fontColor-purpleLight, .ms-fontColor-purpleLight--hover:hover {
    color: #b4a0ff
}

.ms-fontColor-blueDark, .ms-fontColor-blueDark--hover:hover {
    color: #002050
}

.ms-fontColor-blueMid, .ms-fontColor-blueMid--hover:hover {
    color: #00188f
}

.ms-fontColor-blue, .ms-fontColor-blue--hover:hover {
    color: #0078d7
}

.ms-fontColor-blueLight, .ms-fontColor-blueLight--hover:hover {
    color: #00bcf2
}

.ms-fontColor-tealDark, .ms-fontColor-tealDark--hover:hover {
    color: #004b50
}

.ms-fontColor-teal, .ms-fontColor-teal--hover:hover {
    color: #008272
}

.ms-fontColor-tealLight, .ms-fontColor-tealLight--hover:hover {
    color: #00b294
}

.ms-fontColor-greenDark, .ms-fontColor-greenDark--hover:hover {
    color: #004b1c
}

.ms-fontColor-green, .ms-fontColor-green--hover:hover {
    color: #107c10
}

.ms-fontColor-greenLight, .ms-fontColor-greenLight--hover:hover {
    color: #bad80a
}

.ms-fontColor-info, .ms-fontColor-info--hover:hover {
    color: #767676
}

.ms-fontColor-success, .ms-fontColor-success--hover:hover {
    color: #107c10
}

.ms-fontColor-alert, .ms-fontColor-alert--hover:hover {
    color: #d83b01
}

.ms-fontColor-warning, .ms-fontColor-warning--hover:hover {
    color: #767676
}

.ms-fontColor-severeWarning, .ms-fontColor-severeWarning--hover:hover {
    color: #d83b01
}

.ms-fontColor-error, .ms-fontColor-error--hover:hover {
    color: #a80000
}

.ms-Grid {
    box-sizing: border-box;
    *zoom: 1;
    padding: 0 8px
}

    .ms-Grid:after, .ms-Grid:before {
        display: table;
        content: "";
        line-height: 0
    }

    .ms-Grid:after {
        clear: both
    }

.ms-Grid-row {
    margin: 0 -8px;
    box-sizing: border-box;
    *zoom: 1
}

    .ms-Grid-row:after, .ms-Grid-row:before {
        display: table;
        content: "";
        line-height: 0
    }

    .ms-Grid-row:after {
        clear: both
    }

.ms-Grid-col {
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box;
    float: left
}

    .ms-Grid-col .ms-Grid {
        padding: 0
    }

@font-face {
    font-family: FabricMDL2Icons;
    src: url(https://static2.sharepointonline.com/files/fabric/assets/icons/fabricmdl2icons-2.35.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/icons/fabricmdl2icons-2.35.woff) format("woff"),url(https://static2.sharepointonline.com/files/fabric/assets/icons/fabricmdl2icons-2.35.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

.ms-Icon {
    display: inline-block;
    font-family: FabricMDL2Icons;
    font-style: normal;
    font-weight: 400;
    speak: none
}

.ms-Icon--circle {
    position: relative;
    display: inline-block;
    font-size: 1rem;
    width: 1em;
    height: 1em;
    margin: 0 .5em 0 0;
    padding: 0;
    text-align: left
}

    .ms-Icon--circle:after, .ms-Icon--circle:before {
        line-height: 1;
        font-size: inherit
    }

    .ms-Icon--circle:before {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        vertical-align: top;
        position: absolute
    }

    .ms-Icon--circle:after {
        content: "\E000";
        position: absolute;
        top: 0;
        left: 0;
        transform: scale(2);
        transform-origin: 50% 50%;
        z-index: 0
    }

.ms-Icon--xs {
    font-size: 10px
}

.ms-Icon--s {
    font-size: 12px
}

.ms-Icon--m {
    font-size: 16px
}

.ms-Icon--l {
    font-size: 20px
}

.ms-Icon--SwayLogo:before {
    content: "\ED29"
}

.ms-Icon--ClassNotebookLogo:before {
    content: "\EDC8"
}

.ms-Icon--DocsLogo:before {
    content: "\EDCB"
}

.ms-Icon--OneNoteEduLogo:before {
    content: "\EDD0"
}

.ms-Icon--ProjectLogo:before {
    content: "\EDD4"
}

.ms-Icon--AADLogo:before {
    content: "\ED68"
}

.ms-Icon--Accept:before {
    content: "\E8FB"
}

.ms-Icon--AccessLogo:before {
    content: "\ED69"
}

.ms-Icon--AccessLogoFill:before {
    content: "\F1DB"
}

.ms-Icon--Accounts:before {
    content: "\E910"
}

.ms-Icon--ActivityFeed:before {
    content: "\F056"
}

.ms-Icon--Add:before {
    content: "\E710"
}

.ms-Icon--AddEvent:before {
    content: "\EEB5"
}

.ms-Icon--AddFavorite:before {
    content: "\F0C8"
}

.ms-Icon--AddFavoriteFill:before {
    content: "\F0C9"
}

.ms-Icon--AddFriend:before {
    content: "\E8FA"
}

.ms-Icon--AddGroup:before {
    content: "\EE3D"
}

.ms-Icon--AddOnlineMeeting:before {
    content: "\ED8E"
}

.ms-Icon--AddPhone:before {
    content: "\ED96"
}

.ms-Icon--AddTo:before {
    content: "\ECC8"
}

.ms-Icon--Admin:before {
    content: "\E7EF"
}

.ms-Icon--AdminALogo:before {
    content: "\ED6A"
}

.ms-Icon--AdminCLogo:before {
    content: "\ED6B"
}

.ms-Icon--AdminDLogo:before {
    content: "\ED6C"
}

.ms-Icon--AdminELogo:before {
    content: "\ED6D"
}

.ms-Icon--AdminLLogo:before {
    content: "\ED6E"
}

.ms-Icon--AdminMLogo:before {
    content: "\ED6F"
}

.ms-Icon--AdminOLogo:before {
    content: "\ED70"
}

.ms-Icon--AdminPLogo:before {
    content: "\ED71"
}

.ms-Icon--AdminSLogo:before {
    content: "\ED72"
}

.ms-Icon--AdminYLogo:before {
    content: "\ED73"
}

.ms-Icon--Airplane:before {
    content: "\E709"
}

.ms-Icon--AirplaneSolid:before {
    content: "\EB4C"
}

.ms-Icon--AirTickets:before {
    content: "\EF7A"
}

.ms-Icon--AlarmClock:before {
    content: "\E919"
}

.ms-Icon--Album:before {
    content: "\E7AB"
}

.ms-Icon--AlbumRemove:before {
    content: "\EC62"
}

.ms-Icon--AlertSolid:before {
    content: "\F331"
}

.ms-Icon--AlignCenter:before {
    content: "\E8E3"
}

.ms-Icon--AlignLeft:before {
    content: "\E8E4"
}

.ms-Icon--AlignRight:before {
    content: "\E8E2"
}

.ms-Icon--AnalyticsLogo:before {
    content: "\F1DE"
}

.ms-Icon--AnalyticsQuery:before {
    content: "\F1DF"
}

.ms-Icon--AnalyticsReport:before {
    content: "\F1E1"
}

.ms-Icon--AndroidLogo:before {
    content: "\EF8B"
}

.ms-Icon--Annotation:before {
    content: "\E924"
}

.ms-Icon--AppIconDefault:before {
    content: "\ECAA"
}

.ms-Icon--Archive:before {
    content: "\F03F"
}

.ms-Icon--AreaChart:before {
    content: "\E9D2"
}

.ms-Icon--Arrivals:before {
    content: "\EB34"
}

.ms-Icon--ArrowDownRight8:before {
    content: "\EED5"
}

.ms-Icon--ArrowDownRightMirrored8:before {
    content: "\EEF0"
}

.ms-Icon--ArrowTallDownLeft:before {
    content: "\F2BF"
}

.ms-Icon--ArrowTallDownRight:before {
    content: "\F2C0"
}

.ms-Icon--ArrowTallUpLeft:before {
    content: "\F2BD"
}

.ms-Icon--ArrowTallUpRight:before {
    content: "\F2BE"
}

.ms-Icon--ArrowUpRight8:before {
    content: "\EED4"
}

.ms-Icon--ArrowUpRightMirrored8:before {
    content: "\EEEF"
}

.ms-Icon--Articles:before {
    content: "\EAC1"
}

.ms-Icon--Ascending:before {
    content: "\EDC0"
}

.ms-Icon--AssessmentGroup:before {
    content: "\F31A"
}

.ms-Icon--AssessmentGroupTemplate:before {
    content: "\F2B1"
}

.ms-Icon--AssetLibrary:before {
    content: "\EEB6"
}

.ms-Icon--Assign:before {
    content: "\E9D3"
}

.ms-Icon--Asterisk:before {
    content: "\EA38"
}

.ms-Icon--AsteriskSolid:before {
    content: "\F34D"
}

.ms-Icon--ATPLogo:before {
    content: "\EF85"
}

.ms-Icon--Attach:before {
    content: "\E723"
}

.ms-Icon--AustralianRules:before {
    content: "\EE70"
}

.ms-Icon--AutoEnhanceOff:before {
    content: "\E78E"
}

.ms-Icon--AutoEnhanceOn:before {
    content: "\E78D"
}

.ms-Icon--AutoFillTemplate:before {
    content: "\F313"
}

.ms-Icon--AutoRacing:before {
    content: "\EB24"
}

.ms-Icon--AwayStatus:before {
    content: "\EE6A"
}

.ms-Icon--AzureAPIManagement:before {
    content: "\F37F"
}

.ms-Icon--AzureKeyVault:before {
    content: "\F3B4"
}

.ms-Icon--AzureLogo:before {
    content: "\EB6A"
}

.ms-Icon--AzureServiceEndpoint:before {
    content: "\F380"
}

.ms-Icon--Back:before {
    content: "\E72B"
}

.ms-Icon--Backlog:before {
    content: "\F2AC"
}

.ms-Icon--BackToWindow:before {
    content: "\E73F"
}

.ms-Icon--Badge:before {
    content: "\EC1B"
}

.ms-Icon--Balloons:before {
    content: "\ED7E"
}

.ms-Icon--BankSolid:before {
    content: "\F34F"
}

.ms-Icon--BarChart4:before {
    content: "\EAE7"
}

.ms-Icon--BarChartHorizontal:before {
    content: "\E9EB"
}

.ms-Icon--BarChartVertical:before {
    content: "\E9EC"
}

.ms-Icon--Baseball:before {
    content: "\EB20"
}

.ms-Icon--BidiLtr:before {
    content: "\E9AA"
}

.ms-Icon--BidiRtl:before {
    content: "\E9AB"
}

.ms-Icon--BingLogo:before {
    content: "\EB6B"
}

.ms-Icon--BlockContact:before {
    content: "\E8F8"
}

.ms-Icon--Blocked:before {
    content: "\E733"
}

.ms-Icon--Blocked2:before {
    content: "\ECE4"
}

.ms-Icon--BlowingSnow:before {
    content: "\E9C9"
}

.ms-Icon--Blur:before {
    content: "\F28E"
}

.ms-Icon--Boards:before {
    content: "\EF68"
}

.ms-Icon--Bold:before {
    content: "\E8DD"
}

.ms-Icon--BookingsLogo:before {
    content: "\EDC7"
}

.ms-Icon--Bookmarks:before {
    content: "\E8A4"
}

.ms-Icon--BookmarksMirrored:before {
    content: "\EA41"
}

.ms-Icon--BoxAdditionSolid:before {
    content: "\F2D4"
}

.ms-Icon--BoxCheckmarkSolid:before {
    content: "\F2D7"
}

.ms-Icon--BoxLogo:before {
    content: "\ED75"
}

.ms-Icon--BoxMultiplySolid:before {
    content: "\F2D5"
}

.ms-Icon--BoxPlaySolid:before {
    content: "\F2D6"
}

.ms-Icon--BoxSubtractSolid:before {
    content: "\F2D3"
}

.ms-Icon--BranchCommit:before {
    content: "\F293"
}

.ms-Icon--BranchCompare:before {
    content: "\F294"
}

.ms-Icon--BranchFork:before {
    content: "\F173"
}

.ms-Icon--BranchFork2:before {
    content: "\F291"
}

.ms-Icon--BranchLocked:before {
    content: "\F292"
}

.ms-Icon--BranchMerge:before {
    content: "\F295"
}

.ms-Icon--BranchPullRequest:before {
    content: "\F296"
}

.ms-Icon--BranchSearch:before {
    content: "\F297"
}

.ms-Icon--BranchShelveset:before {
    content: "\F298"
}

.ms-Icon--Breadcrumb:before {
    content: "\EF8C"
}

.ms-Icon--Brightness:before {
    content: "\E706"
}

.ms-Icon--Broom:before {
    content: "\EA99"
}

.ms-Icon--BucketColor:before {
    content: "\F1B6"
}

.ms-Icon--BucketColorFill:before {
    content: "\F1B7"
}

.ms-Icon--BufferTimeAfter:before {
    content: "\F0D0"
}

.ms-Icon--BufferTimeBefore:before {
    content: "\F0CF"
}

.ms-Icon--BufferTimeBoth:before {
    content: "\F0D1"
}

.ms-Icon--BugSolid:before {
    content: "\F335"
}

.ms-Icon--Build:before {
    content: "\F28F"
}

.ms-Icon--BuildIssue:before {
    content: "\F319"
}

.ms-Icon--BuildQueue:before {
    content: "\F24F"
}

.ms-Icon--BuildQueueNew:before {
    content: "\F250"
}

.ms-Icon--BulletedList:before {
    content: "\E8FD"
}

.ms-Icon--BulletedList2:before {
    content: "\F2C7"
}

.ms-Icon--BulletedList2Mirrored:before {
    content: "\F2C8"
}

.ms-Icon--BulletedListMirrored:before {
    content: "\EA42"
}

.ms-Icon--BusinessHoursSign:before {
    content: "\F310"
}

.ms-Icon--BusSolid:before {
    content: "\EB47"
}

.ms-Icon--Cafe:before {
    content: "\EC32"
}

.ms-Icon--Cake:before {
    content: "\ECA4"
}

.ms-Icon--CalculatorAddition:before {
    content: "\E948"
}

.ms-Icon--CalculatorEqualTo:before {
    content: "\E94E"
}

.ms-Icon--CalculatorMultiply:before {
    content: "\E947"
}

.ms-Icon--CalculatorNotEqualTo:before {
    content: "\F2D2"
}

.ms-Icon--CalculatorSubtract:before {
    content: "\E949"
}

.ms-Icon--Calendar:before {
    content: "\E787"
}

.ms-Icon--CalendarAgenda:before {
    content: "\EE9A"
}

.ms-Icon--CalendarDay:before {
    content: "\E8BF"
}

.ms-Icon--CalendarMirrored:before {
    content: "\ED28"
}

.ms-Icon--CalendarReply:before {
    content: "\E8F5"
}

.ms-Icon--CalendarWeek:before {
    content: "\E8C0"
}

.ms-Icon--CalendarWorkWeek:before {
    content: "\EF51"
}

.ms-Icon--CaloriesAdd:before {
    content: "\F172"
}

.ms-Icon--Camera:before {
    content: "\E722"
}

.ms-Icon--Cancel:before {
    content: "\E711"
}

.ms-Icon--CannedChat:before {
    content: "\F0F2"
}

.ms-Icon--Car:before {
    content: "\E804"
}

.ms-Icon--CaretBottomLeftCenter8:before {
    content: "\F365"
}

.ms-Icon--CaretBottomLeftSolid8:before {
    content: "\F121"
}

.ms-Icon--CaretBottomRightCenter8:before {
    content: "\F364"
}

.ms-Icon--CaretBottomRightSolid8:before {
    content: "\F122"
}

.ms-Icon--CaretDown8:before {
    content: "\EDD8"
}

.ms-Icon--CaretDownSolid8:before {
    content: "\EDDC"
}

.ms-Icon--CaretHollow:before {
    content: "\E817"
}

.ms-Icon--CaretHollowMirrored:before {
    content: "\EA45"
}

.ms-Icon--CaretLeft8:before {
    content: "\EDD5"
}

.ms-Icon--CaretLeftSolid8:before {
    content: "\EDD9"
}

.ms-Icon--CaretRight:before {
    content: "\F06B"
}

.ms-Icon--CaretRight8:before {
    content: "\EDD6"
}

.ms-Icon--CaretRightSolid8:before {
    content: "\EDDA"
}

.ms-Icon--CaretSolid:before {
    content: "\E818"
}

.ms-Icon--CaretSolid16:before {
    content: "\EE62"
}

.ms-Icon--CaretSolidDown:before {
    content: "\F08E"
}

.ms-Icon--CaretSolidLeft:before {
    content: "\F08D"
}

.ms-Icon--CaretSolidMirrored:before {
    content: "\EA46"
}

.ms-Icon--CaretSolidRight:before {
    content: "\F08F"
}

.ms-Icon--CaretSolidUp:before {
    content: "\F090"
}

.ms-Icon--CaretTopLeftCenter8:before {
    content: "\F367"
}

.ms-Icon--CaretTopLeftSolid8:before {
    content: "\EF54"
}

.ms-Icon--CaretTopRightCenter8:before {
    content: "\F366"
}

.ms-Icon--CaretTopRightSolid8:before {
    content: "\EF55"
}

.ms-Icon--CaretUp8:before {
    content: "\EDD7"
}

.ms-Icon--CaretUpSolid8:before {
    content: "\EDDB"
}

.ms-Icon--Cat:before {
    content: "\ED7F"
}

.ms-Icon--CellPhone:before {
    content: "\E8EA"
}

.ms-Icon--Certificate:before {
    content: "\EB95"
}

.ms-Icon--Chart:before {
    content: "\E999"
}

.ms-Icon--Chat:before {
    content: "\E901"
}

.ms-Icon--ChatInviteFriend:before {
    content: "\ECFE"
}

.ms-Icon--ChatSolid:before {
    content: "\F344"
}

.ms-Icon--Checkbox:before {
    content: "\E739"
}

.ms-Icon--CheckboxComposite:before {
    content: "\E73A"
}

.ms-Icon--CheckboxCompositeReversed:before {
    content: "\E73D"
}

.ms-Icon--CheckboxIndeterminate:before {
    content: "\E73C"
}

.ms-Icon--CheckList:before {
    content: "\E9D5"
}

.ms-Icon--CheckMark:before {
    content: "\E73E"
}

.ms-Icon--ChevronDown:before {
    content: "\E70D"
}

.ms-Icon--ChevronDownEnd6:before {
    content: "\F36F"
}

.ms-Icon--ChevronDownMed:before {
    content: "\E972"
}

.ms-Icon--ChevronDownSmall:before {
    content: "\E96E"
}

.ms-Icon--ChevronFold10:before {
    content: "\F36A"
}

.ms-Icon--ChevronLeft:before {
    content: "\E76B"
}

.ms-Icon--ChevronLeftEnd6:before {
    content: "\F371"
}

.ms-Icon--ChevronLeftMed:before {
    content: "\E973"
}

.ms-Icon--ChevronLeftSmall:before {
    content: "\E96F"
}

.ms-Icon--ChevronRight:before {
    content: "\E76C"
}

.ms-Icon--ChevronRightEnd6:before {
    content: "\F372"
}

.ms-Icon--ChevronRightMed:before {
    content: "\E974"
}

.ms-Icon--ChevronRightSmall:before {
    content: "\E970"
}

.ms-Icon--ChevronUnfold10:before {
    content: "\F369"
}

.ms-Icon--ChevronUp:before {
    content: "\E70E"
}

.ms-Icon--ChevronUpEnd6:before {
    content: "\F370"
}

.ms-Icon--ChevronUpMed:before {
    content: "\E971"
}

.ms-Icon--ChevronUpSmall:before {
    content: "\E96D"
}

.ms-Icon--ChromeBack:before {
    content: "\E830"
}

.ms-Icon--ChromeBackMirrored:before {
    content: "\EA47"
}

.ms-Icon--ChromeClose:before {
    content: "\E8BB"
}

.ms-Icon--ChromeMinimize:before {
    content: "\E921"
}

.ms-Icon--CircleAddition:before {
    content: "\F2E3"
}

.ms-Icon--CircleAdditionSolid:before {
    content: "\F2E4"
}

.ms-Icon--CircleFill:before {
    content: "\EA3B"
}

.ms-Icon--CircleHalfFull:before {
    content: "\ED9E"
}

.ms-Icon--CirclePause:before {
    content: "\F2D9"
}

.ms-Icon--CirclePauseSolid:before {
    content: "\F2D8"
}

.ms-Icon--CirclePlus:before {
    content: "\EAEE"
}

.ms-Icon--CircleRing:before {
    content: "\EA3A"
}

.ms-Icon--CircleStop:before {
    content: "\F2DC"
}

.ms-Icon--CircleStopSolid:before {
    content: "\F2DB"
}

.ms-Icon--CityNext:before {
    content: "\EC06"
}

.ms-Icon--ClassNotebookLogoInverse:before {
    content: "\EDC8"
}

.ms-Icon--ClassroomLogo:before {
    content: "\EF75"
}

.ms-Icon--Clear:before {
    content: "\E894"
}

.ms-Icon--ClearFilter:before {
    content: "\EF8F"
}

.ms-Icon--ClearFormatting:before {
    content: "\EDDD"
}

.ms-Icon--ClearNight:before {
    content: "\E9C2"
}

.ms-Icon--Clock:before {
    content: "\E917"
}

.ms-Icon--CloneToDesktop:before {
    content: "\F28C"
}

.ms-Icon--ClosedCaption:before {
    content: "\EF84"
}

.ms-Icon--ClosePane:before {
    content: "\E89F"
}

.ms-Icon--ClosePaneMirrored:before {
    content: "\EA49"
}

.ms-Icon--Cloud:before {
    content: "\E753"
}

.ms-Icon--CloudAdd:before {
    content: "\ECA9"
}

.ms-Icon--CloudDownload:before {
    content: "\EBD3"
}

.ms-Icon--CloudUpload:before {
    content: "\EC8E"
}

.ms-Icon--CloudWeather:before {
    content: "\E9BE"
}

.ms-Icon--Cloudy:before {
    content: "\E9BF"
}

.ms-Icon--Cocktails:before {
    content: "\EA9D"
}

.ms-Icon--Code:before {
    content: "\E943"
}

.ms-Icon--Coffee:before {
    content: "\EAEF"
}

.ms-Icon--CoffeeScript:before {
    content: "\F2FA"
}

.ms-Icon--CollapseContent:before {
    content: "\F165"
}

.ms-Icon--CollapseContentSingle:before {
    content: "\F166"
}

.ms-Icon--CollapseMenu:before {
    content: "\EF66"
}

.ms-Icon--CollegeFootball:before {
    content: "\EB26"
}

.ms-Icon--CollegeHoops:before {
    content: "\EB25"
}

.ms-Icon--Color:before {
    content: "\E790"
}

.ms-Icon--ColorSolid:before {
    content: "\F354"
}

.ms-Icon--ColumnLeftTwoThirds:before {
    content: "\F1D6"
}

.ms-Icon--ColumnLeftTwoThirdsEdit:before {
    content: "\F324"
}

.ms-Icon--ColumnOptions:before {
    content: "\F317"
}

.ms-Icon--ColumnRightTwoThirds:before {
    content: "\F1D7"
}

.ms-Icon--ColumnRightTwoThirdsEdit:before {
    content: "\F325"
}

.ms-Icon--Combine:before {
    content: "\EDBB"
}

.ms-Icon--CommandPrompt:before {
    content: "\E756"
}

.ms-Icon--Comment:before {
    content: "\E90A"
}

.ms-Icon--CommentAdd:before {
    content: "\F2B3"
}

.ms-Icon--CommentNext:before {
    content: "\F2B4"
}

.ms-Icon--CommentPrevious:before {
    content: "\F2B5"
}

.ms-Icon--CommentUrgent:before {
    content: "\F307"
}

.ms-Icon--Communications:before {
    content: "\E95A"
}

.ms-Icon--CompassNW:before {
    content: "\E942"
}

.ms-Icon--Completed:before {
    content: "\E930"
}

.ms-Icon--CompletedSolid:before {
    content: "\EC61"
}

.ms-Icon--ConfigurationSolid:before {
    content: "\F334"
}

.ms-Icon--ConstructionCone:before {
    content: "\E98F"
}

.ms-Icon--ConstructionConeSolid:before {
    content: "\F339"
}

.ms-Icon--Contact:before {
    content: "\E77B"
}

.ms-Icon--ContactCard:before {
    content: "\EEBD"
}

.ms-Icon--ContactInfo:before {
    content: "\E779"
}

.ms-Icon--Contrast:before {
    content: "\E7A1"
}

.ms-Icon--Copy:before {
    content: "\E8C8"
}

.ms-Icon--Cotton:before {
    content: "\EAF3"
}

.ms-Icon--CPlusPlus:before {
    content: "\F2F4"
}

.ms-Icon--CPlusPlusLanguage:before {
    content: "\F2F3"
}

.ms-Icon--Cricket:before {
    content: "\EB1E"
}

.ms-Icon--CRMReport:before {
    content: "\EFFE"
}

.ms-Icon--CrownSolid:before {
    content: "\F336"
}

.ms-Icon--CSharp:before {
    content: "\F2F0"
}

.ms-Icon--CSharpLanguage:before {
    content: "\F2EF"
}

.ms-Icon--CSS:before {
    content: "\EBEF"
}

.ms-Icon--CustomList:before {
    content: "\EEBE"
}

.ms-Icon--CustomListMirrored:before {
    content: "\EEBF"
}

.ms-Icon--Cut:before {
    content: "\E8C6"
}

.ms-Icon--Cycling:before {
    content: "\EAC7"
}

.ms-Icon--Database:before {
    content: "\EFC7"
}

.ms-Icon--DataConnectionLibrary:before {
    content: "\EEB7"
}

.ms-Icon--DateTime:before {
    content: "\EC92"
}

.ms-Icon--DateTime2:before {
    content: "\EA17"
}

.ms-Icon--DateTimeMirrored:before {
    content: "\EE93"
}

.ms-Icon--DecisionSolid:before {
    content: "\F350"
}

.ms-Icon--DecreaseIndentLegacy:before {
    content: "\E290"
}

.ms-Icon--Delete:before {
    content: "\E74D"
}

.ms-Icon--DelveAnalytics:before {
    content: "\EEEE"
}

.ms-Icon--DelveAnalyticsLogo:before {
    content: "\EDCA"
}

.ms-Icon--DelveLogo:before {
    content: "\F280"
}

.ms-Icon--DelveLogoFill:before {
    content: "\F281"
}

.ms-Icon--DelveLogoInverse:before {
    content: "\ED76"
}

.ms-Icon--Deploy:before {
    content: "\F29D"
}

.ms-Icon--Descending:before {
    content: "\EDC1"
}

.ms-Icon--Design:before {
    content: "\EB3C"
}

.ms-Icon--DeveloperTools:before {
    content: "\EC7A"
}

.ms-Icon--Devices3:before {
    content: "\EA6C"
}

.ms-Icon--Devices4:before {
    content: "\EB66"
}

.ms-Icon--Diagnostic:before {
    content: "\E9D9"
}

.ms-Icon--Dialpad:before {
    content: "\E75F"
}

.ms-Icon--DiamondSolid:before {
    content: "\F34C"
}

.ms-Icon--Dictionary:before {
    content: "\E82D"
}

.ms-Icon--DietPlanNotebook:before {
    content: "\EAC8"
}

.ms-Icon--DiffInline:before {
    content: "\F309"
}

.ms-Icon--DiffSideBySide:before {
    content: "\F30A"
}

.ms-Icon--DisableUpdates:before {
    content: "\E8D8"
}

.ms-Icon--Dislike:before {
    content: "\E8E0"
}

.ms-Icon--DislikeSolid:before {
    content: "\F3C0"
}

.ms-Icon--DockLeft:before {
    content: "\E90C"
}

.ms-Icon--DockLeftMirrored:before {
    content: "\EA4C"
}

.ms-Icon--DockRight:before {
    content: "\E90D"
}

.ms-Icon--DocLibrary:before {
    content: "\EEB8"
}

.ms-Icon--DocsLogoInverse:before {
    content: "\EDCB"
}

.ms-Icon--Document:before {
    content: "\E8A5"
}

.ms-Icon--Documentation:before {
    content: "\EC17"
}

.ms-Icon--DocumentManagement:before {
    content: "\EFFC"
}

.ms-Icon--DocumentReply:before {
    content: "\EF57"
}

.ms-Icon--DocumentSearch:before {
    content: "\EF6C"
}

.ms-Icon--DocumentSet:before {
    content: "\EED6"
}

.ms-Icon--DonutChart:before {
    content: "\F368"
}

.ms-Icon--Door:before {
    content: "\EB75"
}

.ms-Icon--DoubleBookmark:before {
    content: "\EB8F"
}

.ms-Icon--DoubleChevronDown:before {
    content: "\EE04"
}

.ms-Icon--DoubleChevronDown12:before {
    content: "\EE97"
}

.ms-Icon--DoubleChevronDown8:before {
    content: "\F36B"
}

.ms-Icon--DoubleChevronLeft:before {
    content: "\EDBE"
}

.ms-Icon--DoubleChevronLeft12:before {
    content: "\EE98"
}

.ms-Icon--DoubleChevronLeft8:before {
    content: "\F36D"
}

.ms-Icon--DoubleChevronLeftMed:before {
    content: "\E991"
}

.ms-Icon--DoubleChevronLeftMedMirrored:before {
    content: "\EA4D"
}

.ms-Icon--DoubleChevronRight:before {
    content: "\EDBF"
}

.ms-Icon--DoubleChevronRight12:before {
    content: "\EE99"
}

.ms-Icon--DoubleChevronRight8:before {
    content: "\F36E"
}

.ms-Icon--DoubleChevronUp:before {
    content: "\EDBD"
}

.ms-Icon--DoubleChevronUp12:before {
    content: "\EE96"
}

.ms-Icon--DoubleChevronUp8:before {
    content: "\F36C"
}

.ms-Icon--DoubleColumn:before {
    content: "\F1D4"
}

.ms-Icon--DoubleColumnEdit:before {
    content: "\F322"
}

.ms-Icon--Down:before {
    content: "\E74B"
}

.ms-Icon--Download:before {
    content: "\E896"
}

.ms-Icon--DRM:before {
    content: "\ECA8"
}

.ms-Icon--Drop:before {
    content: "\EB42"
}

.ms-Icon--DropboxLogo:before {
    content: "\ED77"
}

.ms-Icon--Dropdown:before {
    content: "\EDC5"
}

.ms-Icon--Duststorm:before {
    content: "\E9CD"
}

.ms-Icon--Dynamics365Logo:before {
    content: "\EDCC"
}

.ms-Icon--DynamicSMBLogo:before {
    content: "\EDCD"
}

.ms-Icon--EatDrink:before {
    content: "\E807"
}

.ms-Icon--EdgeLogo:before {
    content: "\EC60"
}

.ms-Icon--Edit:before {
    content: "\E70F"
}

.ms-Icon--EditMail:before {
    content: "\EF61"
}

.ms-Icon--EditMirrored:before {
    content: "\EB7E"
}

.ms-Icon--EditNote:before {
    content: "\ED9D"
}

.ms-Icon--EditPhoto:before {
    content: "\EF77"
}

.ms-Icon--EditStyle:before {
    content: "\EF60"
}

.ms-Icon--EgnyteLogo:before {
    content: "\F373"
}

.ms-Icon--Embed:before {
    content: "\ECCE"
}

.ms-Icon--EMI:before {
    content: "\E731"
}

.ms-Icon--Emoji:before {
    content: "\E899"
}

.ms-Icon--Emoji2:before {
    content: "\E76E"
}

.ms-Icon--EmojiDisappointed:before {
    content: "\EA88"
}

.ms-Icon--EmojiNeutral:before {
    content: "\EA87"
}

.ms-Icon--EmptyRecycleBin:before {
    content: "\EF88"
}

.ms-Icon--EngineeringGroup:before {
    content: "\F362"
}

.ms-Icon--Equalizer:before {
    content: "\E9E9"
}

.ms-Icon--EraseTool:before {
    content: "\E75C"
}

.ms-Icon--Error:before {
    content: "\E783"
}

.ms-Icon--ErrorBadge:before {
    content: "\EA39"
}

.ms-Icon--Event:before {
    content: "\ECA3"
}

.ms-Icon--EventDate:before {
    content: "\F059"
}

.ms-Icon--EventInfo:before {
    content: "\ED8B"
}

.ms-Icon--ExcelDocument:before {
    content: "\EF73"
}

.ms-Icon--ExcelLogo:before {
    content: "\F1E5"
}

.ms-Icon--ExcelLogo16:before {
    content: "\F397"
}

.ms-Icon--ExcelLogoFill:before {
    content: "\F1E6"
}

.ms-Icon--ExcelLogoFill16:before {
    content: "\F398"
}

.ms-Icon--ExcelLogoInverse:before {
    content: "\EC28"
}

.ms-Icon--ExcelLogoInverse16:before {
    content: "\F396"
}

.ms-Icon--ExchangeLogo:before {
    content: "\F284"
}

.ms-Icon--ExchangeLogoFill:before {
    content: "\F285"
}

.ms-Icon--ExchangeLogoInverse:before {
    content: "\ED78"
}

.ms-Icon--ExpandMenu:before {
    content: "\EF67"
}

.ms-Icon--ExploreContent:before {
    content: "\ECCD"
}

.ms-Icon--ExploreContentSingle:before {
    content: "\F164"
}

.ms-Icon--Export:before {
    content: "\EDE1"
}

.ms-Icon--ExportMirrored:before {
    content: "\EDE2"
}

.ms-Icon--FabricAssetLibrary:before {
    content: "\F09C"
}

.ms-Icon--FabricDataConnectionLibrary:before {
    content: "\F09D"
}

.ms-Icon--FabricDocLibrary:before {
    content: "\F09E"
}

.ms-Icon--FabricFolder:before {
    content: "\F0A9"
}

.ms-Icon--FabricFolderFill:before {
    content: "\F0AA"
}

.ms-Icon--FabricFolderSearch:before {
    content: "\F0A4"
}

.ms-Icon--FabricFormLibrary:before {
    content: "\F09F"
}

.ms-Icon--FabricFormLibraryMirrored:before {
    content: "\F0A0"
}

.ms-Icon--FabricMovetoFolder:before {
    content: "\F0A5"
}

.ms-Icon--FabricNewFolder:before {
    content: "\F0AB"
}

.ms-Icon--FabricOpenFolderHorizontal:before {
    content: "\F0A8"
}

.ms-Icon--FabricPictureLibrary:before {
    content: "\F0AC"
}

.ms-Icon--FabricPublicFolder:before {
    content: "\F0A3"
}

.ms-Icon--FabricReportLibrary:before {
    content: "\F0A1"
}

.ms-Icon--FabricReportLibraryMirrored:before {
    content: "\F0A2"
}

.ms-Icon--FabricSyncFolder:before {
    content: "\F0A7"
}

.ms-Icon--FabricUnsyncFolder:before {
    content: "\F0A6"
}

.ms-Icon--FacebookLogo:before {
    content: "\ECB3"
}

.ms-Icon--Family:before {
    content: "\EBDA"
}

.ms-Icon--FangBody:before {
    content: "\ECEB"
}

.ms-Icon--FastForward:before {
    content: "\EB9D"
}

.ms-Icon--Favicon:before {
    content: "\E737"
}

.ms-Icon--FavoriteList:before {
    content: "\E728"
}

.ms-Icon--FavoriteStar:before {
    content: "\E734"
}

.ms-Icon--FavoriteStarFill:before {
    content: "\E735"
}

.ms-Icon--Fax:before {
    content: "\EF5C"
}

.ms-Icon--Feedback:before {
    content: "\ED15"
}

.ms-Icon--FeedbackRequestMirroredSolid:before {
    content: "\F35A"
}

.ms-Icon--FeedbackRequestSolid:before {
    content: "\F359"
}

.ms-Icon--FeedbackResponseSolid:before {
    content: "\F35B"
}

.ms-Icon--Ferry:before {
    content: "\E7E3"
}

.ms-Icon--FerrySolid:before {
    content: "\EB48"
}

.ms-Icon--FieldChanged:before {
    content: "\F2C3"
}

.ms-Icon--FieldEmpty:before {
    content: "\F2C1"
}

.ms-Icon--FieldFilled:before {
    content: "\F2C2"
}

.ms-Icon--FieldNotChanged:before {
    content: "\F2C4"
}

.ms-Icon--FileASPX:before {
    content: "\F2E9"
}

.ms-Icon--FileBug:before {
    content: "\F30D"
}

.ms-Icon--FileCode:before {
    content: "\F30E"
}

.ms-Icon--FileComment:before {
    content: "\F30F"
}

.ms-Icon--FileCSS:before {
    content: "\F2EA"
}

.ms-Icon--FileHTML:before {
    content: "\F2ED"
}

.ms-Icon--FileImage:before {
    content: "\F311"
}

.ms-Icon--FileJAVA:before {
    content: "\F2E8"
}

.ms-Icon--FileLess:before {
    content: "\F2EC"
}

.ms-Icon--FilePDB:before {
    content: "\F2E5"
}

.ms-Icon--FileSass:before {
    content: "\F2EB"
}

.ms-Icon--FileSQL:before {
    content: "\F2E7"
}

.ms-Icon--FileSymlink:before {
    content: "\F312"
}

.ms-Icon--FileTemplate:before {
    content: "\F2E6"
}

.ms-Icon--FileTypeSolution:before {
    content: "\F387"
}

.ms-Icon--Filter:before {
    content: "\E71C"
}

.ms-Icon--Filters:before {
    content: "\E795"
}

.ms-Icon--FiltersSolid:before {
    content: "\F353"
}

.ms-Icon--Financial:before {
    content: "\E7BB"
}

.ms-Icon--FinancialMirroredSolid:before {
    content: "\F347"
}

.ms-Icon--FinancialSolid:before {
    content: "\F346"
}

.ms-Icon--Fingerprint:before {
    content: "\E928"
}

.ms-Icon--FiveTileGrid:before {
    content: "\F274"
}

.ms-Icon--Flag:before {
    content: "\E7C1"
}

.ms-Icon--FlameSolid:before {
    content: "\F1F3"
}

.ms-Icon--FlickDown:before {
    content: "\E935"
}

.ms-Icon--FlickLeft:before {
    content: "\E937"
}

.ms-Icon--FlickRight:before {
    content: "\E938"
}

.ms-Icon--FlickUp:before {
    content: "\E936"
}

.ms-Icon--Flow:before {
    content: "\EF90"
}

.ms-Icon--FocalPoint:before {
    content: "\F277"
}

.ms-Icon--Fog:before {
    content: "\E9CB"
}

.ms-Icon--Folder:before {
    content: "\E8B7"
}

.ms-Icon--FolderFill:before {
    content: "\E8D5"
}

.ms-Icon--FolderHorizontal:before {
    content: "\F12B"
}

.ms-Icon--FolderList:before {
    content: "\F2CE"
}

.ms-Icon--FolderListMirrored:before {
    content: "\F2CF"
}

.ms-Icon--FolderOpen:before {
    content: "\E838"
}

.ms-Icon--FolderQuery:before {
    content: "\F2CD"
}

.ms-Icon--FolderSearch:before {
    content: "\EF65"
}

.ms-Icon--Font:before {
    content: "\E8D2"
}

.ms-Icon--FontColor:before {
    content: "\E8D3"
}

.ms-Icon--FontDecrease:before {
    content: "\E8E7"
}

.ms-Icon--FontIncrease:before {
    content: "\E8E8"
}

.ms-Icon--FontSize:before {
    content: "\E8E9"
}

.ms-Icon--FormLibrary:before {
    content: "\EEB9"
}

.ms-Icon--FormLibraryMirrored:before {
    content: "\EEBA"
}

.ms-Icon--Forward:before {
    content: "\E72A"
}

.ms-Icon--ForwardEvent:before {
    content: "\ED8C"
}

.ms-Icon--Freezing:before {
    content: "\E9EF"
}

.ms-Icon--Frigid:before {
    content: "\E9CA"
}

.ms-Icon--FSharp:before {
    content: "\F2F6"
}

.ms-Icon--FSharpLanguage:before {
    content: "\F2F5"
}

.ms-Icon--FullCircleMask:before {
    content: "\E91F"
}

.ms-Icon--FullHistory:before {
    content: "\F31C"
}

.ms-Icon--FullScreen:before {
    content: "\E740"
}

.ms-Icon--FullWidth:before {
    content: "\F2FE"
}

.ms-Icon--FullWidthEdit:before {
    content: "\F2FF"
}

.ms-Icon--Generate:before {
    content: "\E9DA"
}

.ms-Icon--Giftbox:before {
    content: "\EC1F"
}

.ms-Icon--GiftboxOpen:before {
    content: "\F133"
}

.ms-Icon--GiftBoxSolid:before {
    content: "\F341"
}

.ms-Icon--GiftCard:before {
    content: "\EB8E"
}

.ms-Icon--GitGraph:before {
    content: "\F2CA"
}

.ms-Icon--Glasses:before {
    content: "\EA16"
}

.ms-Icon--Glimmer:before {
    content: "\ECF4"
}

.ms-Icon--GlobalNavButton:before {
    content: "\E700"
}

.ms-Icon--Globe:before {
    content: "\E774"
}

.ms-Icon--GlobeFavorite:before {
    content: "\EF53"
}

.ms-Icon--Golf:before {
    content: "\EB1F"
}

.ms-Icon--GoogleDriveLogo:before {
    content: "\EE0B"
}

.ms-Icon--GoogleDriveLogoBottomBlue:before {
    content: "\F375"
}

.ms-Icon--GoogleDriveLogoLeftGreen:before {
    content: "\F374"
}

.ms-Icon--GoogleDriveLogoRightYellow:before {
    content: "\F376"
}

.ms-Icon--GotoToday:before {
    content: "\E8D1"
}

.ms-Icon--GripperBarVertical:before {
    content: "\E784"
}

.ms-Icon--GripperTool:before {
    content: "\E75E"
}

.ms-Icon--Group:before {
    content: "\E902"
}

.ms-Icon--GroupedAscending:before {
    content: "\EE67"
}

.ms-Icon--GroupedDescending:before {
    content: "\EE66"
}

.ms-Icon--GroupedList:before {
    content: "\EF74"
}

.ms-Icon--HailDay:before {
    content: "\EA00"
}

.ms-Icon--HailNight:before {
    content: "\EA13"
}

.ms-Icon--HalfAlpha:before {
    content: "\E97E"
}

.ms-Icon--Handwriting:before {
    content: "\E929"
}

.ms-Icon--HardDriveGroup:before {
    content: "\F18F"
}

.ms-Icon--Header1:before {
    content: "\EA19"
}

.ms-Icon--Header2:before {
    content: "\EF36"
}

.ms-Icon--Header3:before {
    content: "\EF37"
}

.ms-Icon--Header4:before {
    content: "\EF38"
}

.ms-Icon--Headset:before {
    content: "\E95B"
}

.ms-Icon--HeadsetSolid:before {
    content: "\F348"
}

.ms-Icon--Health:before {
    content: "\E95E"
}

.ms-Icon--HealthSolid:before {
    content: "\F33F"
}

.ms-Icon--Heart:before {
    content: "\EB51"
}

.ms-Icon--HeartFill:before {
    content: "\EB52"
}

.ms-Icon--Help:before {
    content: "\E897"
}

.ms-Icon--HelpMirrored:before {
    content: "\EA51"
}

.ms-Icon--Hide:before {
    content: "\ED1A"
}

.ms-Icon--Hide2:before {
    content: "\EF89"
}

.ms-Icon--Highlight:before {
    content: "\E7E6"
}

.ms-Icon--HighlightMappedShapes:before {
    content: "\F2A1"
}

.ms-Icon--History:before {
    content: "\E81C"
}

.ms-Icon--Home:before {
    content: "\E80F"
}

.ms-Icon--HomeSolid:before {
    content: "\EA8A"
}

.ms-Icon--Hospital:before {
    content: "\E91D"
}

.ms-Icon--Hotel:before {
    content: "\E824"
}

.ms-Icon--IconSetsFlag:before {
    content: "\F2A4"
}

.ms-Icon--ImageCrosshair:before {
    content: "\F2C9"
}

.ms-Icon--ImageDiff:before {
    content: "\F30B"
}

.ms-Icon--ImagePixel:before {
    content: "\F30C"
}

.ms-Icon--Import:before {
    content: "\E8B5"
}

.ms-Icon--Important:before {
    content: "\E8C9"
}

.ms-Icon--ImportMirrored:before {
    content: "\EA52"
}

.ms-Icon--InboxCheck:before {
    content: "\EF64"
}

.ms-Icon--IncidentTriangle:before {
    content: "\E814"
}

.ms-Icon--IncreaseIndentLegacy:before {
    content: "\E291"
}

.ms-Icon--Info:before {
    content: "\E946"
}

.ms-Icon--Info2:before {
    content: "\EA1F"
}

.ms-Icon--InfoSolid:before {
    content: "\F167"
}

.ms-Icon--InsertTextBox:before {
    content: "\EC7D"
}

.ms-Icon--InstallToDrive:before {
    content: "\F28D"
}

.ms-Icon--InternetSharing:before {
    content: "\E704"
}

.ms-Icon--iOSAppStoreLogo:before {
    content: "\EF8A"
}

.ms-Icon--IssueTracking:before {
    content: "\EEC0"
}

.ms-Icon--IssueTrackingMirrored:before {
    content: "\EEC1"
}

.ms-Icon--Italic:before {
    content: "\E8DB"
}

.ms-Icon--JavaScriptLanguage:before {
    content: "\F2EE"
}

.ms-Icon--JoinOnlineMeeting:before {
    content: "\ED8F"
}

.ms-Icon--JS:before {
    content: "\EBF0"
}

.ms-Icon--Label:before {
    content: "\E932"
}

.ms-Icon--LandscapeOrientation:before {
    content: "\EF6B"
}

.ms-Icon--LaptopSelected:before {
    content: "\EC76"
}

.ms-Icon--LargeGrid:before {
    content: "\EECB"
}

.ms-Icon--Library:before {
    content: "\E8F1"
}

.ms-Icon--Lifesaver:before {
    content: "\EF62"
}

.ms-Icon--LifesaverLock:before {
    content: "\EF63"
}

.ms-Icon--Light:before {
    content: "\E793"
}

.ms-Icon--Lightbulb:before {
    content: "\EA80"
}

.ms-Icon--LightningBolt:before {
    content: "\E945"
}

.ms-Icon--Like:before {
    content: "\E8E1"
}

.ms-Icon--LikeSolid:before {
    content: "\F3BF"
}

.ms-Icon--LineChart:before {
    content: "\E9E6"
}

.ms-Icon--Link:before {
    content: "\E71B"
}

.ms-Icon--LinkedInLogo:before {
    content: "\F20A"
}

.ms-Icon--List:before {
    content: "\EA37"
}

.ms-Icon--ListMirrored:before {
    content: "\EA55"
}

.ms-Icon--LocaleLanguage:before {
    content: "\F2B7"
}

.ms-Icon--Location:before {
    content: "\E81D"
}

.ms-Icon--LocationCircle:before {
    content: "\E80E"
}

.ms-Icon--LocationDot:before {
    content: "\E827"
}

.ms-Icon--LocationFill:before {
    content: "\E920"
}

.ms-Icon--LocationOutline:before {
    content: "\F2D0"
}

.ms-Icon--Lock:before {
    content: "\E72E"
}

.ms-Icon--LockSolid:before {
    content: "\E9A2"
}

.ms-Icon--LogRemove:before {
    content: "\F316"
}

.ms-Icon--LowerBrightness:before {
    content: "\EC8A"
}

.ms-Icon--LyncLogo:before {
    content: "\ED79"
}

.ms-Icon--Mail:before {
    content: "\E715"
}

.ms-Icon--MailAlert:before {
    content: "\ED80"
}

.ms-Icon--MailCheck:before {
    content: "\ED81"
}

.ms-Icon--MailFill:before {
    content: "\E8A8"
}

.ms-Icon--MailForward:before {
    content: "\E89C"
}

.ms-Icon--MailForwardMirrored:before {
    content: "\EA56"
}

.ms-Icon--MailLowImportance:before {
    content: "\ED82"
}

.ms-Icon--MailPause:before {
    content: "\ED83"
}

.ms-Icon--MailRepeat:before {
    content: "\ED84"
}

.ms-Icon--MailReply:before {
    content: "\E8CA"
}

.ms-Icon--MailReplyAll:before {
    content: "\E8C2"
}

.ms-Icon--MailReplyAllMirrored:before {
    content: "\EA58"
}

.ms-Icon--MailReplyMirrored:before {
    content: "\EA57"
}

.ms-Icon--MailSolid:before {
    content: "\F343"
}

.ms-Icon--MapDirections:before {
    content: "\E816"
}

.ms-Icon--MapPin:before {
    content: "\E707"
}

.ms-Icon--MarkDownLanguage:before {
    content: "\F2FB"
}

.ms-Icon--Market:before {
    content: "\EAFC"
}

.ms-Icon--MarketDown:before {
    content: "\EF42"
}

.ms-Icon--Medical:before {
    content: "\EAD4"
}

.ms-Icon--Megaphone:before {
    content: "\E789"
}

.ms-Icon--MegaphoneSolid:before {
    content: "\F332"
}

.ms-Icon--Memo:before {
    content: "\E77C"
}

.ms-Icon--Merge:before {
    content: "\E7D5"
}

.ms-Icon--MergeDuplicate:before {
    content: "\F29A"
}

.ms-Icon--Message:before {
    content: "\E8BD"
}

.ms-Icon--MessageFill:before {
    content: "\EC70"
}

.ms-Icon--Microphone:before {
    content: "\E720"
}

.ms-Icon--MicrosoftStaffhubLogo:before {
    content: "\F130"
}

.ms-Icon--MiniLink:before {
    content: "\E732"
}

.ms-Icon--MobileSelected:before {
    content: "\EC75"
}

.ms-Icon--Money:before {
    content: "\EAFD"
}

.ms-Icon--More:before {
    content: "\E712"
}

.ms-Icon--MoreSports:before {
    content: "\EB22"
}

.ms-Icon--MoreVertical:before {
    content: "\F2BC"
}

.ms-Icon--Move:before {
    content: "\E7C2"
}

.ms-Icon--MoveToFolder:before {
    content: "\E8DE"
}

.ms-Icon--MSNLogo:before {
    content: "\EB6C"
}

.ms-Icon--MSNVideos:before {
    content: "\EB1C"
}

.ms-Icon--MSNVideosSolid:before {
    content: "\F2DA"
}

.ms-Icon--MultiSelect:before {
    content: "\E762"
}

.ms-Icon--MultiSelectMirrored:before {
    content: "\EA98"
}

.ms-Icon--MusicInCollection:before {
    content: "\E940"
}

.ms-Icon--MusicInCollectionFill:before {
    content: "\EA36"
}

.ms-Icon--MusicNote:before {
    content: "\EC4F"
}

.ms-Icon--Nav2DMapView:before {
    content: "\E800"
}

.ms-Icon--NavigateBack:before {
    content: "\F2DD"
}

.ms-Icon--NavigateBackMirrored:before {
    content: "\F2DE"
}

.ms-Icon--NavigateExternalInline:before {
    content: "\F35F"
}

.ms-Icon--NavigateForward:before {
    content: "\F2DF"
}

.ms-Icon--NavigateForwardMirrored:before {
    content: "\F2E0"
}

.ms-Icon--NetworkTower:before {
    content: "\EC05"
}

.ms-Icon--NewAnalyticsQuery:before {
    content: "\F1E0"
}

.ms-Icon--NewFolder:before {
    content: "\E8F4"
}

.ms-Icon--News:before {
    content: "\E900"
}

.ms-Icon--NewTeamProject:before {
    content: "\F2B2"
}

.ms-Icon--Next:before {
    content: "\E893"
}

.ms-Icon--NoteForward:before {
    content: "\ED99"
}

.ms-Icon--NotePinned:before {
    content: "\ED9A"
}

.ms-Icon--NoteReply:before {
    content: "\ED98"
}

.ms-Icon--NumberedList:before {
    content: "\EA1C"
}

.ms-Icon--NumberField:before {
    content: "\EDC4"
}

.ms-Icon--OfficeAddinsLogo:before {
    content: "\EEC7"
}

.ms-Icon--OfficeAssistantLogo:before {
    content: "\EDCE"
}

.ms-Icon--OfficeFormLogo:before {
    content: "\EF86"
}

.ms-Icon--OfficeLogo:before {
    content: "\EB6E"
}

.ms-Icon--OfficeStoreLogo:before {
    content: "\EDCF"
}

.ms-Icon--OfficeVideoLogo:before {
    content: "\F282"
}

.ms-Icon--OfficeVideoLogoFill:before {
    content: "\F283"
}

.ms-Icon--OfficeVideoLogoInverse:before {
    content: "\ED7A"
}

.ms-Icon--OfflineOneDriveParachute:before {
    content: "\EEC8"
}

.ms-Icon--OfflineOneDriveParachuteDisabled:before {
    content: "\EEC9"
}

.ms-Icon--OfflineStorageSolid:before {
    content: "\F34E"
}

.ms-Icon--OneDrive:before {
    content: "\E941"
}

.ms-Icon--OneDriveAdd:before {
    content: "\EF32"
}

.ms-Icon--OneNoteEduLogoInverse:before {
    content: "\EDD0"
}

.ms-Icon--OneNoteLogo:before {
    content: "\F1E7"
}

.ms-Icon--OneNoteLogo16:before {
    content: "\F39A"
}

.ms-Icon--OneNoteLogoFill:before {
    content: "\F1E8"
}

.ms-Icon--OneNoteLogoFill16:before {
    content: "\F39B"
}

.ms-Icon--OneNoteLogoInverse:before {
    content: "\EC0D"
}

.ms-Icon--OneNoteLogoInverse16:before {
    content: "\F399"
}

.ms-Icon--OpenFile:before {
    content: "\E8E5"
}

.ms-Icon--OpenFolderHorizontal:before {
    content: "\ED25"
}

.ms-Icon--OpenInNewWindow:before {
    content: "\E8A7"
}

.ms-Icon--OpenPane:before {
    content: "\E8A0"
}

.ms-Icon--OpenPaneMirrored:before {
    content: "\EA5B"
}

.ms-Icon--OpenSource:before {
    content: "\EBC2"
}

.ms-Icon--Org:before {
    content: "\ECA6"
}

.ms-Icon--OutlookLogo:before {
    content: "\F1E9"
}

.ms-Icon--OutlookLogo16:before {
    content: "\F39D"
}

.ms-Icon--OutlookLogoFill:before {
    content: "\F1EA"
}

.ms-Icon--OutlookLogoFill16:before {
    content: "\F39E"
}

.ms-Icon--OutlookLogoInverse:before {
    content: "\EB6D"
}

.ms-Icon--OutlookLogoInverse16:before {
    content: "\F39C"
}

.ms-Icon--OutOfOffice:before {
    content: "\ED34"
}

.ms-Icon--Package:before {
    content: "\E7B8"
}

.ms-Icon--Packages:before {
    content: "\F318"
}

.ms-Icon--Page:before {
    content: "\E7C3"
}

.ms-Icon--PageAdd:before {
    content: "\EA1A"
}

.ms-Icon--PageCheckedin:before {
    content: "\F104"
}

.ms-Icon--PageCheckedOut:before {
    content: "\F02C"
}

.ms-Icon--PageEdit:before {
    content: "\EFB6"
}

.ms-Icon--PageLeft:before {
    content: "\E760"
}

.ms-Icon--PageListMirroredSolid:before {
    content: "\F33B"
}

.ms-Icon--PageListSolid:before {
    content: "\F33A"
}

.ms-Icon--PageRight:before {
    content: "\E761"
}

.ms-Icon--PageSolid:before {
    content: "\E729"
}

.ms-Icon--PanoIndicator:before {
    content: "\E7B0"
}

.ms-Icon--Parachute:before {
    content: "\F351"
}

.ms-Icon--ParachuteSolid:before {
    content: "\F352"
}

.ms-Icon--Parameter:before {
    content: "\F306"
}

.ms-Icon--ParatureLogo:before {
    content: "\ED7B"
}

.ms-Icon--ParkingLocation:before {
    content: "\E811"
}

.ms-Icon--ParkingLocationMirrored:before {
    content: "\EA5E"
}

.ms-Icon--ParkingMirroredSolid:before {
    content: "\F34B"
}

.ms-Icon--ParkingSolid:before {
    content: "\F34A"
}

.ms-Icon--PartlyCloudyDay:before {
    content: "\E9C0"
}

.ms-Icon--PartlyCloudyNight:before {
    content: "\E9C1"
}

.ms-Icon--PartyLeader:before {
    content: "\ECA7"
}

.ms-Icon--Paste:before {
    content: "\E77F"
}

.ms-Icon--Pause:before {
    content: "\E769"
}

.ms-Icon--PaymentCard:before {
    content: "\E8C7"
}

.ms-Icon--PC1:before {
    content: "\E977"
}

.ms-Icon--PDF:before {
    content: "\EA90"
}

.ms-Icon--PencilReply:before {
    content: "\EF7B"
}

.ms-Icon--People:before {
    content: "\E716"
}

.ms-Icon--PeopleAdd:before {
    content: "\EA15"
}

.ms-Icon--PeopleAlert:before {
    content: "\ED93"
}

.ms-Icon--PeopleBlock:before {
    content: "\ED91"
}

.ms-Icon--PeoplePause:before {
    content: "\ED94"
}

.ms-Icon--PeopleRepeat:before {
    content: "\ED92"
}

.ms-Icon--Permissions:before {
    content: "\E8D7"
}

.ms-Icon--PermissionsSolid:before {
    content: "\F349"
}

.ms-Icon--Personalize:before {
    content: "\E771"
}

.ms-Icon--Phone:before {
    content: "\E717"
}

.ms-Icon--Photo2:before {
    content: "\EB9F"
}

.ms-Icon--Photo2Add:before {
    content: "\ECAB"
}

.ms-Icon--Photo2Remove:before {
    content: "\ECAC"
}

.ms-Icon--PhotoCollection:before {
    content: "\E7AA"
}

.ms-Icon--Picture:before {
    content: "\E8B9"
}

.ms-Icon--PictureLibrary:before {
    content: "\EEC2"
}

.ms-Icon--PieDouble:before {
    content: "\EB04"
}

.ms-Icon--PieSingle:before {
    content: "\EB05"
}

.ms-Icon--Pill:before {
    content: "\EACB"
}

.ms-Icon--Pin:before {
    content: "\E718"
}

.ms-Icon--Pinned:before {
    content: "\E840"
}

.ms-Icon--PinnedFill:before {
    content: "\E842"
}

.ms-Icon--PivotChart:before {
    content: "\F24C"
}

.ms-Icon--PlannerLogo:before {
    content: "\EDD1"
}

.ms-Icon--PlanView:before {
    content: "\F360"
}

.ms-Icon--Play:before {
    content: "\E768"
}

.ms-Icon--PlayerSettings:before {
    content: "\EF58"
}

.ms-Icon--PlayResume:before {
    content: "\F2C6"
}

.ms-Icon--Plug:before {
    content: "\F300"
}

.ms-Icon--PlugConnected:before {
    content: "\F302"
}

.ms-Icon--PlugDisconnected:before {
    content: "\F303"
}

.ms-Icon--PlugSolid:before {
    content: "\F301"
}

.ms-Icon--POI:before {
    content: "\ECAF"
}

.ms-Icon--POISolid:before {
    content: "\F2D1"
}

.ms-Icon--PostUpdate:before {
    content: "\E8F3"
}

.ms-Icon--PowerApps:before {
    content: "\EDD2"
}

.ms-Icon--PowerApps2Logo:before {
    content: "\F092"
}

.ms-Icon--PowerAppsLogo:before {
    content: "\F091"
}

.ms-Icon--PowerBILogo:before {
    content: "\EA1E"
}

.ms-Icon--PowerPointDocument:before {
    content: "\EF72"
}

.ms-Icon--PowerPointLogo:before {
    content: "\F1EB"
}

.ms-Icon--PowerPointLogo16:before {
    content: "\F394"
}

.ms-Icon--PowerPointLogoFill:before {
    content: "\F1EC"
}

.ms-Icon--PowerPointLogoFill16:before {
    content: "\F395"
}

.ms-Icon--PowerPointLogoInverse:before {
    content: "\EC2A"
}

.ms-Icon--PowerPointLogoInverse16:before {
    content: "\F393"
}

.ms-Icon--Precipitation:before {
    content: "\E9CF"
}

.ms-Icon--PresenceChickletVideo:before {
    content: "\E979"
}

.ms-Icon--Preview:before {
    content: "\E8FF"
}

.ms-Icon--PreviewLink:before {
    content: "\E8A1"
}

.ms-Icon--Previous:before {
    content: "\E892"
}

.ms-Icon--Print:before {
    content: "\E749"
}

.ms-Icon--PrintfaxPrinterFile:before {
    content: "\E956"
}

.ms-Icon--Processing:before {
    content: "\E9F5"
}

.ms-Icon--ProcessMetaTask:before {
    content: "\F290"
}

.ms-Icon--Product:before {
    content: "\ECDC"
}

.ms-Icon--ProFootball:before {
    content: "\EB27"
}

.ms-Icon--ProgressLoopInner:before {
    content: "\ECDE"
}

.ms-Icon--ProgressLoopOuter:before {
    content: "\ECDF"
}

.ms-Icon--ProgressRingDots:before {
    content: "\F16A"
}

.ms-Icon--ProHockey:before {
    content: "\EB28"
}

.ms-Icon--ProjectCollection:before {
    content: "\F363"
}

.ms-Icon--ProjectLogoInverse:before {
    content: "\EDD4"
}

.ms-Icon--ProtectedDocument:before {
    content: "\E8A6"
}

.ms-Icon--ProtectRestrict:before {
    content: "\F22A"
}

.ms-Icon--PublicCalendar:before {
    content: "\EF6D"
}

.ms-Icon--PublicContactCard:before {
    content: "\EF6E"
}

.ms-Icon--PublicEmail:before {
    content: "\EF6F"
}

.ms-Icon--PublicFolder:before {
    content: "\EF70"
}

.ms-Icon--PublisherLogo:before {
    content: "\F1ED"
}

.ms-Icon--PublisherLogo16:before {
    content: "\F3A0"
}

.ms-Icon--PublisherLogoFill:before {
    content: "\F1EE"
}

.ms-Icon--PublisherLogoFill16:before {
    content: "\F3A1"
}

.ms-Icon--PublisherLogoInverse16:before {
    content: "\F39F"
}

.ms-Icon--Puzzle:before {
    content: "\EA86"
}

.ms-Icon--PY:before {
    content: "\F2F9"
}

.ms-Icon--PythonLanguage:before {
    content: "\F2F8"
}

.ms-Icon--QueryList:before {
    content: "\F2B8"
}

.ms-Icon--Questionnaire:before {
    content: "\EE19"
}

.ms-Icon--QuestionnaireMirrored:before {
    content: "\EE4B"
}

.ms-Icon--QuickNote:before {
    content: "\E70B"
}

.ms-Icon--QuickNoteSolid:before {
    content: "\F338"
}

.ms-Icon--RadioBtnOff:before {
    content: "\ECCA"
}

.ms-Icon--RadioBtnOn:before {
    content: "\ECCB"
}

.ms-Icon--RadioBullet:before {
    content: "\E915"
}

.ms-Icon--Rain:before {
    content: "\E9C4"
}

.ms-Icon--RainShowersDay:before {
    content: "\E9C3"
}

.ms-Icon--RainShowersNight:before {
    content: "\EA0F"
}

.ms-Icon--RainSnow:before {
    content: "\E9C7"
}

.ms-Icon--RawSource:before {
    content: "\F299"
}

.ms-Icon--Read:before {
    content: "\E8C3"
}

.ms-Icon--ReadingMode:before {
    content: "\E736"
}

.ms-Icon--ReadingModeSolid:before {
    content: "\F33D"
}

.ms-Icon--ReceiptCheck:before {
    content: "\EF5B"
}

.ms-Icon--ReceiptForward:before {
    content: "\EF59"
}

.ms-Icon--ReceiptReply:before {
    content: "\EF5A"
}

.ms-Icon--Recent:before {
    content: "\E823"
}

.ms-Icon--Record2:before {
    content: "\EA3F"
}

.ms-Icon--RecurringEvent:before {
    content: "\EF5D"
}

.ms-Icon--RecurringTask:before {
    content: "\EDB2"
}

.ms-Icon--RecycleBin:before {
    content: "\EF87"
}

.ms-Icon--Redeploy:before {
    content: "\F29E"
}

.ms-Icon--RedEye:before {
    content: "\E7B3"
}

.ms-Icon--Redo:before {
    content: "\E7A6"
}

.ms-Icon--Refresh:before {
    content: "\E72C"
}

.ms-Icon--ReminderGroup:before {
    content: "\EBF8"
}

.ms-Icon--ReminderPerson:before {
    content: "\EBF7"
}

.ms-Icon--Remove:before {
    content: "\E738"
}

.ms-Icon--RemoveEvent:before {
    content: "\ED8A"
}

.ms-Icon--RemoveFilter:before {
    content: "\EB08"
}

.ms-Icon--RemoveLink:before {
    content: "\ED90"
}

.ms-Icon--RemoveOccurrence:before {
    content: "\ED9B"
}

.ms-Icon--Rename:before {
    content: "\E8AC"
}

.ms-Icon--ReopenPages:before {
    content: "\ED50"
}

.ms-Icon--Repair:before {
    content: "\E90F"
}

.ms-Icon--Reply:before {
    content: "\E97A"
}

.ms-Icon--ReplyAll:before {
    content: "\EE0A"
}

.ms-Icon--ReplyAllAlt:before {
    content: "\EF5F"
}

.ms-Icon--ReplyAllMirrored:before {
    content: "\EE36"
}

.ms-Icon--ReplyAlt:before {
    content: "\EF5E"
}

.ms-Icon--ReplyMirrored:before {
    content: "\EE35"
}

.ms-Icon--Repo:before {
    content: "\F2CB"
}

.ms-Icon--ReportLibrary:before {
    content: "\EEBB"
}

.ms-Icon--ReportLibraryMirrored:before {
    content: "\EEBC"
}

.ms-Icon--RepoSolid:before {
    content: "\F2CC"
}

.ms-Icon--ReturnToSession:before {
    content: "\ED24"
}

.ms-Icon--ReviewRequestMirroredSolid:before {
    content: "\F357"
}

.ms-Icon--ReviewRequestSolid:before {
    content: "\F356"
}

.ms-Icon--ReviewResponseSolid:before {
    content: "\F358"
}

.ms-Icon--ReviewSolid:before {
    content: "\F355"
}

.ms-Icon--RevToggleKey:before {
    content: "\E845"
}

.ms-Icon--Rewind:before {
    content: "\EB9E"
}

.ms-Icon--Ribbon:before {
    content: "\E9D1"
}

.ms-Icon--RibbonSolid:before {
    content: "\F345"
}

.ms-Icon--RightDoubleQuote:before {
    content: "\E9B1"
}

.ms-Icon--Ringer:before {
    content: "\EA8F"
}

.ms-Icon--RingerOff:before {
    content: "\F2C5"
}

.ms-Icon--Robot:before {
    content: "\E99A"
}

.ms-Icon--Rocket:before {
    content: "\F3B3"
}

.ms-Icon--Room:before {
    content: "\ED9F"
}

.ms-Icon--Rotate:before {
    content: "\E7AD"
}

.ms-Icon--RowsChild:before {
    content: "\F29C"
}

.ms-Icon--RowsGroup:before {
    content: "\F29B"
}

.ms-Icon--Rugby:before {
    content: "\EB2D"
}

.ms-Icon--Running:before {
    content: "\EADA"
}

.ms-Icon--Sad:before {
    content: "\E757"
}

.ms-Icon--SadSolid:before {
    content: "\F33E"
}

.ms-Icon--Save:before {
    content: "\E74E"
}

.ms-Icon--SaveAll:before {
    content: "\F203"
}

.ms-Icon--SaveAndClose:before {
    content: "\F038"
}

.ms-Icon--SaveAs:before {
    content: "\E792"
}

.ms-Icon--Savings:before {
    content: "\EB0B"
}

.ms-Icon--ScheduleEventAction:before {
    content: "\F1EF"
}

.ms-Icon--ScopeTemplate:before {
    content: "\F2B0"
}

.ms-Icon--Script:before {
    content: "\F03A"
}

.ms-Icon--ScrollUpDown:before {
    content: "\EC8F"
}

.ms-Icon--Search:before {
    content: "\E721"
}

.ms-Icon--SearchAndApps:before {
    content: "\E773"
}

.ms-Icon--Section:before {
    content: "\EC0C"
}

.ms-Icon--Sections:before {
    content: "\EF76"
}

.ms-Icon--SecurityGroup:before {
    content: "\ED85"
}

.ms-Icon--Send:before {
    content: "\E724"
}

.ms-Icon--SendMirrored:before {
    content: "\EA63"
}

.ms-Icon--Separator:before {
    content: "\F35E"
}

.ms-Icon--Server:before {
    content: "\F201"
}

.ms-Icon--ServerEnviroment:before {
    content: "\F29F"
}

.ms-Icon--ServerProcesses:before {
    content: "\F1FE"
}

.ms-Icon--SetAction:before {
    content: "\F071"
}

.ms-Icon--Settings:before {
    content: "\E713"
}

.ms-Icon--Share:before {
    content: "\E72D"
}

.ms-Icon--ShareiOS:before {
    content: "\EF79"
}

.ms-Icon--SharepointLogo:before {
    content: "\F27E"
}

.ms-Icon--SharepointLogoFill:before {
    content: "\F27F"
}

.ms-Icon--SharepointLogoInverse:before {
    content: "\ED18"
}

.ms-Icon--Shield:before {
    content: "\EA18"
}

.ms-Icon--ShieldSolid:before {
    content: "\F340"
}

.ms-Icon--Shop:before {
    content: "\E719"
}

.ms-Icon--ShoppingCart:before {
    content: "\E7BF"
}

.ms-Icon--ShoppingCartSolid:before {
    content: "\F342"
}

.ms-Icon--ShopServer:before {
    content: "\F2B6"
}

.ms-Icon--ShowResults:before {
    content: "\E8BC"
}

.ms-Icon--ShowResultsMirrored:before {
    content: "\EA65"
}

.ms-Icon--SidePanel:before {
    content: "\EF52"
}

.ms-Icon--SidePanelMirrored:before {
    content: "\F221"
}

.ms-Icon--SignOut:before {
    content: "\F3B1"
}

.ms-Icon--SingleBookmark:before {
    content: "\EDFF"
}

.ms-Icon--SingleColumn:before {
    content: "\F1D3"
}

.ms-Icon--SingleColumnEdit:before {
    content: "\F321"
}

.ms-Icon--SIPMove:before {
    content: "\E759"
}

.ms-Icon--SkypeCheck:before {
    content: "\EF80"
}

.ms-Icon--SkypeCircleCheck:before {
    content: "\EF7D"
}

.ms-Icon--SkypeCircleClock:before {
    content: "\EF7E"
}

.ms-Icon--SkypeCircleMinus:before {
    content: "\EF7F"
}

.ms-Icon--SkypeClock:before {
    content: "\EF81"
}

.ms-Icon--SkypeForBusinessLogoFill:before {
    content: "\F27D"
}

.ms-Icon--SkypeLogo:before {
    content: "\EB6F"
}

.ms-Icon--SkypeMessage:before {
    content: "\EF83"
}

.ms-Icon--SkypeMinus:before {
    content: "\EF82"
}

.ms-Icon--SliderThumb:before {
    content: "\EC13"
}

.ms-Icon--Snow:before {
    content: "\E9C8"
}

.ms-Icon--Snowflake:before {
    content: "\EB46"
}

.ms-Icon--SnowShowerDay:before {
    content: "\E9FD"
}

.ms-Icon--SnowShowerNight:before {
    content: "\EA11"
}

.ms-Icon--Soccer:before {
    content: "\EB21"
}

.ms-Icon--SocialListeningLogo:before {
    content: "\ED7C"
}

.ms-Icon--Sort:before {
    content: "\E8CB"
}

.ms-Icon--SortDown:before {
    content: "\EE69"
}

.ms-Icon--SortLines:before {
    content: "\E9D0"
}

.ms-Icon--SortUp:before {
    content: "\EE68"
}

.ms-Icon--Speakers:before {
    content: "\E7F5"
}

.ms-Icon--SpeedHigh:before {
    content: "\EC4A"
}

.ms-Icon--Split:before {
    content: "\EDBC"
}

.ms-Icon--Sprint:before {
    content: "\F3B0"
}

.ms-Icon--Squalls:before {
    content: "\E9CC"
}

.ms-Icon--StackedBarChart:before {
    content: "\F24D"
}

.ms-Icon--StackedLineChart:before {
    content: "\F24E"
}

.ms-Icon--StackIndicator:before {
    content: "\E7FF"
}

.ms-Icon--Starburst:before {
    content: "\EF78"
}

.ms-Icon--StarburstSolid:before {
    content: "\F33C"
}

.ms-Icon--StatusCircleCheckmark:before {
    content: "\F13E"
}

.ms-Icon--StatusCircleInner:before {
    content: "\F137"
}

.ms-Icon--StatusCircleOuter:before {
    content: "\F136"
}

.ms-Icon--StatusErrorFull:before {
    content: "\EB90"
}

.ms-Icon--StatusTriangle:before {
    content: "\EA82"
}

.ms-Icon--Step:before {
    content: "\F241"
}

.ms-Icon--StepInsert:before {
    content: "\F242"
}

.ms-Icon--StepShared:before {
    content: "\F243"
}

.ms-Icon--StepSharedAdd:before {
    content: "\F244"
}

.ms-Icon--StepSharedInsert:before {
    content: "\F245"
}

.ms-Icon--StockDown:before {
    content: "\EB0F"
}

.ms-Icon--StockUp:before {
    content: "\EB11"
}

.ms-Icon--Stop:before {
    content: "\E71A"
}

.ms-Icon--StopSolid:before {
    content: "\EE95"
}

.ms-Icon--Stopwatch:before {
    content: "\E916"
}

.ms-Icon--StoreLogo:before {
    content: "\EA96"
}

.ms-Icon--StoreLogoMed:before {
    content: "\EA04"
}

.ms-Icon--Storyboard:before {
    content: "\F308"
}

.ms-Icon--Streaming:before {
    content: "\E93E"
}

.ms-Icon--StreamingOff:before {
    content: "\F2BB"
}

.ms-Icon--StreamLogo:before {
    content: "\F329"
}

.ms-Icon--Strikethrough:before {
    content: "\EDE0"
}

.ms-Icon--Subscribe:before {
    content: "\EDA1"
}

.ms-Icon--Subscript:before {
    content: "\EDDF"
}

.ms-Icon--Suitcase:before {
    content: "\EDD3"
}

.ms-Icon--SunAdd:before {
    content: "\EF69"
}

.ms-Icon--Sunny:before {
    content: "\E9BD"
}

.ms-Icon--SunQuestionMark:before {
    content: "\EF6A"
}

.ms-Icon--Superscript:before {
    content: "\EDDE"
}

.ms-Icon--SwayLogoInverse:before {
    content: "\ED29"
}

.ms-Icon--Switch:before {
    content: "\E8AB"
}

.ms-Icon--SwitcherStartEnd:before {
    content: "\E810"
}

.ms-Icon--Sync:before {
    content: "\E895"
}

.ms-Icon--SyncFolder:before {
    content: "\E8F7"
}

.ms-Icon--SyncToPC:before {
    content: "\EE6E"
}

.ms-Icon--System:before {
    content: "\E770"
}

.ms-Icon--Tab:before {
    content: "\E7E9"
}

.ms-Icon--Table:before {
    content: "\ED86"
}

.ms-Icon--Tablet:before {
    content: "\E70A"
}

.ms-Icon--TabletSelected:before {
    content: "\EC74"
}

.ms-Icon--Tag:before {
    content: "\E8EC"
}

.ms-Icon--Taskboard:before {
    content: "\F1C2"
}

.ms-Icon--TaskGroup:before {
    content: "\F2AE"
}

.ms-Icon--TaskGroupMirrored:before {
    content: "\F2AF"
}

.ms-Icon--TaskManager:before {
    content: "\EDB7"
}

.ms-Icon--TaskManagerMirrored:before {
    content: "\EDB8"
}

.ms-Icon--TaskSolid:before {
    content: "\F333"
}

.ms-Icon--TeamFavorite:before {
    content: "\F2AD"
}

.ms-Icon--TeamsLogo:before {
    content: "\F27B"
}

.ms-Icon--TeamsLogoFill:before {
    content: "\F27C"
}

.ms-Icon--TeamsLogoInverse:before {
    content: "\F27A"
}

.ms-Icon--Teamwork:before {
    content: "\EA12"
}

.ms-Icon--TemporaryUser:before {
    content: "\EE58"
}

.ms-Icon--Tennis:before {
    content: "\EB33"
}

.ms-Icon--TestAutoSolid:before {
    content: "\F3A8"
}

.ms-Icon--TestBeaker:before {
    content: "\F3A5"
}

.ms-Icon--TestBeakerSolid:before {
    content: "\F3A6"
}

.ms-Icon--TestCase:before {
    content: "\F3AF"
}

.ms-Icon--TestExploreSolid:before {
    content: "\F3A7"
}

.ms-Icon--TestImpactSolid:before {
    content: "\F3AA"
}

.ms-Icon--TestParameter:before {
    content: "\F3AD"
}

.ms-Icon--TestPlan:before {
    content: "\F3AB"
}

.ms-Icon--TestStep:before {
    content: "\F3AC"
}

.ms-Icon--TestSuite:before {
    content: "\F3AE"
}

.ms-Icon--TestUserSolid:before {
    content: "\F3A9"
}

.ms-Icon--TextBox:before {
    content: "\EDC2"
}

.ms-Icon--TextCallout:before {
    content: "\F2A2"
}

.ms-Icon--TextDocument:before {
    content: "\F029"
}

.ms-Icon--TextField:before {
    content: "\EDC3"
}

.ms-Icon--ThumbnailView:before {
    content: "\E7B6"
}

.ms-Icon--ThumbnailViewMirrored:before {
    content: "\EA67"
}

.ms-Icon--Thunderstorms:before {
    content: "\E9C6"
}

.ms-Icon--Ticket:before {
    content: "\EB54"
}

.ms-Icon--Tiles:before {
    content: "\ECA5"
}

.ms-Icon--Tiles2:before {
    content: "\EF7C"
}

.ms-Icon--Timeline:before {
    content: "\ED9C"
}

.ms-Icon--TimelineDelivery:before {
    content: "\F2AB"
}

.ms-Icon--TimelineMatrixView:before {
    content: "\F361"
}

.ms-Icon--TimelineProgress:before {
    content: "\F2AA"
}

.ms-Icon--Timer:before {
    content: "\E91E"
}

.ms-Icon--ToggleBorder:before {
    content: "\EC12"
}

.ms-Icon--ToggleFilled:before {
    content: "\EC11"
}

.ms-Icon--ToggleThumb:before {
    content: "\EC14"
}

.ms-Icon--Touch:before {
    content: "\E815"
}

.ms-Icon--TouchPointer:before {
    content: "\E7C9"
}

.ms-Icon--Train:before {
    content: "\E7C0"
}

.ms-Icon--TrainSolid:before {
    content: "\EB4D"
}

.ms-Icon--TransferCall:before {
    content: "\ED95"
}

.ms-Icon--TriangleDown12:before {
    content: "\EED1"
}

.ms-Icon--TriangleLeft12:before {
    content: "\EED2"
}

.ms-Icon--TriangleRight12:before {
    content: "\EED3"
}

.ms-Icon--TriangleSolid:before {
    content: "\EA08"
}

.ms-Icon--TriangleSolidDown12:before {
    content: "\EECD"
}

.ms-Icon--TriangleSolidLeft12:before {
    content: "\EECE"
}

.ms-Icon--TriangleSolidRight12:before {
    content: "\EECF"
}

.ms-Icon--TriangleSolidUp12:before {
    content: "\EECC"
}

.ms-Icon--TriangleUp12:before {
    content: "\EED0"
}

.ms-Icon--TriggerApproval:before {
    content: "\F3B2"
}

.ms-Icon--TriggerAuto:before {
    content: "\F24A"
}

.ms-Icon--TriggerUser:before {
    content: "\F24B"
}

.ms-Icon--TripleColumn:before {
    content: "\F1D5"
}

.ms-Icon--TripleColumnEdit:before {
    content: "\F323"
}

.ms-Icon--Trophy:before {
    content: "\ED3F"
}

.ms-Icon--Trophy2Solid:before {
    content: "\F337"
}

.ms-Icon--TurnRight:before {
    content: "\E7DB"
}

.ms-Icon--TVMonitor:before {
    content: "\E7F4"
}

.ms-Icon--TVMonitorSelected:before {
    content: "\EC77"
}

.ms-Icon--TypeScriptLanguage:before {
    content: "\F2F7"
}

.ms-Icon--Umbrella:before {
    content: "\EC04"
}

.ms-Icon--Underline:before {
    content: "\E8DC"
}

.ms-Icon--Undo:before {
    content: "\E7A7"
}

.ms-Icon--Unfavorite:before {
    content: "\E8D9"
}

.ms-Icon--Unknown:before {
    content: "\E9CE"
}

.ms-Icon--UnknownCall:before {
    content: "\ED97"
}

.ms-Icon--UnknownMirroredSolid:before {
    content: "\F2E2"
}

.ms-Icon--UnknownSolid:before {
    content: "\F2E1"
}

.ms-Icon--Unlock:before {
    content: "\E785"
}

.ms-Icon--UnlockSolid:before {
    content: "\F304"
}

.ms-Icon--Unpin:before {
    content: "\E77A"
}

.ms-Icon--Unsubscribe:before {
    content: "\EDA0"
}

.ms-Icon--UnsyncFolder:before {
    content: "\E8F6"
}

.ms-Icon--Up:before {
    content: "\E74A"
}

.ms-Icon--Upload:before {
    content: "\E898"
}

.ms-Icon--UserFollowed:before {
    content: "\F25C"
}

.ms-Icon--UserPause:before {
    content: "\F2BA"
}

.ms-Icon--UserSync:before {
    content: "\F2B9"
}

.ms-Icon--Variable:before {
    content: "\F305"
}

.ms-Icon--VariableGroup:before {
    content: "\F31B"
}

.ms-Icon--VB:before {
    content: "\F2F2"
}

.ms-Icon--VennDiagram:before {
    content: "\F273"
}

.ms-Icon--Video:before {
    content: "\E714"
}

.ms-Icon--VideoSolid:before {
    content: "\EA0C"
}

.ms-Icon--View:before {
    content: "\E890"
}

.ms-Icon--ViewAll:before {
    content: "\E8A9"
}

.ms-Icon--ViewAll2:before {
    content: "\EF56"
}

.ms-Icon--ViewDashboard:before {
    content: "\F246"
}

.ms-Icon--ViewList:before {
    content: "\F247"
}

.ms-Icon--ViewListGroup:before {
    content: "\F248"
}

.ms-Icon--ViewListTree:before {
    content: "\F249"
}

.ms-Icon--VisioDiagram:before {
    content: "\F2A0"
}

.ms-Icon--VisioDocument:before {
    content: "\F2A9"
}

.ms-Icon--VisioLogo:before {
    content: "\F2A7"
}

.ms-Icon--VisioLogo16:before {
    content: "\F3A3"
}

.ms-Icon--VisioLogoFill:before {
    content: "\F2A8"
}

.ms-Icon--VisioLogoFill16:before {
    content: "\F3A4"
}

.ms-Icon--VisioLogoInverse:before {
    content: "\ED7D"
}

.ms-Icon--VisioLogoInverse16:before {
    content: "\F3A2"
}

.ms-Icon--VisualBasicLanguage:before {
    content: "\F2F1"
}

.ms-Icon--VisualStudioLogo:before {
    content: "\EC22"
}

.ms-Icon--VoicemailForward:before {
    content: "\ED87"
}

.ms-Icon--VoicemailReply:before {
    content: "\ED88"
}

.ms-Icon--Volume0:before {
    content: "\E992"
}

.ms-Icon--Volume1:before {
    content: "\E993"
}

.ms-Icon--Volume2:before {
    content: "\E994"
}

.ms-Icon--Volume3:before {
    content: "\E995"
}

.ms-Icon--VolumeDisabled:before {
    content: "\EA85"
}

.ms-Icon--VSTSAltLogo1:before {
    content: "\F382"
}

.ms-Icon--VSTSAltLogo2:before {
    content: "\F383"
}

.ms-Icon--VSTSLogo:before {
    content: "\F381"
}

.ms-Icon--Waffle:before {
    content: "\ED89"
}

.ms-Icon--Warning:before {
    content: "\E7BA"
}

.ms-Icon--Website:before {
    content: "\EB41"
}

.ms-Icon--Weights:before {
    content: "\EADB"
}

.ms-Icon--WifiEthernet:before {
    content: "\EE77"
}

.ms-Icon--WindDirection:before {
    content: "\EBE6"
}

.ms-Icon--WindowsLogo:before {
    content: "\E782"
}

.ms-Icon--WipePhone:before {
    content: "\ED8D"
}

.ms-Icon--WordDocument:before {
    content: "\EF71"
}

.ms-Icon--WordLogo:before {
    content: "\F1E3"
}

.ms-Icon--WordLogo16:before {
    content: "\F391"
}

.ms-Icon--WordLogoFill:before {
    content: "\F1E4"
}

.ms-Icon--WordLogoFill16:before {
    content: "\F392"
}

.ms-Icon--WordLogoInverse:before {
    content: "\EC29"
}

.ms-Icon--WordLogoInverse16:before {
    content: "\F390"
}

.ms-Icon--Work:before {
    content: "\E821"
}

.ms-Icon--WorkFlow:before {
    content: "\EA01"
}

.ms-Icon--WorkItem:before {
    content: "\F314"
}

.ms-Icon--WorkItemBar:before {
    content: "\F35C"
}

.ms-Icon--WorkItemBarSolid:before {
    content: "\F35D"
}

.ms-Icon--WorkItemBug:before {
    content: "\F315"
}

.ms-Icon--World:before {
    content: "\E909"
}

.ms-Icon--WorldClock:before {
    content: "\E918"
}

.ms-Icon--YammerLogo:before {
    content: "\ED19"
}

.ms-Icon--ZipFolder:before {
    content: "\F012"
}

.ms-Icon--Zoom:before {
    content: "\E71E"
}

.ms-Icon--ZoomIn:before {
    content: "\E8A3"
}

.ms-Icon--ZoomOut:before {
    content: "\E71F"
}

@media (max-width:479px) {
    .ms-hiddenLgDown, .ms-hiddenMdDown, .ms-hiddenSm, .ms-hiddenXlDown, .ms-hiddenXxlDown {
        display: none !important
    }
}

@media (min-width:480px) and (max-width:639px) {
    .ms-hiddenLgDown, .ms-hiddenMd, .ms-hiddenMdDown, .ms-hiddenMdUp, .ms-hiddenXlDown, .ms-hiddenXxlDown {
        display: none !important
    }
}

@media (min-width:640px) and (max-width:1023px) {
    .ms-hiddenLg, .ms-hiddenLgDown, .ms-hiddenLgUp, .ms-hiddenMdUp, .ms-hiddenXlDown, .ms-hiddenXxlDown {
        display: none !important
    }
}

@media (min-width:1024px) and (max-width:1365px) {
    .ms-hiddenLgUp, .ms-hiddenMdUp, .ms-hiddenXl, .ms-hiddenXlDown, .ms-hiddenXlUp, .ms-hiddenXxlDown {
        display: none !important
    }
}

@media (min-width:1366px) and (max-width:1919px) {
    .ms-hiddenLgUp, .ms-hiddenMdUp, .ms-hiddenXlUp, .ms-hiddenXxl, .ms-hiddenXxlDown, .ms-hiddenXxlUp {
        display: none !important
    }
}

@media (min-width:1920px) {
    .ms-hiddenLgUp, .ms-hiddenMdUp, .ms-hiddenXlUp, .ms-hiddenXxlUp, .ms-hiddenXxxl {
        display: none !important
    }
}

.ms-sm12 {
    width: 100%
}

.ms-sm11 {
    width: 91.66666666666666%
}

.ms-sm10 {
    width: 83.33333333333334%
}

.ms-sm9 {
    width: 75%
}

.ms-sm8 {
    width: 66.66666666666666%
}

.ms-sm7 {
    width: 58.333333333333336%
}

.ms-sm6 {
    width: 50%
}

.ms-sm5 {
    width: 41.66666666666667%
}

.ms-sm4 {
    width: 33.33333333333333%
}

.ms-sm3 {
    width: 25%
}

.ms-sm2 {
    width: 16.666666666666664%
}

.ms-sm1 {
    width: 8.333333333333332%
}

.ms-smPull12 {
    right: 100%
}

.ms-smPull11 {
    right: 91.66666666666666%
}

.ms-smPull10 {
    right: 83.33333333333334%
}

.ms-smPull9 {
    right: 75%
}

.ms-smPull8 {
    right: 66.66666666666666%
}

.ms-smPull7 {
    right: 58.333333333333336%
}

.ms-smPull6 {
    right: 50%
}

.ms-smPull5 {
    right: 41.66666666666667%
}

.ms-smPull4 {
    right: 33.33333333333333%
}

.ms-smPull3 {
    right: 25%
}

.ms-smPull2 {
    right: 16.666666666666664%
}

.ms-smPull1 {
    right: 8.333333333333332%
}

.ms-smPull0 {
    right: auto
}

.ms-smPush12 {
    left: 100%
}

.ms-smPush11 {
    left: 91.66666666666666%
}

.ms-smPush10 {
    left: 83.33333333333334%
}

.ms-smPush9 {
    left: 75%
}

.ms-smPush8 {
    left: 66.66666666666666%
}

.ms-smPush7 {
    left: 58.333333333333336%
}

.ms-smPush6 {
    left: 50%
}

.ms-smPush5 {
    left: 41.66666666666667%
}

.ms-smPush4 {
    left: 33.33333333333333%
}

.ms-smPush3 {
    left: 25%
}

.ms-smPush2 {
    left: 16.666666666666664%
}

.ms-smPush1 {
    left: 8.333333333333332%
}

.ms-smPush0 {
    left: auto
}

.ms-smOffset11 {
    margin-left: 91.66666666666666%
}

.ms-smOffset10 {
    margin-left: 83.33333333333334%
}

.ms-smOffset9 {
    margin-left: 75%
}

.ms-smOffset8 {
    margin-left: 66.66666666666666%
}

.ms-smOffset7 {
    margin-left: 58.333333333333336%
}

.ms-smOffset6 {
    margin-left: 50%
}

.ms-smOffset5 {
    margin-left: 41.66666666666667%
}

.ms-smOffset4 {
    margin-left: 33.33333333333333%
}

.ms-smOffset3 {
    margin-left: 25%
}

.ms-smOffset2 {
    margin-left: 16.666666666666664%
}

.ms-smOffset1 {
    margin-left: 8.333333333333332%
}

.ms-smOffset0 {
    margin-left: 0
}

@media (min-width:480px) {
    .ms-md12 {
        width: 100%
    }
}

@media (min-width:480px) {
    .ms-md11 {
        width: 91.66666666666666%
    }
}

@media (min-width:480px) {
    .ms-md10 {
        width: 83.33333333333334%
    }
}

@media (min-width:480px) {
    .ms-md9 {
        width: 75%
    }
}

@media (min-width:480px) {
    .ms-md8 {
        width: 66.66666666666666%
    }
}

@media (min-width:480px) {
    .ms-md7 {
        width: 58.333333333333336%
    }
}

@media (min-width:480px) {
    .ms-md6 {
        width: 50%
    }
}

@media (min-width:480px) {
    .ms-md5 {
        width: 41.66666666666667%
    }
}

@media (min-width:480px) {
    .ms-md4 {
        width: 33.33333333333333%
    }
}

@media (min-width:480px) {
    .ms-md3 {
        width: 25%
    }
}

@media (min-width:480px) {
    .ms-md2 {
        width: 16.666666666666664%
    }
}

@media (min-width:480px) {
    .ms-md1 {
        width: 8.333333333333332%
    }
}

@media (min-width:480px) {
    .ms-mdPull12 {
        right: 100%
    }
}

@media (min-width:480px) {
    .ms-mdPull11 {
        right: 91.66666666666666%
    }
}

@media (min-width:480px) {
    .ms-mdPull10 {
        right: 83.33333333333334%
    }
}

@media (min-width:480px) {
    .ms-mdPull9 {
        right: 75%
    }
}

@media (min-width:480px) {
    .ms-mdPull8 {
        right: 66.66666666666666%
    }
}

@media (min-width:480px) {
    .ms-mdPull7 {
        right: 58.333333333333336%
    }
}

@media (min-width:480px) {
    .ms-mdPull6 {
        right: 50%
    }
}

@media (min-width:480px) {
    .ms-mdPull5 {
        right: 41.66666666666667%
    }
}

@media (min-width:480px) {
    .ms-mdPull4 {
        right: 33.33333333333333%
    }
}

@media (min-width:480px) {
    .ms-mdPull3 {
        right: 25%
    }
}

@media (min-width:480px) {
    .ms-mdPull2 {
        right: 16.666666666666664%
    }
}

@media (min-width:480px) {
    .ms-mdPull1 {
        right: 8.333333333333332%
    }
}

@media (min-width:480px) {
    .ms-mdPull0 {
        right: auto
    }
}

@media (min-width:480px) {
    .ms-mdPush12 {
        left: 100%
    }
}

@media (min-width:480px) {
    .ms-mdPush11 {
        left: 91.66666666666666%
    }
}

@media (min-width:480px) {
    .ms-mdPush10 {
        left: 83.33333333333334%
    }
}

@media (min-width:480px) {
    .ms-mdPush9 {
        left: 75%
    }
}

@media (min-width:480px) {
    .ms-mdPush8 {
        left: 66.66666666666666%
    }
}

@media (min-width:480px) {
    .ms-mdPush7 {
        left: 58.333333333333336%
    }
}

@media (min-width:480px) {
    .ms-mdPush6 {
        left: 50%
    }
}

@media (min-width:480px) {
    .ms-mdPush5 {
        left: 41.66666666666667%
    }
}

@media (min-width:480px) {
    .ms-mdPush4 {
        left: 33.33333333333333%
    }
}

@media (min-width:480px) {
    .ms-mdPush3 {
        left: 25%
    }
}

@media (min-width:480px) {
    .ms-mdPush2 {
        left: 16.666666666666664%
    }
}

@media (min-width:480px) {
    .ms-mdPush1 {
        left: 8.333333333333332%
    }
}

@media (min-width:480px) {
    .ms-mdPush0 {
        left: auto
    }
}

@media (min-width:480px) {
    .ms-mdOffset11 {
        margin-left: 91.66666666666666%
    }
}

@media (min-width:480px) {
    .ms-mdOffset10 {
        margin-left: 83.33333333333334%
    }
}

@media (min-width:480px) {
    .ms-mdOffset9 {
        margin-left: 75%
    }
}

@media (min-width:480px) {
    .ms-mdOffset8 {
        margin-left: 66.66666666666666%
    }
}

@media (min-width:480px) {
    .ms-mdOffset7 {
        margin-left: 58.333333333333336%
    }
}

@media (min-width:480px) {
    .ms-mdOffset6 {
        margin-left: 50%
    }
}

@media (min-width:480px) {
    .ms-mdOffset5 {
        margin-left: 41.66666666666667%
    }
}

@media (min-width:480px) {
    .ms-mdOffset4 {
        margin-left: 33.33333333333333%
    }
}

@media (min-width:480px) {
    .ms-mdOffset3 {
        margin-left: 25%
    }
}

@media (min-width:480px) {
    .ms-mdOffset2 {
        margin-left: 16.666666666666664%
    }
}

@media (min-width:480px) {
    .ms-mdOffset1 {
        margin-left: 8.333333333333332%
    }
}

@media (min-width:480px) {
    .ms-mdOffset0 {
        margin-left: 0
    }
}

@media (min-width:640px) {
    .ms-lg12 {
        width: 100%
    }
}

@media (min-width:640px) {
    .ms-lg11 {
        width: 91.66666666666666%
    }
}

@media (min-width:640px) {
    .ms-lg10 {
        width: 83.33333333333334%
    }
}

@media (min-width:640px) {
    .ms-lg9 {
        width: 75%
    }
}

@media (min-width:640px) {
    .ms-lg8 {
        width: 66.66666666666666%
    }
}

@media (min-width:640px) {
    .ms-lg7 {
        width: 58.333333333333336%
    }
}

@media (min-width:640px) {
    .ms-lg6 {
        width: 50%
    }
}

@media (min-width:640px) {
    .ms-lg5 {
        width: 41.66666666666667%
    }
}

@media (min-width:640px) {
    .ms-lg4 {
        width: 33.33333333333333%
    }
}

@media (min-width:640px) {
    .ms-lg3 {
        width: 25%
    }
}

@media (min-width:640px) {
    .ms-lg2 {
        width: 16.666666666666664%
    }
}

@media (min-width:640px) {
    .ms-lg1 {
        width: 8.333333333333332%
    }
}

@media (min-width:640px) {
    .ms-lgPull12 {
        right: 100%
    }
}

@media (min-width:640px) {
    .ms-lgPull11 {
        right: 91.66666666666666%
    }
}

@media (min-width:640px) {
    .ms-lgPull10 {
        right: 83.33333333333334%
    }
}

@media (min-width:640px) {
    .ms-lgPull9 {
        right: 75%
    }
}

@media (min-width:640px) {
    .ms-lgPull8 {
        right: 66.66666666666666%
    }
}

@media (min-width:640px) {
    .ms-lgPull7 {
        right: 58.333333333333336%
    }
}

@media (min-width:640px) {
    .ms-lgPull6 {
        right: 50%
    }
}

@media (min-width:640px) {
    .ms-lgPull5 {
        right: 41.66666666666667%
    }
}

@media (min-width:640px) {
    .ms-lgPull4 {
        right: 33.33333333333333%
    }
}

@media (min-width:640px) {
    .ms-lgPull3 {
        right: 25%
    }
}

@media (min-width:640px) {
    .ms-lgPull2 {
        right: 16.666666666666664%
    }
}

@media (min-width:640px) {
    .ms-lgPull1 {
        right: 8.333333333333332%
    }
}

@media (min-width:640px) {
    .ms-lgPull0 {
        right: auto
    }
}

@media (min-width:640px) {
    .ms-lgPush12 {
        left: 100%
    }
}

@media (min-width:640px) {
    .ms-lgPush11 {
        left: 91.66666666666666%
    }
}

@media (min-width:640px) {
    .ms-lgPush10 {
        left: 83.33333333333334%
    }
}

@media (min-width:640px) {
    .ms-lgPush9 {
        left: 75%
    }
}

@media (min-width:640px) {
    .ms-lgPush8 {
        left: 66.66666666666666%
    }
}

@media (min-width:640px) {
    .ms-lgPush7 {
        left: 58.333333333333336%
    }
}

@media (min-width:640px) {
    .ms-lgPush6 {
        left: 50%
    }
}

@media (min-width:640px) {
    .ms-lgPush5 {
        left: 41.66666666666667%
    }
}

@media (min-width:640px) {
    .ms-lgPush4 {
        left: 33.33333333333333%
    }
}

@media (min-width:640px) {
    .ms-lgPush3 {
        left: 25%
    }
}

@media (min-width:640px) {
    .ms-lgPush2 {
        left: 16.666666666666664%
    }
}

@media (min-width:640px) {
    .ms-lgPush1 {
        left: 8.333333333333332%
    }
}

@media (min-width:640px) {
    .ms-lgPush0 {
        left: auto
    }
}

@media (min-width:640px) {
    .ms-lgOffset11 {
        margin-left: 91.66666666666666%
    }
}

@media (min-width:640px) {
    .ms-lgOffset10 {
        margin-left: 83.33333333333334%
    }
}

@media (min-width:640px) {
    .ms-lgOffset9 {
        margin-left: 75%
    }
}

@media (min-width:640px) {
    .ms-lgOffset8 {
        margin-left: 66.66666666666666%
    }
}

@media (min-width:640px) {
    .ms-lgOffset7 {
        margin-left: 58.333333333333336%
    }
}

@media (min-width:640px) {
    .ms-lgOffset6 {
        margin-left: 50%
    }
}

@media (min-width:640px) {
    .ms-lgOffset5 {
        margin-left: 41.66666666666667%
    }
}

@media (min-width:640px) {
    .ms-lgOffset4 {
        margin-left: 33.33333333333333%
    }
}

@media (min-width:640px) {
    .ms-lgOffset3 {
        margin-left: 25%
    }
}

@media (min-width:640px) {
    .ms-lgOffset2 {
        margin-left: 16.666666666666664%
    }
}

@media (min-width:640px) {
    .ms-lgOffset1 {
        margin-left: 8.333333333333332%
    }
}

@media (min-width:640px) {
    .ms-lgOffset0 {
        margin-left: 0
    }
}

@media (min-width:1024px) {
    .ms-xl12 {
        width: 100%
    }
}

@media (min-width:1024px) {
    .ms-xl11 {
        width: 91.66666666666666%
    }
}

@media (min-width:1024px) {
    .ms-xl10 {
        width: 83.33333333333334%
    }
}

@media (min-width:1024px) {
    .ms-xl9 {
        width: 75%
    }
}

@media (min-width:1024px) {
    .ms-xl8 {
        width: 66.66666666666666%
    }
}

@media (min-width:1024px) {
    .ms-xl7 {
        width: 58.333333333333336%
    }
}

@media (min-width:1024px) {
    .ms-xl6 {
        width: 50%
    }
}

@media (min-width:1024px) {
    .ms-xl5 {
        width: 41.66666666666667%
    }
}

@media (min-width:1024px) {
    .ms-xl4 {
        width: 33.33333333333333%
    }
}

@media (min-width:1024px) {
    .ms-xl3 {
        width: 25%
    }
}

@media (min-width:1024px) {
    .ms-xl2 {
        width: 16.666666666666664%
    }
}

@media (min-width:1024px) {
    .ms-xl1 {
        width: 8.333333333333332%
    }
}

@media (min-width:1024px) {
    .ms-xlPull12 {
        right: 100%
    }
}

@media (min-width:1024px) {
    .ms-xlPull11 {
        right: 91.66666666666666%
    }
}

@media (min-width:1024px) {
    .ms-xlPull10 {
        right: 83.33333333333334%
    }
}

@media (min-width:1024px) {
    .ms-xlPull9 {
        right: 75%
    }
}

@media (min-width:1024px) {
    .ms-xlPull8 {
        right: 66.66666666666666%
    }
}

@media (min-width:1024px) {
    .ms-xlPull7 {
        right: 58.333333333333336%
    }
}

@media (min-width:1024px) {
    .ms-xlPull6 {
        right: 50%
    }
}

@media (min-width:1024px) {
    .ms-xlPull5 {
        right: 41.66666666666667%
    }
}

@media (min-width:1024px) {
    .ms-xlPull4 {
        right: 33.33333333333333%
    }
}

@media (min-width:1024px) {
    .ms-xlPull3 {
        right: 25%
    }
}

@media (min-width:1024px) {
    .ms-xlPull2 {
        right: 16.666666666666664%
    }
}

@media (min-width:1024px) {
    .ms-xlPull1 {
        right: 8.333333333333332%
    }
}

@media (min-width:1024px) {
    .ms-xlPull0 {
        right: auto
    }
}

@media (min-width:1024px) {
    .ms-xlPush12 {
        left: 100%
    }
}

@media (min-width:1024px) {
    .ms-xlPush11 {
        left: 91.66666666666666%
    }
}

@media (min-width:1024px) {
    .ms-xlPush10 {
        left: 83.33333333333334%
    }
}

@media (min-width:1024px) {
    .ms-xlPush9 {
        left: 75%
    }
}

@media (min-width:1024px) {
    .ms-xlPush8 {
        left: 66.66666666666666%
    }
}

@media (min-width:1024px) {
    .ms-xlPush7 {
        left: 58.333333333333336%
    }
}

@media (min-width:1024px) {
    .ms-xlPush6 {
        left: 50%
    }
}

@media (min-width:1024px) {
    .ms-xlPush5 {
        left: 41.66666666666667%
    }
}

@media (min-width:1024px) {
    .ms-xlPush4 {
        left: 33.33333333333333%
    }
}

@media (min-width:1024px) {
    .ms-xlPush3 {
        left: 25%
    }
}

@media (min-width:1024px) {
    .ms-xlPush2 {
        left: 16.666666666666664%
    }
}

@media (min-width:1024px) {
    .ms-xlPush1 {
        left: 8.333333333333332%
    }
}

@media (min-width:1024px) {
    .ms-xlPush0 {
        left: auto
    }
}

@media (min-width:1024px) {
    .ms-xlOffset11 {
        margin-left: 91.66666666666666%
    }
}

@media (min-width:1024px) {
    .ms-xlOffset10 {
        margin-left: 83.33333333333334%
    }
}

@media (min-width:1024px) {
    .ms-xlOffset9 {
        margin-left: 75%
    }
}

@media (min-width:1024px) {
    .ms-xlOffset8 {
        margin-left: 66.66666666666666%
    }
}

@media (min-width:1024px) {
    .ms-xlOffset7 {
        margin-left: 58.333333333333336%
    }
}

@media (min-width:1024px) {
    .ms-xlOffset6 {
        margin-left: 50%
    }
}

@media (min-width:1024px) {
    .ms-xlOffset5 {
        margin-left: 41.66666666666667%
    }
}

@media (min-width:1024px) {
    .ms-xlOffset4 {
        margin-left: 33.33333333333333%
    }
}

@media (min-width:1024px) {
    .ms-xlOffset3 {
        margin-left: 25%
    }
}

@media (min-width:1024px) {
    .ms-xlOffset2 {
        margin-left: 16.666666666666664%
    }
}

@media (min-width:1024px) {
    .ms-xlOffset1 {
        margin-left: 8.333333333333332%
    }
}

@media (min-width:1024px) {
    .ms-xlOffset0 {
        margin-left: 0
    }
}

@media (min-width:1366px) {
    .ms-xxl12 {
        width: 100%
    }
}

@media (min-width:1366px) {
    .ms-xxl11 {
        width: 91.66666666666666%
    }
}

@media (min-width:1366px) {
    .ms-xxl10 {
        width: 83.33333333333334%
    }
}

@media (min-width:1366px) {
    .ms-xxl9 {
        width: 75%
    }
}

@media (min-width:1366px) {
    .ms-xxl8 {
        width: 66.66666666666666%
    }
}

@media (min-width:1366px) {
    .ms-xxl7 {
        width: 58.333333333333336%
    }
}

@media (min-width:1366px) {
    .ms-xxl6 {
        width: 50%
    }
}

@media (min-width:1366px) {
    .ms-xxl5 {
        width: 41.66666666666667%
    }
}

@media (min-width:1366px) {
    .ms-xxl4 {
        width: 33.33333333333333%
    }
}

@media (min-width:1366px) {
    .ms-xxl3 {
        width: 25%
    }
}

@media (min-width:1366px) {
    .ms-xxl2 {
        width: 16.666666666666664%
    }
}

@media (min-width:1366px) {
    .ms-xxl1 {
        width: 8.333333333333332%
    }
}

@media (min-width:1366px) {
    .ms-xxlPull12 {
        right: 100%
    }
}

@media (min-width:1366px) {
    .ms-xxlPull11 {
        right: 91.66666666666666%
    }
}

@media (min-width:1366px) {
    .ms-xxlPull10 {
        right: 83.33333333333334%
    }
}

@media (min-width:1366px) {
    .ms-xxlPull9 {
        right: 75%
    }
}

@media (min-width:1366px) {
    .ms-xxlPull8 {
        right: 66.66666666666666%
    }
}

@media (min-width:1366px) {
    .ms-xxlPull7 {
        right: 58.333333333333336%
    }
}

@media (min-width:1366px) {
    .ms-xxlPull6 {
        right: 50%
    }
}

@media (min-width:1366px) {
    .ms-xxlPull5 {
        right: 41.66666666666667%
    }
}

@media (min-width:1366px) {
    .ms-xxlPull4 {
        right: 33.33333333333333%
    }
}

@media (min-width:1366px) {
    .ms-xxlPull3 {
        right: 25%
    }
}

@media (min-width:1366px) {
    .ms-xxlPull2 {
        right: 16.666666666666664%
    }
}

@media (min-width:1366px) {
    .ms-xxlPull1 {
        right: 8.333333333333332%
    }
}

@media (min-width:1366px) {
    .ms-xxlPull0 {
        right: auto
    }
}

@media (min-width:1366px) {
    .ms-xxlPush12 {
        left: 100%
    }
}

@media (min-width:1366px) {
    .ms-xxlPush11 {
        left: 91.66666666666666%
    }
}

@media (min-width:1366px) {
    .ms-xxlPush10 {
        left: 83.33333333333334%
    }
}

@media (min-width:1366px) {
    .ms-xxlPush9 {
        left: 75%
    }
}

@media (min-width:1366px) {
    .ms-xxlPush8 {
        left: 66.66666666666666%
    }
}

@media (min-width:1366px) {
    .ms-xxlPush7 {
        left: 58.333333333333336%
    }
}

@media (min-width:1366px) {
    .ms-xxlPush6 {
        left: 50%
    }
}

@media (min-width:1366px) {
    .ms-xxlPush5 {
        left: 41.66666666666667%
    }
}

@media (min-width:1366px) {
    .ms-xxlPush4 {
        left: 33.33333333333333%
    }
}

@media (min-width:1366px) {
    .ms-xxlPush3 {
        left: 25%
    }
}

@media (min-width:1366px) {
    .ms-xxlPush2 {
        left: 16.666666666666664%
    }
}

@media (min-width:1366px) {
    .ms-xxlPush1 {
        left: 8.333333333333332%
    }
}

@media (min-width:1366px) {
    .ms-xxlPush0 {
        left: auto
    }
}

@media (min-width:1366px) {
    .ms-xxlOffset11 {
        margin-left: 91.66666666666666%
    }
}

@media (min-width:1366px) {
    .ms-xxlOffset10 {
        margin-left: 83.33333333333334%
    }
}

@media (min-width:1366px) {
    .ms-xxlOffset9 {
        margin-left: 75%
    }
}

@media (min-width:1366px) {
    .ms-xxlOffset8 {
        margin-left: 66.66666666666666%
    }
}

@media (min-width:1366px) {
    .ms-xxlOffset7 {
        margin-left: 58.333333333333336%
    }
}

@media (min-width:1366px) {
    .ms-xxlOffset6 {
        margin-left: 50%
    }
}

@media (min-width:1366px) {
    .ms-xxlOffset5 {
        margin-left: 41.66666666666667%
    }
}

@media (min-width:1366px) {
    .ms-xxlOffset4 {
        margin-left: 33.33333333333333%
    }
}

@media (min-width:1366px) {
    .ms-xxlOffset3 {
        margin-left: 25%
    }
}

@media (min-width:1366px) {
    .ms-xxlOffset2 {
        margin-left: 16.666666666666664%
    }
}

@media (min-width:1366px) {
    .ms-xxlOffset1 {
        margin-left: 8.333333333333332%
    }
}

@media (min-width:1366px) {
    .ms-xxlOffset0 {
        margin-left: 0
    }
}

@media (min-width:1920px) {
    .ms-xxxl12 {
        width: 100%
    }
}

@media (min-width:1920px) {
    .ms-xxxl11 {
        width: 91.66666666666666%
    }
}

@media (min-width:1920px) {
    .ms-xxxl10 {
        width: 83.33333333333334%
    }
}

@media (min-width:1920px) {
    .ms-xxxl9 {
        width: 75%
    }
}

@media (min-width:1920px) {
    .ms-xxxl8 {
        width: 66.66666666666666%
    }
}

@media (min-width:1920px) {
    .ms-xxxl7 {
        width: 58.333333333333336%
    }
}

@media (min-width:1920px) {
    .ms-xxxl6 {
        width: 50%
    }
}

@media (min-width:1920px) {
    .ms-xxxl5 {
        width: 41.66666666666667%
    }
}

@media (min-width:1920px) {
    .ms-xxxl4 {
        width: 33.33333333333333%
    }
}

@media (min-width:1920px) {
    .ms-xxxl3 {
        width: 25%
    }
}

@media (min-width:1920px) {
    .ms-xxxl2 {
        width: 16.666666666666664%
    }
}

@media (min-width:1920px) {
    .ms-xxxl1 {
        width: 8.333333333333332%
    }
}

@media (min-width:1920px) {
    .ms-xxxlPull12 {
        right: 100%
    }
}

@media (min-width:1920px) {
    .ms-xxxlPull11 {
        right: 91.66666666666666%
    }
}

@media (min-width:1920px) {
    .ms-xxxlPull10 {
        right: 83.33333333333334%
    }
}

@media (min-width:1920px) {
    .ms-xxxlPull9 {
        right: 75%
    }
}

@media (min-width:1920px) {
    .ms-xxxlPull8 {
        right: 66.66666666666666%
    }
}

@media (min-width:1920px) {
    .ms-xxxlPull7 {
        right: 58.333333333333336%
    }
}

@media (min-width:1920px) {
    .ms-xxxlPull6 {
        right: 50%
    }
}

@media (min-width:1920px) {
    .ms-xxxlPull5 {
        right: 41.66666666666667%
    }
}

@media (min-width:1920px) {
    .ms-xxxlPull4 {
        right: 33.33333333333333%
    }
}

@media (min-width:1920px) {
    .ms-xxxlPull3 {
        right: 25%
    }
}

@media (min-width:1920px) {
    .ms-xxxlPull2 {
        right: 16.666666666666664%
    }
}

@media (min-width:1920px) {
    .ms-xxxlPull1 {
        right: 8.333333333333332%
    }
}

@media (min-width:1920px) {
    .ms-xxxlPull0 {
        right: auto
    }
}

@media (min-width:1920px) {
    .ms-xxxlPush12 {
        left: 100%
    }
}

@media (min-width:1920px) {
    .ms-xxxlPush11 {
        left: 91.66666666666666%
    }
}

@media (min-width:1920px) {
    .ms-xxxlPush10 {
        left: 83.33333333333334%
    }
}

@media (min-width:1920px) {
    .ms-xxxlPush9 {
        left: 75%
    }
}

@media (min-width:1920px) {
    .ms-xxxlPush8 {
        left: 66.66666666666666%
    }
}

@media (min-width:1920px) {
    .ms-xxxlPush7 {
        left: 58.333333333333336%
    }
}

@media (min-width:1920px) {
    .ms-xxxlPush6 {
        left: 50%
    }
}

@media (min-width:1920px) {
    .ms-xxxlPush5 {
        left: 41.66666666666667%
    }
}

@media (min-width:1920px) {
    .ms-xxxlPush4 {
        left: 33.33333333333333%
    }
}

@media (min-width:1920px) {
    .ms-xxxlPush3 {
        left: 25%
    }
}

@media (min-width:1920px) {
    .ms-xxxlPush2 {
        left: 16.666666666666664%
    }
}

@media (min-width:1920px) {
    .ms-xxxlPush1 {
        left: 8.333333333333332%
    }
}

@media (min-width:1920px) {
    .ms-xxxlPush0 {
        left: auto
    }
}

@media (min-width:1920px) {
    .ms-xxxlOffset11 {
        margin-left: 91.66666666666666%
    }
}

@media (min-width:1920px) {
    .ms-xxxlOffset10 {
        margin-left: 83.33333333333334%
    }
}

@media (min-width:1920px) {
    .ms-xxxlOffset9 {
        margin-left: 75%
    }
}

@media (min-width:1920px) {
    .ms-xxxlOffset8 {
        margin-left: 66.66666666666666%
    }
}

@media (min-width:1920px) {
    .ms-xxxlOffset7 {
        margin-left: 58.333333333333336%
    }
}

@media (min-width:1920px) {
    .ms-xxxlOffset6 {
        margin-left: 50%
    }
}

@media (min-width:1920px) {
    .ms-xxxlOffset5 {
        margin-left: 41.66666666666667%
    }
}

@media (min-width:1920px) {
    .ms-xxxlOffset4 {
        margin-left: 33.33333333333333%
    }
}

@media (min-width:1920px) {
    .ms-xxxlOffset3 {
        margin-left: 25%
    }
}

@media (min-width:1920px) {
    .ms-xxxlOffset2 {
        margin-left: 16.666666666666664%
    }
}

@media (min-width:1920px) {
    .ms-xxxlOffset1 {
        margin-left: 8.333333333333332%
    }
}

@media (min-width:1920px) {
    .ms-xxxlOffset0 {
        margin-left: 0
    }
}

.ms-borderBox, .ms-borderBox:after, .ms-borderBox:before {
    box-sizing: border-box
}

.ms-borderBase {
    border: 1px solid
}

.ms-clearfix {
    *zoom: 1
}

    .ms-clearfix:after, .ms-clearfix:before {
        display: table;
        content: "";
        line-height: 0
    }

    .ms-clearfix:after {
        clear: both
    }

.ms-normalize {
    box-sizing: border-box;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.ms-textAlignLeft {
    text-align: left
}

.ms-textAlignCenter {
    text-align: center
}

.ms-textAlignRight {
    text-align: right
}

.ms-screenReaderOnly {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.ms-textTruncate {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal
}

.ms-noWrap, .ms-textTruncate {
    white-space: nowrap
}

.ms-Fabric {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #333;
    font-family: "Segoe UI Web (West European)",Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif;
    font-size: 14px
}

    .ms-Fabric button, .ms-Fabric input {
        font-family: inherit
    }

    .ms-Fabric[lang^=ar], .ms-Fabric [lang^=ar], [lang^=ar] .ms-Fabric {
        font-family: Segoe UI Web\ (Arabic),Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif
    }

    .ms-Fabric[lang^=bg], .ms-Fabric [lang^=bg], [lang^=bg] .ms-Fabric {
        font-family: Segoe UI Web\ (Cyrillic),Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif
    }

    .ms-Fabric[lang^=cs], .ms-Fabric [lang^=cs], [lang^=cs] .ms-Fabric {
        font-family: "Segoe UI Web (East European)",Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif
    }

    .ms-Fabric[lang^=el], .ms-Fabric [lang^=el], [lang^=el] .ms-Fabric {
        font-family: Segoe UI Web\ (Greek),Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif
    }

    .ms-Fabric[lang^=et], .ms-Fabric [lang^=et], [lang^=et] .ms-Fabric {
        font-family: "Segoe UI Web (East European)",Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif
    }

    .ms-Fabric[lang^=he], .ms-Fabric [lang^=he], [lang^=he] .ms-Fabric {
        font-family: Segoe UI Web\ (Hebrew),Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif
    }

    .ms-Fabric[lang^=hi], .ms-Fabric [lang^=hi], [lang^=hi] .ms-Fabric {
        font-family: Nirmala UI,Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif
    }

    .ms-Fabric[lang^=hr], .ms-Fabric [lang^=hr], .ms-Fabric[lang^=hu], .ms-Fabric [lang^=hu], [lang^=hr] .ms-Fabric, [lang^=hu] .ms-Fabric {
        font-family: "Segoe UI Web (East European)",Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif
    }

    .ms-Fabric[lang^=ja], .ms-Fabric [lang^=ja], [lang^=ja] .ms-Fabric {
        font-family: Yu Gothic,Meiryo UI,Meiryo,MS Pgothic,Osaka,Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif
    }

    .ms-Fabric[lang^=kk], .ms-Fabric [lang^=kk], [lang^=kk] .ms-Fabric {
        font-family: "Segoe UI Web (East European)",Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif
    }

    .ms-Fabric[lang^=ko], .ms-Fabric [lang^=ko], [lang^=ko] .ms-Fabric {
        font-family: Malgun Gothic,Gulim,Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif
    }

    .ms-Fabric[lang^=lo], .ms-Fabric [lang^=lo], [lang^=lo] .ms-Fabric {
        font-family: Leelawadee UI Web,Lao UI,DokChampa,Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif
    }

    .ms-Fabric[lang^=lt], .ms-Fabric [lang^=lt], .ms-Fabric[lang^=lv], .ms-Fabric [lang^=lv], .ms-Fabric[lang^=pl], .ms-Fabric [lang^=pl], [lang^=lt] .ms-Fabric, [lang^=lv] .ms-Fabric, [lang^=pl] .ms-Fabric {
        font-family: "Segoe UI Web (East European)",Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif
    }

    .ms-Fabric[lang^=ru], .ms-Fabric [lang^=ru], [lang^=ru] .ms-Fabric {
        font-family: Segoe UI Web\ (Cyrillic),Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif
    }

    .ms-Fabric[lang^=sk], .ms-Fabric [lang^=sk], .ms-Fabric[lang^=sr-latn], .ms-Fabric [lang^=sr-latn], [lang^=sk] .ms-Fabric, [lang^=sr-latn] .ms-Fabric {
        font-family: "Segoe UI Web (East European)",Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif
    }

    .ms-Fabric[lang^=th], .ms-Fabric [lang^=th], [lang^=th] .ms-Fabric {
        font-family: Leelawadee UI Web,Kmer UI,Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif
    }

    .ms-Fabric[lang^=tr], .ms-Fabric [lang^=tr], [lang^=tr] .ms-Fabric {
        font-family: "Segoe UI Web (East European)",Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif
    }

    .ms-Fabric[lang^=uk], .ms-Fabric [lang^=uk], [lang^=uk] .ms-Fabric {
        font-family: Segoe UI Web\ (Cyrillic),Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif
    }

    .ms-Fabric[lang^=vi], .ms-Fabric [lang^=vi], [lang^=vi] .ms-Fabric {
        font-family: Segoe UI Web\ (Vietnamese),Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif
    }

    .ms-Fabric[lang^=zh-hans], .ms-Fabric [lang^=zh-hans], [lang^=zh-hans] .ms-Fabric {
        font-family: Microsoft Yahei,Verdana,Simsun,Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif
    }

    .ms-Fabric[lang^=zh-hant], .ms-Fabric [lang^=zh-hant], [lang^=zh-hant] .ms-Fabric {
        font-family: Microsoft Jhenghei,Pmingliu,Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif
    }

.ms-Fabric--selawik {
    font-family: Selawik Web,Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif
}

.GTMPORView, .GTMPORAdministration {
  /* HTML5 display-role reset for older browsers */ }
  .GTMPORView html, .GTMPORView body, .GTMPORView applet, .GTMPORView object, .GTMPORView iframe,
  .GTMPORView h1, .GTMPORView h2, .GTMPORView h3, .GTMPORView h4, .GTMPORView h5, .GTMPORView h6, .GTMPORView p, .GTMPORView blockquote, .GTMPORView pre,
  .GTMPORView a, .GTMPORView abbr, .GTMPORView acronym, .GTMPORView address, .GTMPORView big, .GTMPORView cite, .GTMPORView code,
  .GTMPORView del, .GTMPORView dfn, .GTMPORView em, .GTMPORView img, .GTMPORView ins, .GTMPORView kbd, .GTMPORView q, .GTMPORView s, .GTMPORView samp,
  .GTMPORView small, .GTMPORView strike, .GTMPORView strong, .GTMPORView sub, .GTMPORView sup, .GTMPORView tt, .GTMPORView var,
  .GTMPORView b, .GTMPORView u, .GTMPORView i, .GTMPORView center,
  .GTMPORView dl, .GTMPORView dt, .GTMPORView dd, .GTMPORView ol, .GTMPORView ul, .GTMPORView li,
  .GTMPORView fieldset, .GTMPORView form, .GTMPORView label, .GTMPORView legend,
  .GTMPORView table, .GTMPORView caption, .GTMPORView tbody, .GTMPORView tfoot, .GTMPORView thead, .GTMPORView tr, .GTMPORView th, .GTMPORView td,
  .GTMPORView article, .GTMPORView aside, .GTMPORView canvas, .GTMPORView details, .GTMPORView embed,
  .GTMPORView figure, .GTMPORView figcaption, .GTMPORView footer, .GTMPORView header, .GTMPORView hgroup,
  .GTMPORView menu, .GTMPORView nav, .GTMPORView output, .GTMPORView ruby, .GTMPORView section, .GTMPORView summary,
  .GTMPORView time, .GTMPORView mark, .GTMPORView audio, .GTMPORView video, .GTMPORAdministration html, .GTMPORAdministration body, .GTMPORAdministration applet, .GTMPORAdministration object, .GTMPORAdministration iframe,
  .GTMPORAdministration h1, .GTMPORAdministration h2, .GTMPORAdministration h3, .GTMPORAdministration h4, .GTMPORAdministration h5, .GTMPORAdministration h6, .GTMPORAdministration p, .GTMPORAdministration blockquote, .GTMPORAdministration pre,
  .GTMPORAdministration a, .GTMPORAdministration abbr, .GTMPORAdministration acronym, .GTMPORAdministration address, .GTMPORAdministration big, .GTMPORAdministration cite, .GTMPORAdministration code,
  .GTMPORAdministration del, .GTMPORAdministration dfn, .GTMPORAdministration em, .GTMPORAdministration img, .GTMPORAdministration ins, .GTMPORAdministration kbd, .GTMPORAdministration q, .GTMPORAdministration s, .GTMPORAdministration samp,
  .GTMPORAdministration small, .GTMPORAdministration strike, .GTMPORAdministration strong, .GTMPORAdministration sub, .GTMPORAdministration sup, .GTMPORAdministration tt, .GTMPORAdministration var,
  .GTMPORAdministration b, .GTMPORAdministration u, .GTMPORAdministration i, .GTMPORAdministration center,
  .GTMPORAdministration dl, .GTMPORAdministration dt, .GTMPORAdministration dd, .GTMPORAdministration ol, .GTMPORAdministration ul, .GTMPORAdministration li,
  .GTMPORAdministration fieldset, .GTMPORAdministration form, .GTMPORAdministration label, .GTMPORAdministration legend,
  .GTMPORAdministration table, .GTMPORAdministration caption, .GTMPORAdministration tbody, .GTMPORAdministration tfoot, .GTMPORAdministration thead, .GTMPORAdministration tr, .GTMPORAdministration th, .GTMPORAdministration td,
  .GTMPORAdministration article, .GTMPORAdministration aside, .GTMPORAdministration canvas, .GTMPORAdministration details, .GTMPORAdministration embed,
  .GTMPORAdministration figure, .GTMPORAdministration figcaption, .GTMPORAdministration footer, .GTMPORAdministration header, .GTMPORAdministration hgroup,
  .GTMPORAdministration menu, .GTMPORAdministration nav, .GTMPORAdministration output, .GTMPORAdministration ruby, .GTMPORAdministration section, .GTMPORAdministration summary,
  .GTMPORAdministration time, .GTMPORAdministration mark, .GTMPORAdministration audio, .GTMPORAdministration video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box; }
  .GTMPORView article, .GTMPORView aside, .GTMPORView details, .GTMPORView figcaption, .GTMPORView figure,
  .GTMPORView footer, .GTMPORView header, .GTMPORView hgroup, .GTMPORView menu, .GTMPORView nav, .GTMPORView section, .GTMPORAdministration article, .GTMPORAdministration aside, .GTMPORAdministration details, .GTMPORAdministration figcaption, .GTMPORAdministration figure,
  .GTMPORAdministration footer, .GTMPORAdministration header, .GTMPORAdministration hgroup, .GTMPORAdministration menu, .GTMPORAdministration nav, .GTMPORAdministration section {
    display: block; }
  .GTMPORView body, .GTMPORAdministration body {
    line-height: 1; }
  .GTMPORView ul, .GTMPORAdministration ul {
    list-style: disc;
    padding-left: 20px; }
  .GTMPORView ol, .GTMPORAdministration ol {
    list-style: decimal;
    padding-left: 20px; }
  .GTMPORView blockquote, .GTMPORView q, .GTMPORAdministration blockquote, .GTMPORAdministration q {
    quotes: none; }
  .GTMPORView blockquote:before, .GTMPORView blockquote:after,
  .GTMPORView q:before, .GTMPORView q:after, .GTMPORAdministration blockquote:before, .GTMPORAdministration blockquote:after,
  .GTMPORAdministration q:before, .GTMPORAdministration q:after {
    content: '';
    content: none; }
  .GTMPORView table, .GTMPORAdministration table {
    border-collapse: collapse;
    border-spacing: 0; }

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  html *:focus, body *:focus, applet *:focus, object *:focus, iframe *:focus,
  h1 *:focus, h2 *:focus, h3 *:focus, h4 *:focus, h5 *:focus, h6 *:focus, p *:focus, blockquote *:focus, pre *:focus,
  a *:focus, abbr *:focus, acronym *:focus, address *:focus, big *:focus, cite *:focus, code *:focus,
  del *:focus, dfn *:focus, em *:focus, img *:focus, ins *:focus, kbd *:focus, q *:focus, s *:focus, samp *:focus,
  small *:focus, strike *:focus, strong *:focus, sub *:focus, sup *:focus, tt *:focus, var *:focus,
  b *:focus, u *:focus, i *:focus, center *:focus,
  dl *:focus, dt *:focus, dd *:focus, ol *:focus, ul *:focus, li *:focus,
  fieldset *:focus, form *:focus, label *:focus, legend *:focus,
  table *:focus, caption *:focus, tbody *:focus, tfoot *:focus, thead *:focus, tr *:focus, th *:focus, td *:focus,
  article *:focus, aside *:focus, canvas *:focus, details *:focus, embed *:focus,
  figure *:focus, figcaption *:focus, footer *:focus, header *:focus, hgroup *:focus,
  menu *:focus, nav *:focus, output *:focus, ruby *:focus, section *:focus, summary *:focus,
  time *:focus, mark *:focus, audio *:focus, video *:focus, div *:focus, button *:focus {
    outline: 1px dotted grey; } }

.mob_btn_w100:focus {
  border: 1px dotted white !important; }

.btn_enabled:focus {
  outline: 1px dotted grey !important; }

.GTMPORView .border {
  border: 1px solid #999; }

.GTMPORView .redborder {
  border: 1px solid #DD0000; }

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
/* 50% of Browser width #Screen between 600 to 1024*/
/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
/*
##Device = Laptops, Desktops
##Screen = B/w 1025px to 1280px
*/
body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  /* = 0.875rem */
  /* 16px = 1rem */
  position: relative;
  background: #1a2334; }

.modal-open .modal.in {
  z-index: 10000000; }

.app-container {
  /* tablet portrait */
  /* tablet landscape */ }
  @media only screen and (min-width: 768px) {
    .app-container {
      position: relative;
      min-height: 100vh; } }
  @media (min-width: 768px) {
    .app-container .app-row {
      margin-bottom: 196px;
      /* 283px; */ } }
  @media (min-width: 1024px) {
    .app-container .app-row {
      margin-bottom: 267px; } }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .app-container .app-row {
      margin-bottom: 267px; } }
  @media (min-width: 992px) {
    .app-container {
      /* constant margin after the main row == Footer height */ }
      .app-container .app-row {
        margin-bottom: 250px; } }

.defaultModal_container {
  width: 450px !important;
  color: #FFF !important;
  text-align: center !important;
  position: relative;
  background: #e8e8e8 !important;
  box-shadow: 0px 3px 30px #000 !important;
  overflow-y: hidden !important; }
  .defaultModal_container .text_left {
    text-align: left !important; }
  .defaultModal_container .padd_lftRgt_0 {
    padding-left: 0;
    padding-right: 0; }
  .defaultModal_container .mrg_all_0 {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0; }
  .defaultModal_container .mrg_lftRgt_0 {
    margin-left: 0;
    margin-right: 0; }
  .defaultModal_container .mrg_top_110 {
    margin-top: 110px; }
  .defaultModal_container .secondaryMessage {
    font-size: 16px;
    font-weight: 700;
    color: #000; }
  .defaultModal_container .defaultModal_header {
    font-size: 46px !important;
    font-weight: 400;
    line-height: 1.3269em !important;
    margin-top: 30px; }
    .defaultModal_container .defaultModal_header .iconSize {
      font-size: 60px;
      padding-left: 30px; }
    .defaultModal_container .defaultModal_header .success_header {
      font-size: 40px;
      color: #106bff; }
    .defaultModal_container .defaultModal_header .error_header {
      font-size: 40px;
      color: #ff6310; }
    .defaultModal_container .defaultModal_header .warning_header {
      font-size: 40px;
      color: #ff6310; }
  .defaultModal_container .defaultModal_body {
    font-size: 20px !important;
    line-height: 1.35em !important;
    margin: 11px 47px 23px 58px !important; }
    .defaultModal_container .defaultModal_body .community_subscribe_body {
      margin: 0 auto;
      font-size: 20px;
      padding-bottom: 10px;
      display: inline-block;
      color: #000;
      width: 100%;
      font-style: initial;
      font-weight: 400; }
      .defaultModal_container .defaultModal_body .community_subscribe_body ul li {
        font-size: 18px; }
  .defaultModal_container .defaultModal_footer {
    margin-left: 49px;
    margin-bottom: 70px;
    margin-right: 38px;
    font-size: 18px !important;
    line-height: 1.333em !important; }
  .defaultModal_container .dialogSubmitButtonFull {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #3a7589;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .defaultModal_container .dialogSubmitButtonFull :hover {
      background-color: #106bff;
      text-decoration: underline; }
  .defaultModal_container .dialogSubmitButtonHalf {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #3a7589;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .defaultModal_container .dialogSubmitButtonHalf :hover {
      background-color: #106bff;
      text-decoration: underline;
      border: 1px solid #106bff; }
  .defaultModal_container .btn_blue {
    width: 200px;
    background: #106bff;
    height: 40px;
    font-size: 12px;
    font-weight: 500;
    padding: 10px; }
    .defaultModal_container .btn_blue :hover {
      background-color: #000;
      text-decoration: underline;
      border: 1px solid #FFF; }
  .defaultModal_container .dialogSubmitButtonHalfDefault {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .defaultModal_container .dialogSubmitButtonHalfDefault :hover {
      text-decoration: underline; }
  .defaultModal_container .ms-fontWeight-regular .ms-Button-label {
    font-weight: 400; }
  .defaultModal_container .ms-Icon--Warning {
    color: #FFF;
    font-size: 160%;
    padding-top: 20px; }

.Loader-Large {
  text-align: center;
  padding-top: 200px;
  padding-bottom: 200px; }
  .Loader-Large h1 {
    font-size: 62px !important;
    height: 100px;
    background: -webkit-linear-gradient(top, #5c0f5d 0%, #326973 61%, #16a582 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation-duration: 1s;
    animation-name: Loading;
    animation-iteration-count: infinite;
    animation-direction: alternate; }

@keyframes Loading {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.video_popup {
  width: 60% !important;
  height: auto !important;
  overflow: hidden !important; }
  @media (max-width: 767px) {
    .video_popup {
      width: 90% !important; } }
  .video_popup .ms-Dialog-header {
    display: none; }
  .video_popup .ms-Dialog-inner {
    padding: 0 !important; }

.Large_image_popup {
  width: 90% !important;
  height: 90% !important;
  max-height: 90% !important; }
  .Large_image_popup .ms-Dialog-inner {
    height: 100%; }
  .Large_image_popup .ms-Dialog-content {
    height: 100%;
    overflow: auto; }

.GTMPORView {
  /* Global for all Video - Responsive css */
  /* for customized  Video */
  /* white button */
  /*paddings*/
  /*margins*/
  /* Global Media-queries */
  /* Extra small devices (phones, 767px and down) */ }
  .GTMPORView .action {
    color: #3372d9 !important;
    cursor: pointer; }
    .GTMPORView .action:hover {
      text-decoration: underline !important; }
  .GTMPORView .accessLink {
    color: #FFF !important;
    cursor: pointer;
    font-weight: bold; }
    .GTMPORView .accessLink:hover {
      text-decoration: underline !important; }
  .GTMPORView .defaulttabaction {
    color: black !important;
    font-weight: 500;
    cursor: pointer; }
    .GTMPORView .defaulttabaction:hover {
      text-decoration: underline !important; }
  .GTMPORView .footer_action {
    cursor: pointer; }
    .GTMPORView .footer_action:hover {
      text-decoration: underline !important; }
  .GTMPORView .txt_underline {
    text-decoration: underline; }
  .GTMPORView .viewMarketCode {
    border: 1px solid #0065c1;
    font-size: 12px;
    color: #0065c1;
    height: 25px;
    padding-top: 2px;
    padding-right: 5px;
    min-width: 175px; }
    .GTMPORView .viewMarketCode .label {
      font-weight: 700;
      font-size: 12px;
      color: #0065c1;
      padding-top: 3px; }
  .GTMPORView .viewSeason {
    border: 1px solid #0065c1;
    font-size: 12px;
    color: white;
    height: 25px;
    padding-top: 1px;
    padding-right: 5px;
    background-color: #0065c1;
    min-width: 175px; }
    .GTMPORView .viewSeason .seasonLabel {
      font-weight: 700;
      font-size: 12px;
      padding-top: 2px;
      padding-right: 5px; }
  .GTMPORView .error_msg {
    color: #a80000;
    font-size: 12px;
    font-weight: 400; }
  .GTMPORView .blueBorderButton {
    background-color: white !important;
    border: 1px solid #106bff !important;
    height: 40px;
    color: #106bff; }
    .GTMPORView .blueBorderButton:hover {
      color: #106bff;
      text-decoration: underline; }
  .GTMPORView .primaryButton, .GTMPORView .primaryButton_ht30 {
    background-color: #106bff !important;
    border: 1px solid #106bff !important;
    height: 40px; }
    .GTMPORView .primaryButton:hover, .GTMPORView .primaryButton_ht30:hover {
      background-color: #0078d4 !important;
      text-decoration: underline; }
  .GTMPORView .primaryButton_ht30 {
    height: 30px; }
  .GTMPORView .checkedButton {
    background-color: #cedef8 !important;
    border: 1px solid #106bff !important; }
  .GTMPORView .btn_remove, .GTMPORView .btn_remove_dis {
    background: #106bff;
    border-radius: 18px;
    color: white;
    padding: 4px 12px;
    font-size: 12px;
    cursor: pointer; }
  .GTMPORView .btn_remove_dis {
    background: orange; }
  .GTMPORView .blue {
    color: #106bff; }
    .GTMPORView .blue img {
      margin-left: -5px;
      height: 30px !important;
      margin-top: -4px; }
  .GTMPORView .orange {
    color: orange; }
  .GTMPORView .orange-border {
    border: 2px solid #FFBF00; }
    .GTMPORView .orange-border .ms-TextField-fieldGroup {
      border: none !important;
      height: 33px; }
      .GTMPORView .orange-border .ms-TextField-fieldGroup:after {
        border: none !important; }
    .GTMPORView .orange-border .ms-TextField-fieldGroup:hover {
      border: none !important; }
  .GTMPORView .publish_divider {
    border-right: 1px solid #d3d3d3;
    height: 36x; }
  .GTMPORView .loader_container {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 1000;
    background-color: #666;
    margin: auto;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px; }
  .GTMPORView .loader_container_indidual {
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 1000;
    background-color: #666;
    margin: auto;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px; }
  .GTMPORView .dialogSubmitButtonFull {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #3a7589;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .GTMPORView .dialogSubmitButtonFull :hover {
      background-color: #106bff;
      border: 1px solid #106bff; }
  .GTMPORView .dialogSubmitButtonHalf {
    width: 50%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #3a7589;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .GTMPORView .dialogSubmitButtonHalf :hover {
      background-color: #106bff;
      text-decoration: underline;
      border: 1px solid #106bff; }
  .GTMPORView .dialogSubmitButtonHalfDefault {
    width: 50%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .GTMPORView .dialogSubmitButtonHalfDefault :hover {
      text-decoration: underline; }
  .GTMPORView .loadMoreButton {
    font-size: 16px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer; }
  .GTMPORView .rich_text_global ol {
    list-style-type: decimal !important;
    list-style-position: inside !important;
    -webkit-margin-before: 1em !important;
    -webkit-margin-after: 1em !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-end: 0px !important;
    -webkit-padding-start: 0px !important; }
  .GTMPORView .rich_text_global ul {
    display: block !important;
    list-style-type: disc !important;
    -webkit-margin-before: 1em !important;
    -webkit-margin-after: 1em !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-end: 0px !important;
    -webkit-padding-start: 40px !important;
    list-style-position: inside !important; }
  .GTMPORView .rich_text_global sup {
    top: -0.5em; }
  .GTMPORView .rich_text_global sub,
  .GTMPORView .rich_text_global sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline; }
  .GTMPORView .rich_text_global p {
    margin: 0 0 10px; }
  .GTMPORView .wrap_ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*word-break: break-all;
        word-wrap: break-word;*/ }
  .GTMPORView .dList_scroll.ms-DetailsList .ms-SelectionZone, .GTMPORView .dList_userScroll.ms-DetailsList .ms-SelectionZone, .GTMPORView .dList_publishScroll.ms-DetailsList .ms-SelectionZone, .GTMPORView .dList_publishScroll_new.ms-DetailsList .ms-SelectionZone {
    max-height: 650px;
    overflow-y: overlay; }
  .GTMPORView .dList_scroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar, .GTMPORView .dList_userScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar, .GTMPORView .dList_publishScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar, .GTMPORView .dList_publishScroll_new.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar {
    width: 10px; }
  .GTMPORView .dList_scroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb, .GTMPORView .dList_userScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb, .GTMPORView .dList_publishScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb, .GTMPORView .dList_publishScroll_new.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb {
    background: #d2d2d2;
    border-radius: 10px; }
  .GTMPORView .dList_scroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb:hover, .GTMPORView .dList_userScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb:hover, .GTMPORView .dList_publishScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb:hover, .GTMPORView .dList_publishScroll_new.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb:hover {
    background: #a9a9a9; }
  .GTMPORView .dList_publishScroll.ms-DetailsList .ms-SelectionZone {
    max-height: 400px; }
  .GTMPORView .dList_publishScroll_new.ms-DetailsList .ms-SelectionZone {
    max-height: 760px; }
  .GTMPORView .rowht40sction .ms-DetailsRow, .GTMPORView .rowht40sction .ms-DetailsRow-cell {
    min-height: 30px !important;
    padding: 2px 0px !important;
    margin: 0px !important; }
  .GTMPORView .dList_userScroll.ms-DetailsList .ms-DetailsHeader-cell {
    font-weight: 700; }
  .GTMPORView .dList_userScroll.ms-DetailsList .ms-SelectionZone {
    max-height: 480px; }
  .GTMPORView .container_fluid {
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 1400px) {
    .GTMPORView .container {
      width: 1330px !important; } }
  .GTMPORView .word_break, .GTMPORView .richtext_list > div {
    word-break: break-word; }
    .GTMPORView .word_break_all {
      word-break: break-all; }
  .GTMPORView .page_status {
    font-size: 14px; }
  .GTMPORView .border_none {
    border: none !important; }
  .GTMPORView .r_border {
    border-right: 1px solid #000; }
  .GTMPORView .pos_rel {
    position: relative; }
  .GTMPORView .whitespace_nowrap {
    white-space: nowrap; }
  .GTMPORView .cust_grid {
    display: block;
    justify-content: normal;
    margin-top: 10px; }
    @media (min-width: 481px) {
      .GTMPORView .cust_grid {
        display: flex;
        justify-content: center;
        flex-flow: row wrap;
        margin-top: 10px; } }
  .GTMPORView .column_in_center {
    float: none; }
  .GTMPORView .video_section {
    /* 4x3 Aspect Ratio */
    /* React Player css */ }
    .GTMPORView .video_section .iframe-container {
      overflow: hidden;
      padding-top: 56.25%;
      position: relative; }
    .GTMPORView .video_section .iframe-container iframe {
      border: 0;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .GTMPORView .video_section .iframe-container-4x3 {
      padding-top: 75%; }
    .GTMPORView .video_section .player_wrapper {
      position: relative !important;
      padding-top: 56% !important; }
    .GTMPORView .video_section .react_player {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important; }
    .GTMPORView .video_section .view_large_btn {
      padding-left: 0px;
      text-decoration: underline; }
  .GTMPORView .cust_video .home_sm_tile {
    background: #000; }
  .GTMPORView .cust_video .home_sm_tile iframe,
  .GTMPORView .cust_video .last_visited_img iframe {
    height: 100%;
    width: 100%;
    opacity: 0.7; }
  .GTMPORView .cust_video .home_sm_tile .ut_img,
  .GTMPORView .cust_video .last_visited_img .ut_img {
    height: 100%;
    width: 100%;
    opacity: 0.7; }
    .GTMPORView .cust_video .home_sm_tile .ut_img img,
    .GTMPORView .cust_video .last_visited_img .ut_img img {
      height: 100%;
      width: 100%;
      max-width: 100% !important; }
  .GTMPORView .cust_video .last_visited_img iframe,
  .GTMPORView .cust_video .last_visited_img .ut_img {
    opacity: 0.9 !important; }
  .GTMPORView .cust_video .last_visited_img .video_icon_bg .video_icon {
    opacity: 0.7; }
  .GTMPORView .cust_video .ut_video .video_icon_bg {
    opacity: 1; }
  .GTMPORView .black_bg {
    background: #000 !important; }
  .GTMPORView .btn_whiteOutline {
    background: transparent;
    height: 33px;
    color: #FFF !important;
    border: 1px solid #FFF !important;
    padding: 10px 25px; }
  .GTMPORView .btn_whiteOutline:hover {
    background: #106bff !important;
    border: none !important;
    color: #FFF !important; }
  .GTMPORView .btn_outline {
    background: #FFF;
    height: 40px;
    color: #106bff !important;
    border: 1px solid #106bff !important;
    padding: 10px 6px; }
  .GTMPORView .btn_outline:hover {
    background: #106bff !important;
    color: #FFF !important; }
  .GTMPORView .btn_outline_disable {
    background: #FFF;
    height: 40px;
    color: #d2d2d2 !important;
    border: 1px solid #d2d2d2 !important;
    padding: 10px 6px; }
  .GTMPORView .btn_outline_disable:hover {
    background: #FFF !important;
    color: #d2d2d2 !important; }
  .GTMPORView .btn_active, .GTMPORView .btn_disable {
    background: #106bff;
    height: 30px;
    color: #FFF !important;
    border: 1px solid #106bff !important;
    cursor: pointer;
    padding: 10px 6px;
    pointer-events: auto;
    cursor: pointer; }
  .GTMPORView .btn_disable {
    background: #d2d2d2;
    border: 1px solid #d2d2d2 !important;
    pointer-events: none; }
  .GTMPORView .ltGrey_bg, .GTMPORView .ltGreyBg {
    background-color: #f0f2f7;
    min-height: 100vh;
    padding-bottom: 70px; }
  .GTMPORView .ltGreyBg {
    min-height: 90vh; }
  .GTMPORView .ltGreyBg20 {
    background-color: #f0f2f7;
    min-height: 100vh;
    padding-bottom: 20px;
    overflow-x: hidden; }
  .GTMPORView .minheight90 {
    min-height: 90vh; }
  .GTMPORView .bg_grey {
    background: #f0f2f7;
    padding: 15px; }
  .GTMPORView .grey_bg {
    background: #e9e9e9;
    padding: 15px; }
  .GTMPORView .content_hidden {
    visibility: hidden; }
  .GTMPORView .action_btn {
    font-size: 16px;
    padding: 3px;
    width: 30px;
    margin-right: 5px;
    background: white;
    color: #007bff !important;
    border: 1px solid #eaeaea;
    box-shadow: 0px 5px 8px #d9d9d9; }
  .GTMPORView .config_action_btn:hover {
    background: #007bff !important;
    color: #fff !important; }
  .GTMPORView .config_action_btn.add_sku {
    padding: 3px 5px; }
    .GTMPORView .config_action_btn.add_sku .ms-Icon.ms-Icon--Add::before {
      font-size: 13px !important;
      font-weight: 600; }
    .GTMPORView .config_action_btn.add_sku:hover .ms-Icon.ms-Icon--Add::before {
      color: #FFF; }
  .GTMPORView .releaseNotes_hr {
    border-bottom: 1.5px solid #d2d2d2;
    padding-top: 10px;
    margin-left: 0px;
    margin-right: 0px; }
  .GTMPORView .releaseNotes_divider {
    border-right: 1px solid #000;
    height: 40px; }
  .GTMPORView .releaseNotes_divider_grey {
    border-left: 2px solid #d2d2d2;
    height: 40px; }
  .GTMPORView .releaseNotesBtn_divider {
    border-right: 1px solid #a9a9a9;
    height: 40px; }
  .GTMPORView .releaseNotes_hyphon {
    border-top: 1px solid black;
    width: 15px; }
  .GTMPORView .confidential_title {
    color: #D28917; }
  .GTMPORView .d_flex {
    display: flex; }
  .GTMPORView .d_flex_rEnd {
    display: flex;
    justify-content: flex-end; }
  .GTMPORView .d_flex_spacebetween {
    display: flex;
    justify-content: space-between; }
  .GTMPORView .d_flex_wrap {
    display: flex;
    flex-wrap: wrap; }
  .GTMPORView .related_por {
    background: #29364e;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0px 10px;
    white-space: nowrap; }
  .GTMPORView .related_por:hover {
    background: #354767; }
  .GTMPORView .divider_grey {
    color: #d2d2d2; }
  .GTMPORView .dropdown_icon i {
    color: white;
    font-size: 12px;
    font-weight: 700;
    line-height: 55px !important; }
  .GTMPORView .rel_wdt560 {
    width: 560px !important;
    padding: 10px !important;
    color: #000;
    overflow-x: hidden !important; }
  .GTMPORView .rel_wdt560:hover {
    background: #e9e9e9; }
    .GTMPORView .rel_wdt560:hover .prod_name {
      color: #0078d4;
      font-weight: 500; }
  .GTMPORView .bottom_line {
    border-bottom: 1px solid #d2d2d2; }
  .GTMPORView .bottom_line:hover {
    background: #f1f7fd; }
  .GTMPORView .others_view {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 85px;
    margin-bottom: 10px; }
  .GTMPORView .btm_hr {
    border-bottom: 1px solid #6f7478;
    padding: 5px 0px; }
  .GTMPORView .top_hr {
    border-top: 1px solid #6f7478; }
  .GTMPORView .reportOwner_bg {
    font-size: 13px;
    background: #29364e;
    display: inline-block;
    text-align: center;
    padding: 5px;
    margin: 5px 0px; }
  .GTMPORView .one_line {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .GTMPORView .font24 {
    font-size: 24px; }
  .GTMPORView .font10 {
    font-size: 10px; }
  .GTMPORView .font12 {
    font-size: 12px; }
  .GTMPORView .font16 {
    font-size: 16px; }
  .GTMPORView .font18 {
    font-size: 18px; }
  .GTMPORView .font_wt500 {
    font-weight: 500; }
  .GTMPORView .font_wt600 {
    font-weight: 600; }
  .GTMPORView .font_bold {
    font-weight: 700; }
  .GTMPORView .ht40 {
    height: 40px !important; }
  .GTMPORView .ht75 {
    height: 75px !important; }
  .GTMPORView .mrg_rgt_3 {
    margin-right: 3px !important; }
  .GTMPORView .padd0 {
    padding: 0px; }
  .GTMPORView .padd5 {
    padding: 5px; }
  .GTMPORView .padd10 {
    padding: 10px; }
  .GTMPORView .padd15 {
    padding: 15px; }
  .GTMPORView .padd20 {
    padding: 20px; }
  .GTMPORView .padd_rgt_0 {
    padding-right: 0; }
  .GTMPORView .padd_lftRgt_0 {
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 481px) and (max-width: 767px) {
    .GTMPORView .padd_lftRgt_0_portrait {
      padding-left: 0;
      padding-right: 0; } }
  .GTMPORView .padd_lftRgt_2 {
    padding-left: 2px;
    padding-right: 2px; }
  .GTMPORView .padd_lftRgt_5 {
    padding-left: 5px;
    padding-right: 5px; }
  .GTMPORView .padd_lftRgt_10 {
    padding-left: 10px;
    padding-right: 10px; }
  .GTMPORView .padd_lftRgt_15 {
    padding-left: 15px;
    padding-right: 15px; }
  .GTMPORView .padd_lftRgt_20 {
    padding-left: 20px;
    padding-right: 20px; }
  .GTMPORView .padd_lftRgt_30 {
    padding-left: 30px;
    padding-right: 30px; }
  .GTMPORView .padd_lftRgt_40 {
    padding-left: 40px;
    padding-right: 40px; }
  .GTMPORView .padd_topbtm_5 {
    padding-top: 5px;
    padding-bottom: 5px; }
  .GTMPORView .padd_topbtm_10 {
    padding-top: 10px;
    padding-bottom: 10px; }
  .GTMPORView .padd_topbtm_15 {
    padding-top: 15px;
    padding-bottom: 15px; }
  .GTMPORView .padd_topbtm_20 {
    padding-top: 20px;
    padding-bottom: 20px; }
  .GTMPORView .padd_topbtm_25 {
    padding-top: 25px;
    padding-bottom: 25px; }
  .GTMPORView .padd_topbtm_30 {
    padding-top: 30px;
    padding-bottom: 30px; }
  .GTMPORView .padd_topbtm_40 {
    padding-top: 40px;
    padding-bottom: 40px; }
  .GTMPORView .padd_topbtm_50 {
    padding-top: 50px;
    padding-bottom: 50px; }
  .GTMPORView .padd_lft_0 {
    padding-left: 0; }
  .GTMPORView .padd_lft_5 {
    padding-left: 5px; }
  .GTMPORView .padd_lft_10 {
    padding-left: 10px; }
  .GTMPORView .padd_lft_15 {
    padding-left: 15px; }
  @media (min-width: 481px) and (max-width: 767px) {
    .GTMPORView .padd_lft_45_portrait {
      padding-left: 45px; } }
  .GTMPORView .padd_lft_20 {
    padding-left: 20px; }
  .GTMPORView .padd_lft_25 {
    padding-left: 25px; }
  .GTMPORView .padd_lft_30 {
    padding-left: 30px; }
  .GTMPORView .padd_lft_35 {
    padding-left: 35px; }
  .GTMPORView .padd_lft_40 {
    padding-left: 40px; }
    @media (min-width: 481px) and (max-width: 767px) {
      .GTMPORView .padd_lft_40 {
        padding-left: 17px; } }
  .GTMPORView .padd_lft_50 {
    padding-left: 50px; }
  .GTMPORView .padd_lft_60 {
    padding-left: 60px; }
  .GTMPORView .padd_lft_70 {
    padding-left: 70px; }
  .GTMPORView .padd_lft_80 {
    padding-left: 80px; }
  .GTMPORView .padd_lft_100 {
    padding-left: 100px; }
  .GTMPORView .padd_lft_105 {
    padding-left: 105px; }
  .GTMPORView .padd_lft_115 {
    padding-left: 115px; }
  .GTMPORView .padd_lft_100 {
    padding-left: 100px; }
  .GTMPORView .padd_lft_540 {
    padding-left: 540px; }
  .GTMPORView .padd_rgt_2 {
    padding-right: 2px; }
  .GTMPORView .padd_rgt_4 {
    padding-right: 4px; }
  .GTMPORView .padd_rgt_5 {
    padding-right: 5px; }
  .GTMPORView .padd_rgt_9 {
    padding-right: 9px; }
  .GTMPORView .padd_rgt_10 {
    padding-right: 10px; }
  .GTMPORView .padd_rgt_15 {
    padding-right: 15px; }
  .GTMPORView .padd_rgt_20 {
    padding-right: 20px; }
  .GTMPORView .padd_rgt_25 {
    padding-right: 25px; }
  .GTMPORView .padd_rgt_30 {
    padding-right: 30px; }
  .GTMPORView .padd_rgt_35 {
    padding-right: 35px; }
  .GTMPORView .padd_rgt_40 {
    padding-right: 40px; }
  .GTMPORView .padd_rgt_50 {
    padding-right: 50px; }
  .GTMPORView .padd_rgt_60 {
    padding-right: 60px; }
  .GTMPORView .padd_top_0 {
    padding-top: 0px; }
  .GTMPORView .padd_top_2 {
    padding-top: 2px; }
  .GTMPORView .padd_top_4 {
    padding-top: 4px; }
  .GTMPORView .padd_top_5 {
    padding-top: 5px; }
  .GTMPORView .padd_top_7 {
    padding-top: 7px; }
  .GTMPORView .padd_top_8 {
    padding-top: 8px; }
  .GTMPORView .padd_top_9 {
    padding-top: 9px; }
  .GTMPORView .padd_top_10 {
    padding-top: 10px; }
  .GTMPORView .padd_top_12 {
    padding-top: 12px; }
  .GTMPORView .padd_top_15 {
    padding-top: 15px; }
  .GTMPORView .padd_top_18 {
    padding-top: 18px !important; }
  .GTMPORView .padd_top_20 {
    padding-top: 20px; }
  .GTMPORView .padd_top_25 {
    padding-top: 25px; }
  .GTMPORView .padd_top_30 {
    padding-top: 30px; }
  .GTMPORView .padd_top_35 {
    padding-top: 35px; }
  .GTMPORView .padd_top_40 {
    padding-top: 40px; }
  .GTMPORView .padd_top_50 {
    padding-top: 50px; }
  .GTMPORView .padd_top_65 {
    padding-top: 65px; }
  .GTMPORView .padd_top_70 {
    padding-top: 70px; }
  .GTMPORView .padd_top_80 {
    padding-top: 80px; }
  .GTMPORView .padd_top_90 {
    padding-top: 90px; }
  .GTMPORView .padd_top_95 {
    padding-top: 95px; }
  .GTMPORView .padd_top_100 {
    padding-top: 100px; }
  .GTMPORView .padd_top_115 {
    padding-top: 115px; }
  .GTMPORView .padd_top_120 {
    padding-top: 120px; }
  .GTMPORView .padd_top_125 {
    padding-top: 125px; }
  .GTMPORView .padd_top_130 {
    padding-top: 130px; }
  .GTMPORView .padd_top_135 {
    padding-top: 135px; }
  .GTMPORView .padd_top_140 {
    padding-top: 140px; }
  .GTMPORView .padd_top_160 {
    padding-top: 160px; }
  .GTMPORView .padd_top_170 {
    padding-top: 170px; }
  .GTMPORView .padd_top_180 {
    padding-top: 180px; }
  .GTMPORView .padd_top_190 {
    padding-top: 190px; }
  .GTMPORView .padd_top_200 {
    padding-top: 200px; }
  .GTMPORView .padd_top_250 {
    padding-top: 250px; }
  .GTMPORView .padd_btm_0 {
    padding-bottom: 0; }
  .GTMPORView .padd_btm_0_imp {
    padding-bottom: 0 !important; }
  .GTMPORView .padd_btm_2 {
    padding-bottom: 2rem; }
  .GTMPORView .padd_btm_5 {
    padding-bottom: 5px; }
  .GTMPORView .padd_btm_10 {
    padding-bottom: 10px; }
  .GTMPORView .padd_btm_15 {
    padding-bottom: 15px; }
  .GTMPORView .padd_btm_20 {
    padding-bottom: 20px; }
  .GTMPORView .padd_btm_25 {
    padding-bottom: 25px; }
  .GTMPORView .padd_btm_30 {
    padding-bottom: 30px; }
  .GTMPORView .padd_btm_40 {
    padding-bottom: 40px; }
  .GTMPORView .padd_btm_50 {
    padding-bottom: 50px; }
  .GTMPORView .padd_btm_80 {
    padding-bottom: 100px; }
  .GTMPORView .padd_btm_80_a {
    padding-bottom: 80px; }
  .GTMPORView .padd_btm_150 {
    padding-bottom: 150px; }
  .GTMPORView .mrg_lft_0 {
    margin-left: 0; }
  .GTMPORView .mrg_lft_10 {
    margin-left: 10px; }
  .GTMPORView .mrg_lft_15 {
    margin-left: 15px; }
  .GTMPORView .mrg_lft_25 {
    margin-left: 25px; }
  .GTMPORView .mrg_lft_40 {
    margin-left: 40px; }
  .GTMPORView .mrg_lft_50 {
    margin-left: 50px; }
  .GTMPORView .mrg_lft_105 {
    margin-left: 105px; }
  .GTMPORView .mrg_lft_375 {
    margin-left: 375px; }
  .GTMPORView .mrg_lft_220 {
    margin-left: 220px; }
  .GTMPORView .mrg_lft_min_5 {
    margin-left: -5px; }
  .GTMPORView .mrg_lft_min_10 {
    margin-left: -10px; }
  .GTMPORView .mrg_lft_min_15 {
    margin-left: -15px; }
  .GTMPORView .mrg_top_n_60 {
    margin-top: -60px; }
  .GTMPORView .mrg_lft_min_30 {
    margin-left: -30px; }
  .GTMPORView .mrg_lftRgt_0 {
    margin-left: 0;
    margin-right: 0; }
  .GTMPORView .mrg_lftRgt_15 {
    margin-left: 15px;
    margin-right: 15px; }
  .GTMPORView .mrg_lftRgt_20 {
    margin-left: 20px;
    margin-right: 20px; }
  .GTMPORView .mrg_topbtm_5 {
    margin-top: 5px;
    margin-bottom: 5px; }
  .GTMPORView .mrg_topbtm_10 {
    margin-top: 10px;
    margin-bottom: 10px; }
  .GTMPORView .mrg_topbtm_20 {
    margin-top: 20px;
    margin-bottom: 20px; }
  .GTMPORView .mrg_topbtm_30 {
    margin-top: 30px;
    margin-bottom: 30px; }
  .GTMPORView .mrg_rgt_0 {
    margin-right: 0; }
  .GTMPORView .mrg_rgt_5 {
    margin-right: 5px; }
  .GTMPORView .mrg_rgt_10 {
    margin-right: 10px; }
  .GTMPORView .mrg_rgt_15 {
    margin-right: 15px; }
  .GTMPORView .mrg_rgt_20 {
    margin-right: 20px; }
  .GTMPORView .mrg_rgt_30 {
    margin-right: 30px; }
  .GTMPORView .mrg_rgt_280 {
    margin-right: 280px; }
  .GTMPORView .mrg_btm_0 {
    margin-bottom: 0; }
  .GTMPORView .mrg_btm_5 {
    margin-bottom: 5px; }
  .GTMPORView .mrg_btm_10 {
    margin-bottom: 10px; }
  .GTMPORView .mrg_btm_15 {
    margin-bottom: 15px; }
  .GTMPORView .mrg_btm_20 {
    margin-bottom: 20px; }
  .GTMPORView .mrg_btm_30 {
    margin-bottom: 30px; }
  .GTMPORView .mrg_btm_40 {
    margin-bottom: 40px; }
  .GTMPORView .mrg_btm_45 {
    margin-bottom: 45px; }
  .GTMPORView .mrg_btm_50 {
    margin-bottom: 50px; }
  .GTMPORView .mrg_btm_60 {
    margin-bottom: 60px; }
  .GTMPORView .mrg_btm_90 {
    margin-bottom: 90px; }
  .GTMPORView .mrg_btm_100 {
    margin-bottom: 100px; }
  .GTMPORView .mrg_btm_140 {
    margin-bottom: 140px; }
  .GTMPORView .mrg_btm_170 {
    margin-bottom: 170px; }
  .GTMPORView .mrg_top_n_15 {
    margin-top: -15px; }
  .GTMPORView .mrg_top_0 {
    margin-top: 0; }
  .GTMPORView .mrg_top_4 {
    margin-top: 4px; }
  .GTMPORView .mrg_top_5 {
    margin-top: 5px; }
  .GTMPORView .mrg_top_10 {
    margin-top: 10px; }
  .GTMPORView .mrg_top_12 {
    margin-top: 12px; }
  .GTMPORView .mrg_top_15 {
    margin-top: 15px; }
  .GTMPORView .mrg_top_20 {
    margin-top: 20px; }
  .GTMPORView .mrg_top_25 {
    margin-top: 25px; }
  .GTMPORView .mrg_top_30 {
    margin-top: 30px; }
  .GTMPORView .mrg_top_35 {
    margin-top: 35px; }
  .GTMPORView .mrg_top_40 {
    margin-top: 40px; }
  .GTMPORView .mrg_top_45 {
    margin-top: 45px; }
  .GTMPORView .mrg_top_50 {
    margin-top: 50px; }
  .GTMPORView h1,
  .GTMPORView .h1 {
    font-size: 1.875em;
    font-weight: 400; }
  .GTMPORView h2,
  .GTMPORView .h2 {
    font-size: 1.72em;
    font-weight: 500; }
  .GTMPORView h3,
  .GTMPORView .h3 {
    font-size: 1.14em;
    font-weight: 600; }
  .GTMPORView h5,
  .GTMPORView .h5 {
    font-size: 0.625em;
    font-weight: 300; }
  .GTMPORView .font14 {
    font-size: 14px; }
  .GTMPORView .font20 {
    font-size: 20px; }
  .GTMPORView .font28 {
    font-size: 28px; }
  .GTMPORView .font40 {
    font-size: 40px; }
  .GTMPORView .blue_outlook {
    color: #006fc4; }
  .GTMPORView .blue_word {
    color: #2b589b; }
  .GTMPORView .blue_text {
    color: #00b4f1; }
  .GTMPORView .blue_icon {
    font-weight: 700;
    color: #106bff; }
  .GTMPORView .blue_visio {
    color: #36519f; }
  .GTMPORView .green {
    color: #107B12; }
  .GTMPORView .green-border {
    border: 2px solid #107B12; }
  .GTMPORView .brown {
    color: #D73A06; }
  .GTMPORView .white {
    color: #FFF; }
  .GTMPORView .white_bg {
    background: #FFF; }
  .GTMPORView .grey_hr {
    border-bottom: 1px solid #D0D0D0; }
  .GTMPORView .grey_top {
    border-top: 2px solid #D0D0D0;
    padding-top: 10px; }
  .GTMPORView .blue_hr {
    border-bottom: 3px solid #106bff; }
  .GTMPORView .blue_checkedBox .ms-Checkbox-text {
    color: #0078d6 !important; }
  .GTMPORView .vertical_align {
    height: 40px;
    line-height: 13px; }
  .GTMPORView .noHorizontalScroll {
    overflow-x: hidden !important; }
  .GTMPORView .blue_checkedBox1.ms-Checkbox-text {
    color: #0078d6 !important; }
  .GTMPORView .black_hr {
    border-top: 1px solid #000; }
  .GTMPORView .d_none {
    display: none !important; }
  .GTMPORView .d_inline {
    display: inline; }
  .GTMPORView .block {
    display: block; }
  .GTMPORView .d_inline_block {
    display: inline-block; }
  .GTMPORView .d_inline_flex {
    display: inline-flex; }
  .GTMPORView .img_publish_por {
    height: 25px;
    width: 30px; }
  .GTMPORView .img_preview_por {
    height: 30px;
    width: 30px; }
  .GTMPORView .word_break_price {
    word-break: break-all; }
  .GTMPORView .width60 {
    width: 60px; }
  .GTMPORView .width90 {
    width: 90px; }
  .GTMPORView .height100 {
    height: 100%; }
  .GTMPORView .heightAuto {
    height: auto !important; }
  .GTMPORView .width100 {
    width: 100%; }
  .GTMPORView .widthAuto {
    width: auto !important; }
  .GTMPORView .wdt135 {
    width: 135px; }
  .GTMPORView .wdt145 {
    width: 145px; }
  .GTMPORView .wdt160 {
    width: 160px; }
  .GTMPORView .wdt175 {
    width: 175px; }
  .GTMPORView .wdt260 {
    width: 260px; }
  .GTMPORView .wdt600 {
    width: 600px; }
  .GTMPORView .wdt106 {
    width: 106px; }
  .GTMPORView .hgt45 {
    height: 45px; }
  .GTMPORView .align_center_abs {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .GTMPORView .align_center, .GTMPORView .video_icon_bg {
    display: flex;
    justify-content: center;
    align-items: center; }
  .GTMPORView .content_right {
    display: flex;
    justify-content: flex-end; }
  .GTMPORView .align_leftBaseline {
    display: flex !important;
    align-items: baseline !important; }
  .GTMPORView .align_right {
    display: inline-grid;
    justify-content: right;
    align-items: flex-end; }
  .GTMPORView .align_leftMiddle {
    display: flex;
    align-items: center; }
  .GTMPORView .align_left {
    display: inline-grid;
    justify-content: left;
    align-items: center; }
  .GTMPORView .align_left_bottom {
    display: inline-grid;
    justify-content: left;
    align-items: flex-end; }
  .GTMPORView .text_webkit_right {
    text-align: -webkit-right; }
  .GTMPORView .cursor_pointer {
    cursor: pointer; }
  .GTMPORView .cursor_not_allow {
    cursor: not-allowed; }
  .GTMPORView .cursor_default {
    cursor: default; }
  .GTMPORView .cursor_pointer_off .ms-TextField-fieldGroup .ms-TextField-field {
    cursor: default !important; }
  .GTMPORView .expand_waves {
    color: #0077D5;
    font-size: 12px;
    padding: 3px;
    text-align: center;
    width: 93px;
    border: 1px solid #7caaf2;
    border-radius: 15px; }
  .GTMPORView .manage_private_communities .subscription.people_selected {
    background: #F5F5F5;
    position: relative;
    height: 70px; }
    .GTMPORView .manage_private_communities .subscription.people_selected .ms-Icon {
      position: absolute;
      right: 10px;
      top: 10px; }
  .GTMPORView .ms-Persona-details {
    padding: 0 6px;
    display: inline-block; }
    .GTMPORView .ms-Persona-details .ms-Persona-primaryText,
    .GTMPORView .ms-Persona-details .ms-Persona-secondaryText {
      display: inline;
      color: #000;
      font-size: 14px; }
    .GTMPORView .ms-Persona-details .ms-Persona-primaryText {
      font-weight: 600; }
    .GTMPORView .ms-Persona-details .ms-Persona-secondaryText {
      padding-left: 0; }
      .GTMPORView .ms-Persona-details .ms-Persona-secondaryText::before {
        content: "-";
        margin: 0 5px; }
  .GTMPORView .ms-TextField-fieldGroup,
  .GTMPORView .FilteredMultiSelect__select,
  .GTMPORView .ms-Dropdown-title {
    background: #FFF;
    border: 1px solid #D0D0D0;
    height: 40px; }
  .GTMPORView .custom_field .ms-TextField-field {
    font-size: 20px;
    line-height: 26px !important; }
  @media (min-width: 600px) and (max-width: 991px) {
    .GTMPORView .hide_on_screen50 {
      display: none !important; }
    .GTMPORView .font12 {
      font-size: 12px; }
    .GTMPORView .padd_lft_0 {
      padding-left: 0px !important; }
    .GTMPORView .padd_top_160_s50 {
      padding-top: 160px !important; }
    .GTMPORView .padd_lft_35_s50 {
      padding-left: 35px !important; }
    .GTMPORView .padd_lftRgt_0_s50 {
      padding-left: 0px !important;
      padding-right: 0px !important; }
    .GTMPORView .item_left {
      display: flex !important;
      justify-content: left !important; }
    .GTMPORView .item_center {
      display: flex !important;
      justify-content: center !important; }
    .GTMPORView .item_right {
      display: flex !important;
      justify-content: flex-end !important; }
    .GTMPORView .pivot_container {
      margin-right: 5px; }
    .GTMPORView .pivot_tabs .ms-Pivot-link {
      min-width: 126px !important; }
    .GTMPORView .pivot_tabs .ms-FocusZone ul.ms-Pivot--tabs {
      display: flex; }
      .GTMPORView .pivot_tabs .ms-FocusZone ul.ms-Pivot--tabs button {
        height: 45px !important; }
      .GTMPORView .pivot_tabs .ms-FocusZone ul.ms-Pivot--tabs button.ms-Pivot-link {
        background-color: #fcfcfc !important;
        margin-right: 3px !important;
        min-width: 1em !important;
        font-weight: 400;
        font-size: 14px !important; } }
  @media only screen and (min-width: 768px) {
    .GTMPORView .hide_on_desktop {
      display: none !important; } }
  @media (max-width: 767px) {
    .GTMPORView .hide_on_mobile {
      display: none !important; } }
  @media (min-width: 481px) {
    .GTMPORView .hide_common_layout {
      display: none !important; } }
  @media (min-width: 320px) and (max-width: 480px) {
    .GTMPORView .hide_on_mobile_portrait {
      display: none !important; } }
  @media (min-width: 481px) and (max-width: 767px) {
    .GTMPORView .quick_links_section .viewhome_nav {
      display: none !important; }
    .GTMPORView .quick_links_section .landscape_only {
      display: block !important; } }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .GTMPORView .quick_links_section .viewhome_nav {
      display: none !important; }
    .GTMPORView .quick_links_section .landscape_only {
      display: block !important; } }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .GTMPORView .tab_landscape {
      display: block !important; }
    .GTMPORView .other_d {
      display: none !important; } }
  @media (max-width: 767px) {
    .GTMPORView .mobile_center {
      text-align: center; }
    .GTMPORView .mob_btn_w100 {
      width: 100%; }
    .GTMPORView .mob_padding_0 {
      padding: 0; } }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .GTMPORView .tab_center {
      text-align: center; } }
  .GTMPORView .default_message {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
    color: #666;
    height: 100%;
    padding: 10px; }
    .GTMPORView .default_message h2 {
      font-weight: 300; }
      @media (max-width: 767px) {
        .GTMPORView .default_message h2 {
          font-size: 18px; } }
  .GTMPORView .richtext_list {
    overflow: auto !important;
    /*table { width: 100% !important}*/ }
    .GTMPORView .richtext_list ul,
    .GTMPORView .richtext_list ol {
      padding-left: 15px; }
    .GTMPORView .richtext_list ul {
      list-style-type: unset !important; }
    .GTMPORView .richtext_list ol {
      list-style-type: decimal !important; }

.labelBold {
  font-weight: 700px; }

.GTMPORView {
  /* Buttons */ }
  .GTMPORView label {
    font-weight: normal; }
  .GTMPORView .ms_logo {
    width: 112px;
    height: 28px;
    padding-right: 14px;
    background-size: contain;
    display: inline-block; }
  .GTMPORView .ms_logo_black {
    width: 112px;
    height: 21px;
    padding-right: 14px;
    background-size: contain;
    display: inline-block; }
  .GTMPORView input[type="checkbox"],
  .GTMPORView input[type="radio"] {
    margin: 4px 5px 0 0 !important; }
  .GTMPORView input[type="checkbox"] + label {
    color: #0067B8; }
  .GTMPORView .grey_txt {
    color: #999; }
  .GTMPORView .page_url {
    font-size: 1.5em;
    padding-right: 8px; }
  .GTMPORView .share_icon {
    font-size: 1.5em;
    vertical-align: middle; }
  .GTMPORView .vertical-alignMiddle {
    vertical-align: middle !important; }
  .GTMPORView .toggle_label {
    display: flex; }
    .GTMPORView .toggle_label .ms-Toggle {
      display: flex; }
    .GTMPORView .toggle_label .ms-Toggle-label {
      margin-right: 20px; }
    .GTMPORView .toggle_label.whtLabel .ms-Toggle-label {
      color: white !important; }
  .GTMPORView .btn_primary {
    /* Blue Button */
    background: #0077D5;
    color: #FFF !important;
    border-color: transparent;
    padding: 6px 20px;
    font-size: 14px;
    text-transform: uppercase; }
    .GTMPORView .btn_primary:hover {
      text-decoration: none; }
  .GTMPORView .btn_default {
    color: #000;
    border: 1px solid #000;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 14px;
    background-color: transparent;
    border-radius: 0; }
    .GTMPORView .btn_default:hover {
      text-decoration: none; }
    .GTMPORView .btn_default:focus, .GTMPORView .btn_default:active:focus, .GTMPORView .btn_default.active:focus, .GTMPORView .btn_default.focus, .GTMPORView .btn_default:active.focus, .GTMPORView .btn_default.active.focus {
      outline: none;
      box-shadow: none; }
  .GTMPORView .btn_disabled {
    color: #000;
    padding: 4px 13px;
    border-radius: 13px;
    font-size: 11px;
    background-color: #AFAFAF;
    text-decoration: none;
    opacity: 0.5;
    cursor: not-allowed;
    margin-top: 4px; }
  .GTMPORView .btn_enabled {
    cursor: pointer;
    border-radius: 13px;
    font-size: 11px;
    padding: 4px 13px;
    margin-top: 4px;
    border: 1px solid #a6a6a6;
    background-color: #FFF;
    color: #000; }
    .GTMPORView .btn_enabled:hover {
      text-decoration: none; }
  .GTMPORView .btn_submit {
    background-color: #e70070;
    color: #FFF;
    padding: 8px 20px;
    border: 1px solid #e70070;
    border-radius: 0;
    font-weight: 600; }
  .GTMPORView .rounded_btn {
    background-color: #B4229E;
    color: #FFF;
    padding: 14px 28px;
    border: 1px solid #B4229E;
    border-radius: 25px;
    text-transform: uppercase; }
  .GTMPORView .btn_secondary {
    border: 1px solid #666;
    background: none;
    color: #000;
    min-width: 120px;
    padding: 10px 20px;
    font-size: 12px;
    border-radius: 0;
    text-transform: uppercase; }
  .GTMPORView .view_all_btn {
    padding: 6px 15px;
    border-radius: 0;
    height: 35px;
    color: #0067B8;
    border-color: #0067B8;
    background-color: transparent;
    transition: 0.25s; }
    .GTMPORView .view_all_btn:hover {
      background-color: #0067B8;
      color: #FFF;
      transition: 0.25s;
      text-decoration: none; }
  .GTMPORView .btn_primary,
  .GTMPORView .btn_secondary,
  .GTMPORView .btn_default {
    transition: 0.25s; }
  .GTMPORView .border_top_0 {
    border-top: 0; }
  .GTMPORView .ms-Persona-initials,
  .GTMPORView .callout-content-container .ms-Persona-initials {
    background: #D28917; }
  .GTMPORView .view_bg_overlay {
    background: rgba(212, 228, 239, 0);
    background: -moz-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212, 228, 239, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#000000', GradientType=0 );
    min-height: 500px; }
    @media (max-width: 767px) {
      .GTMPORView .view_bg_overlay {
        min-height: 250px; } }
  .GTMPORView .banner_image_filter {
    position: relative; }
    .GTMPORView .banner_image_filter .headerStyle_content {
      position: absolute;
      width: 100%;
      z-index: 1;
      text-align: center; }
    .GTMPORView .banner_image_filter .view_hero_content {
      display: flex;
      align-items: flex-end;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 18px; }
      .GTMPORView .banner_image_filter .view_hero_content .row {
        display: contents;
        align-items: flex-end;
        width: 100%; }
        @media (max-width: 767px) {
          .GTMPORView .banner_image_filter .view_hero_content .row {
            display: inline-block; } }
    .GTMPORView .banner_image_filter h1.page_title {
      color: #FFF;
      padding-bottom: 10px;
      font-weight: 100;
      word-wrap: break-word;
      font-size: 60px; }
      @media (max-width: 767px) {
        .GTMPORView .banner_image_filter h1.page_title {
          font-size: 36px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; } }
      @media (min-width: 320px) and (max-width: 480px) {
        .GTMPORView .banner_image_filter h1.page_title {
          padding-left: 10%;
          text-align: center; } }
      @media (min-width: 481px) and (max-width: 767px) {
        .GTMPORView .banner_image_filter h1.page_title {
          padding: 0px 15px 0px 15px; } }
    .GTMPORView .banner_image_filter .hubBreadCrumb {
      margin-top: 0;
      display: inline-block; }
      @media (min-width: 320px) and (max-width: 480px) {
        .GTMPORView .banner_image_filter .hubBreadCrumb {
          display: none; } }
      @media (min-width: 481px) and (max-width: 767px) {
        .GTMPORView .banner_image_filter .hubBreadCrumb {
          padding: 0px 15px 0px 15px; } }
      .GTMPORView .banner_image_filter .hubBreadCrumb li div {
        font-size: 18px;
        margin-right: 10px; }
      .GTMPORView .banner_image_filter .hubBreadCrumb li a {
        font-size: 16px;
        color: #FFF; }
        .GTMPORView .banner_image_filter .hubBreadCrumb li a:hover {
          background: none; }
        .GTMPORView .banner_image_filter .hubBreadCrumb li a:last-child {
          color: #FFC625; }
        .GTMPORView .banner_image_filter .hubBreadCrumb li a > div {
          font-size: 16px; }
    .GTMPORView .banner_image_filter .dropdown.hubBreadCrumbDpdn {
      display: inline-block; }
      @media (min-width: 320px) and (max-width: 480px) {
        .GTMPORView .banner_image_filter .dropdown.hubBreadCrumbDpdn {
          display: none; } }
    .GTMPORView .banner_image_filter .page_description {
      background: rgba(0, 0, 0, 0.5);
      padding: 15px; }
      .GTMPORView .banner_image_filter .page_description p {
        font-size: 18px;
        font-weight: normal;
        line-height: 24px;
        color: #FFF;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden; }
        @media (max-width: 767px) {
          .GTMPORView .banner_image_filter .page_description p {
            font-size: 16px;
            line-height: 20px;
            padding-bottom: 2px;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            width: 100%; } }
  .GTMPORView .fav_icon_bg, .GTMPORView .fav_icon_bg_grey, .GTMPORView .fav_icon_bg_red {
    width: 40px;
    height: 40px;
    border-radius: 22px;
    background-color: #D73A06;
    padding-top: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    .GTMPORView .fav_icon_bg_grey {
      background-color: #D0D0D0; }
      .GTMPORView .fav_icon_bg_grey .ms-Icon--Share {
        color: black !important;
        padding-left: 4px;
        padding-bottom: 4px; }
    .GTMPORView .fav_icon_bg_red {
      color: #FFF;
      width: 23px;
      height: 23px;
      font-size: 12px;
      padding-top: 0px; }
  .GTMPORView .heart_fill {
    font-size: 180%;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center; }
  .GTMPORView .video_icon_bg {
    margin: 0 auto;
    position: absolute;
    top: 0 !important;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0; }
    .GTMPORView .video_icon_bg .video_icon {
      font-size: 440%;
      color: #000;
      position: relative;
      opacity: 0.8; }
      @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
        .GTMPORView .video_icon_bg .video_icon {
          font-size: 440%; } }
      @media (max-width: 767px) {
        .GTMPORView .video_icon_bg .video_icon {
          font-size: 450%; } }
    .GTMPORView .video_icon_bg .play_icon {
      font-size: 300%;
      color: #b8b8b8;
      opacity: 0.5; }
      @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
        .GTMPORView .video_icon_bg .play_icon {
          font-size: 320%; } }
      @media (max-width: 767px) {
        .GTMPORView .video_icon_bg .play_icon {
          font-size: 320%; } }
  .GTMPORView .grey_container {
    background: #F1F1F1;
    margin-bottom: 40px; }
  .GTMPORView .doc_load_more {
    background: #E6E6E6;
    color: #000;
    text-align: center;
    padding: 5px;
    margin: 0px -20px 0px -20px;
    cursor: pointer; }
  .GTMPORView .related-links {
    background-color: #F1F1F1;
    padding: 20px 20px 0px 20px; }
    .GTMPORView .related-links.links {
      margin-bottom: 0px; }
    .GTMPORView .related-links.docs {
      padding: 10px; }
    .GTMPORView .related-links.landing_docs {
      margin-bottom: 50px;
      padding-bottom: 0; }
      @media (max-width: 767px) {
        .GTMPORView .related-links.landing_docs {
          margin-bottom: 0px; } }
    .GTMPORView .related-links .media {
      padding: 5px;
      cursor: default;
      transition: 0.25s;
      display: flex;
      align-items: center; }
      .GTMPORView .related-links .media:hover,
      .GTMPORView .related-links .media:hover span {
        background: #DDD; }
      .GTMPORView .related-links .media-body {
        display: flex;
        align-items: center; }
        .GTMPORView .related-links .media-body .file_icon {
          display: flex;
          flex-grow: 0;
          align-items: center; }
        .GTMPORView .related-links .media-body .ms-Icon--Document {
          font-size: 40px;
          color: #000;
          font-weight: 100; }
        .GTMPORView .related-links .media-body span {
          font-size: 14px;
          line-height: 14px;
          position: absolute;
          color: #000;
          text-transform: uppercase;
          background: #f1f1f1;
          margin-left: -5px; }
    .GTMPORView .related-links .media-heading {
      font-size: 16px;
      display: flex;
      flex-grow: 1;
      overflow: visible;
      word-break: break-all;
      line-height: 20px;
      margin-bottom: 5px; }
    .GTMPORView .related-links .created_author_date {
      font-size: 12px;
      color: #8b8b8b; }
    .GTMPORView .related-links .download_wrapper_gray {
      width: 40px;
      height: 40px;
      display: inline-block;
      border-radius: 50%;
      cursor: default;
      background-color: #D0D0D0;
      opacity: 0.7; }
      .GTMPORView .related-links .download_wrapper_gray .ms-Icon--Download {
        color: #000;
        font-size: 24px;
        padding: 3px 8px;
        opacity: 0.7; }
    .GTMPORView .related-links .download_wrapper {
      width: 40px;
      height: 40px;
      background-color: #D0D0D0;
      display: inline-block;
      border-radius: 50%;
      cursor: pointer; }
      .GTMPORView .related-links .download_wrapper:hover {
        background: #A8A8A8; }
      .GTMPORView .related-links .download_wrapper .ms-Icon--Download {
        color: #000;
        font-size: 24px;
        padding: 3px 8px; }
  .GTMPORView .filter_section {
    background-color: #F1F1F1;
    padding: 18px 0;
    line-height: 1; }
    .GTMPORView .filter_section .filter_title {
      font-size: 20px;
      font-weight: 700;
      margin-top: 4px; }
    .GTMPORView .filter_section .up_down_icon {
      font-size: 30px;
      cursor: pointer; }
    .GTMPORView .filter_section .dropdown_errmsg .ms-Dropdown-label {
      color: #000;
      margin-bottom: 5px; }
    .GTMPORView .filter_section .dropdown_errmsg .ms-Dropdown-container:after {
      display: none; }
  .GTMPORView .ms-Dropdown-container .ms-Dropdown-caretDownWrapper {
    cursor: pointer; }
  .GTMPORView .default_message {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
    color: #666;
    height: 100%;
    padding: 10px; }
    .GTMPORView .default_message h2 {
      font-weight: 300; }
      @media (max-width: 767px) {
        .GTMPORView .default_message h2 {
          font-size: 18px; } }
  .GTMPORView .default_message_home {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
    color: #F5F5F5;
    height: 100%;
    padding-top: 80px; }
    .GTMPORView .default_message_home p {
      font-weight: 300;
      font-size: 14px; }
      @media (max-width: 767px) {
        .GTMPORView .default_message_home p {
          font-size: 12px; } }

.view_bg_overlay {
  background: rgba(212, 228, 239, 0);
  background: -moz-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212, 228, 239, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#000000', GradientType=0 );
  min-height: 250px; }
  @media only screen and (min-width: 768px) {
    .view_bg_overlay {
      min-height: 500px; } }

.banner_image_filter {
  position: relative; }
  .banner_image_filter .headerStyle_content {
    position: absolute;
    width: 100%;
    z-index: 1;
    text-align: center; }
  .banner_image_filter .view_hero_content {
    display: flex;
    align-items: flex-end;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 18px; }
    .banner_image_filter .view_hero_content .row {
      display: contents;
      align-items: flex-end;
      width: 100%; }
  .banner_image_filter h1.page_title {
    color: #FFF;
    padding-bottom: 10px;
    font-size: 60px;
    font-weight: 100;
    max-width: 100%;
    word-wrap: break-word; }
  .banner_image_filter .hubBreadCrumb {
    margin-top: 0;
    display: inline-block; }
    .banner_image_filter .hubBreadCrumb li div {
      font-size: 18px;
      margin-right: 10px; }
    .banner_image_filter .hubBreadCrumb li a {
      font-size: 16px;
      color: #FFF; }
      .banner_image_filter .hubBreadCrumb li a:hover {
        background: none; }
      .banner_image_filter .hubBreadCrumb li a:last-child {
        color: #FFC625; }
      .banner_image_filter .hubBreadCrumb li a > div {
        font-size: 16px; }
  .banner_image_filter .dropdown.hubBreadCrumbDpdn {
    display: inline-block; }
  .banner_image_filter .page_description {
    background: rgba(0, 0, 0, 0.5);
    padding: 15px; }
    .banner_image_filter .page_description p {
      font-size: 18px;
      font-weight: normal;
      line-height: 24px;
      color: #FFF;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden; }

.heightHandler {
  display: flex;
  flex-wrap: wrap;
  min-height: 60px; }

.wave_Checkbox_Text .ms-Checkbox-label .ms-Checkbox-text {
  color: #106ebe !important; }

.blue_Border {
  height: 40px;
  padding-top: 8px;
  border: 1px solid grey;
  border-radius: 20px; }
  .blue_Border:hover {
    border-color: #106ebe;
    color: #106ebe; }

.black_Border {
  height: 40px;
  padding-top: 8px;
  border: 1px solid #000;
  border-radius: 20px;
  cursor: pointer; }
  .black_Border:hover {
    border-color: #106ebe;
    color: #106ebe; }
  .black_Border.except_case {
    position: relative;
    top: 4px;
    display: inline-block;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 10px;
    margin-right: 10px; }
  .black_Border.cursor_default:hover {
    border-color: #000;
    color: #000; }

.waveDropDown .ms-Dropdown-title.title_64adfa86 {
  padding-right: 50px !important;
  font-weight: bold;
  font-size: 16px; }

.waveCallout .ms-ContextualMenu-item {
  color: white !important; }

.waveCallout .ms-ContextualMenu-link {
  color: white !important;
  background-color: #106ebe !important; }

.waveCallout .ms-ContextualMenu-list {
  background-color: #106ebe !important; }
  .waveCallout .ms-ContextualMenu-list :focus {
    background-color: #106ebe !important;
    font-weight: bold; }
  .waveCallout .ms-ContextualMenu-list :hover {
    background-color: #106ebe !important;
    font-weight: bold; }

.errorMsg {
  color: red; }

.hScroll_remove {
  overflow-x: hidden !important;
  word-break: break-word; }

.bg_Color {
  border: none !important;
  background-color: transparent !important;
  min-height: 10px !important; }

@media (min-width: 481px) and (max-width: 767px) {
  .font_size_portrait {
    font-size: 8px !important; } }

@media (min-width: 481px) and (max-width: 767px) {
  .ms-Callout-main .ms-Button-flexContainer {
    font-size: 10px !important; } }

.yellow-border {
  border-style: double;
  border-color: yellow; }

.publish_main_section {
  padding: 0 20px 10px !important; }

.publishedGridTop {
  padding-top: 15px;
  background-color: white;
  padding-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px; }

.padd_lft_36 {
  padding-left: 36px; }

.tablesection-club {
  margin: 0px -15px 50px !important; }

.ms-Callout.ms-DatePicker-callout .ms-Callout-main .ms-DatePicker .ms-FocusZone > table th {
  text-align: center; }

.seasonImage_map_fltr {
  padding: 10px;
  width: 22px;
  height: 20px;
  color: #FFF; }

.previewborderSec-prod img {
  width: 36px; }

.m_initial {
  position: relative;
  top: 1.5px; }
  .m_initial_0 {
    position: relative;
    top: 0; }
  .m_initial-3 {
    position: relative;
    top: -3px; }

.main-nav li .glyphicon {
  margin-right: 10px; }

/* Highlighting rules for nav menu items */
.main-nav li a.active,
.main-nav li a.active:hover,
.main-nav li a.active:focus {
  background-color: #4189C7;
  color: white; }

/* Keep the nav menu independent of scrolling and on top of other items */
.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1; }

@media (max-width: 767px) {
  /* On small screens, the nav menu spans the full width of the screen. Leave a space for it. */
  body {
    /* padding-top: 50px; */ } }

@media (min-width: 768px) {
  /* On small screens, convert the nav menu to a vertical sidebar */
  .main-nav {
    height: calc(25% - 20px);
    width: 100%; }
  .main-nav .navbar {
    border-radius: 0px;
    border-width: 0px;
    height: calc(25% - 20px); }
  .main-nav .navbar-header {
    float: none; }
  /* .main-nav .navbar-collapse {
        border-top: 1px solid #444;
        padding: 0px;
    } 
    .main-nav .navbar ul {
        float: none;
    }
    .main-nav .navbar li {
        float: none;
        font-size: 15px;
        margin: 6px;
    }*/
  .main-nav .navbar li a {
    padding: 10px 16px;
    border-radius: 4px; }
  .main-nav .navbar a {
    /* If a menu item's text is too long, truncate it */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; } }

.align-center {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center; }

.dflex-align-center {
  display: flex;
  align-items: center; }

.previewborderSec-prod {
  border: 1px solid #CCC;
  padding: 5px;
  background-color: white !important; }

.previewborderSec-prod:first-of-type {
  border-radius: 30px 0px 0px 30px !important;
  margin-left: 15px; }

.previewborderSec-prod:last-of-type {
  border-radius: 0px 30px 30px 0px !important; }

.previewborder-section .previewborderSec-prod:only-of-type {
  border-radius: 30px !important; }

.GTMPORView, .GTMPORAdministration {
  /* HTML5 display-role reset for older browsers */ }
  .GTMPORView html, .GTMPORView body, .GTMPORView applet, .GTMPORView object, .GTMPORView iframe,
  .GTMPORView h1, .GTMPORView h2, .GTMPORView h3, .GTMPORView h4, .GTMPORView h5, .GTMPORView h6, .GTMPORView p, .GTMPORView blockquote, .GTMPORView pre,
  .GTMPORView a, .GTMPORView abbr, .GTMPORView acronym, .GTMPORView address, .GTMPORView big, .GTMPORView cite, .GTMPORView code,
  .GTMPORView del, .GTMPORView dfn, .GTMPORView em, .GTMPORView img, .GTMPORView ins, .GTMPORView kbd, .GTMPORView q, .GTMPORView s, .GTMPORView samp,
  .GTMPORView small, .GTMPORView strike, .GTMPORView strong, .GTMPORView sub, .GTMPORView sup, .GTMPORView tt, .GTMPORView var,
  .GTMPORView b, .GTMPORView u, .GTMPORView i, .GTMPORView center,
  .GTMPORView dl, .GTMPORView dt, .GTMPORView dd, .GTMPORView ol, .GTMPORView ul, .GTMPORView li,
  .GTMPORView fieldset, .GTMPORView form, .GTMPORView label, .GTMPORView legend,
  .GTMPORView table, .GTMPORView caption, .GTMPORView tbody, .GTMPORView tfoot, .GTMPORView thead, .GTMPORView tr, .GTMPORView th, .GTMPORView td,
  .GTMPORView article, .GTMPORView aside, .GTMPORView canvas, .GTMPORView details, .GTMPORView embed,
  .GTMPORView figure, .GTMPORView figcaption, .GTMPORView footer, .GTMPORView header, .GTMPORView hgroup,
  .GTMPORView menu, .GTMPORView nav, .GTMPORView output, .GTMPORView ruby, .GTMPORView section, .GTMPORView summary,
  .GTMPORView time, .GTMPORView mark, .GTMPORView audio, .GTMPORView video, .GTMPORAdministration html, .GTMPORAdministration body, .GTMPORAdministration applet, .GTMPORAdministration object, .GTMPORAdministration iframe,
  .GTMPORAdministration h1, .GTMPORAdministration h2, .GTMPORAdministration h3, .GTMPORAdministration h4, .GTMPORAdministration h5, .GTMPORAdministration h6, .GTMPORAdministration p, .GTMPORAdministration blockquote, .GTMPORAdministration pre,
  .GTMPORAdministration a, .GTMPORAdministration abbr, .GTMPORAdministration acronym, .GTMPORAdministration address, .GTMPORAdministration big, .GTMPORAdministration cite, .GTMPORAdministration code,
  .GTMPORAdministration del, .GTMPORAdministration dfn, .GTMPORAdministration em, .GTMPORAdministration img, .GTMPORAdministration ins, .GTMPORAdministration kbd, .GTMPORAdministration q, .GTMPORAdministration s, .GTMPORAdministration samp,
  .GTMPORAdministration small, .GTMPORAdministration strike, .GTMPORAdministration strong, .GTMPORAdministration sub, .GTMPORAdministration sup, .GTMPORAdministration tt, .GTMPORAdministration var,
  .GTMPORAdministration b, .GTMPORAdministration u, .GTMPORAdministration i, .GTMPORAdministration center,
  .GTMPORAdministration dl, .GTMPORAdministration dt, .GTMPORAdministration dd, .GTMPORAdministration ol, .GTMPORAdministration ul, .GTMPORAdministration li,
  .GTMPORAdministration fieldset, .GTMPORAdministration form, .GTMPORAdministration label, .GTMPORAdministration legend,
  .GTMPORAdministration table, .GTMPORAdministration caption, .GTMPORAdministration tbody, .GTMPORAdministration tfoot, .GTMPORAdministration thead, .GTMPORAdministration tr, .GTMPORAdministration th, .GTMPORAdministration td,
  .GTMPORAdministration article, .GTMPORAdministration aside, .GTMPORAdministration canvas, .GTMPORAdministration details, .GTMPORAdministration embed,
  .GTMPORAdministration figure, .GTMPORAdministration figcaption, .GTMPORAdministration footer, .GTMPORAdministration header, .GTMPORAdministration hgroup,
  .GTMPORAdministration menu, .GTMPORAdministration nav, .GTMPORAdministration output, .GTMPORAdministration ruby, .GTMPORAdministration section, .GTMPORAdministration summary,
  .GTMPORAdministration time, .GTMPORAdministration mark, .GTMPORAdministration audio, .GTMPORAdministration video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box; }
  .GTMPORView article, .GTMPORView aside, .GTMPORView details, .GTMPORView figcaption, .GTMPORView figure,
  .GTMPORView footer, .GTMPORView header, .GTMPORView hgroup, .GTMPORView menu, .GTMPORView nav, .GTMPORView section, .GTMPORAdministration article, .GTMPORAdministration aside, .GTMPORAdministration details, .GTMPORAdministration figcaption, .GTMPORAdministration figure,
  .GTMPORAdministration footer, .GTMPORAdministration header, .GTMPORAdministration hgroup, .GTMPORAdministration menu, .GTMPORAdministration nav, .GTMPORAdministration section {
    display: block; }
  .GTMPORView body, .GTMPORAdministration body {
    line-height: 1; }
  .GTMPORView ul, .GTMPORAdministration ul {
    list-style: disc;
    padding-left: 20px; }
  .GTMPORView ol, .GTMPORAdministration ol {
    list-style: decimal;
    padding-left: 20px; }
  .GTMPORView blockquote, .GTMPORView q, .GTMPORAdministration blockquote, .GTMPORAdministration q {
    quotes: none; }
  .GTMPORView blockquote:before, .GTMPORView blockquote:after,
  .GTMPORView q:before, .GTMPORView q:after, .GTMPORAdministration blockquote:before, .GTMPORAdministration blockquote:after,
  .GTMPORAdministration q:before, .GTMPORAdministration q:after {
    content: '';
    content: none; }
  .GTMPORView table, .GTMPORAdministration table {
    border-collapse: collapse;
    border-spacing: 0; }

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  html *:focus, body *:focus, applet *:focus, object *:focus, iframe *:focus,
  h1 *:focus, h2 *:focus, h3 *:focus, h4 *:focus, h5 *:focus, h6 *:focus, p *:focus, blockquote *:focus, pre *:focus,
  a *:focus, abbr *:focus, acronym *:focus, address *:focus, big *:focus, cite *:focus, code *:focus,
  del *:focus, dfn *:focus, em *:focus, img *:focus, ins *:focus, kbd *:focus, q *:focus, s *:focus, samp *:focus,
  small *:focus, strike *:focus, strong *:focus, sub *:focus, sup *:focus, tt *:focus, var *:focus,
  b *:focus, u *:focus, i *:focus, center *:focus,
  dl *:focus, dt *:focus, dd *:focus, ol *:focus, ul *:focus, li *:focus,
  fieldset *:focus, form *:focus, label *:focus, legend *:focus,
  table *:focus, caption *:focus, tbody *:focus, tfoot *:focus, thead *:focus, tr *:focus, th *:focus, td *:focus,
  article *:focus, aside *:focus, canvas *:focus, details *:focus, embed *:focus,
  figure *:focus, figcaption *:focus, footer *:focus, header *:focus, hgroup *:focus,
  menu *:focus, nav *:focus, output *:focus, ruby *:focus, section *:focus, summary *:focus,
  time *:focus, mark *:focus, audio *:focus, video *:focus, div *:focus, button *:focus {
    outline: 1px dotted grey; } }

.mob_btn_w100:focus {
  border: 1px dotted white !important; }

.btn_enabled:focus {
  outline: 1px dotted grey !important; }

.GTMPORView .border {
  border: 1px solid #999; }

.GTMPORView .redborder {
  border: 1px solid #DD0000; }

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
/* 50% of Browser width #Screen between 600 to 1024*/
/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
/*
##Device = Laptops, Desktops
##Screen = B/w 1025px to 1280px
*/
body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  /* = 0.875rem */
  /* 16px = 1rem */
  position: relative;
  background: #1a2334; }

.modal-open .modal.in {
  z-index: 10000000; }

.app-container {
  /* tablet portrait */
  /* tablet landscape */ }
  @media only screen and (min-width: 768px) {
    .app-container {
      position: relative;
      min-height: 100vh; } }
  @media (min-width: 768px) {
    .app-container .app-row {
      margin-bottom: 196px;
      /* 283px; */ } }
  @media (min-width: 1024px) {
    .app-container .app-row {
      margin-bottom: 267px; } }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .app-container .app-row {
      margin-bottom: 267px; } }
  @media (min-width: 992px) {
    .app-container {
      /* constant margin after the main row == Footer height */ }
      .app-container .app-row {
        margin-bottom: 250px; } }

.defaultModal_container {
  width: 450px !important;
  color: #FFF !important;
  text-align: center !important;
  position: relative;
  background: #e8e8e8 !important;
  box-shadow: 0px 3px 30px #000 !important;
  overflow-y: hidden !important; }
  .defaultModal_container .text_left {
    text-align: left !important; }
  .defaultModal_container .padd_lftRgt_0 {
    padding-left: 0;
    padding-right: 0; }
  .defaultModal_container .mrg_all_0 {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0; }
  .defaultModal_container .mrg_lftRgt_0 {
    margin-left: 0;
    margin-right: 0; }
  .defaultModal_container .mrg_top_110 {
    margin-top: 110px; }
  .defaultModal_container .secondaryMessage {
    font-size: 16px;
    font-weight: 700;
    color: #000; }
  .defaultModal_container .defaultModal_header {
    font-size: 46px !important;
    font-weight: 400;
    line-height: 1.3269em !important;
    margin-top: 30px; }
    .defaultModal_container .defaultModal_header .iconSize {
      font-size: 60px;
      padding-left: 30px; }
    .defaultModal_container .defaultModal_header .success_header {
      font-size: 40px;
      color: #106bff; }
    .defaultModal_container .defaultModal_header .error_header {
      font-size: 40px;
      color: #ff6310; }
    .defaultModal_container .defaultModal_header .warning_header {
      font-size: 40px;
      color: #ff6310; }
  .defaultModal_container .defaultModal_body {
    font-size: 20px !important;
    line-height: 1.35em !important;
    margin: 11px 47px 23px 58px !important; }
    .defaultModal_container .defaultModal_body .community_subscribe_body {
      margin: 0 auto;
      font-size: 20px;
      padding-bottom: 10px;
      display: inline-block;
      color: #000;
      width: 100%;
      font-style: initial;
      font-weight: 400; }
      .defaultModal_container .defaultModal_body .community_subscribe_body ul li {
        font-size: 18px; }
  .defaultModal_container .defaultModal_footer {
    margin-left: 49px;
    margin-bottom: 70px;
    margin-right: 38px;
    font-size: 18px !important;
    line-height: 1.333em !important; }
  .defaultModal_container .dialogSubmitButtonFull {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #3a7589;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .defaultModal_container .dialogSubmitButtonFull :hover {
      background-color: #106bff;
      text-decoration: underline; }
  .defaultModal_container .dialogSubmitButtonHalf {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #3a7589;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .defaultModal_container .dialogSubmitButtonHalf :hover {
      background-color: #106bff;
      text-decoration: underline;
      border: 1px solid #106bff; }
  .defaultModal_container .btn_blue {
    width: 200px;
    background: #106bff;
    height: 40px;
    font-size: 12px;
    font-weight: 500;
    padding: 10px; }
    .defaultModal_container .btn_blue :hover {
      background-color: #000;
      text-decoration: underline;
      border: 1px solid #FFF; }
  .defaultModal_container .dialogSubmitButtonHalfDefault {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .defaultModal_container .dialogSubmitButtonHalfDefault :hover {
      text-decoration: underline; }
  .defaultModal_container .ms-fontWeight-regular .ms-Button-label {
    font-weight: 400; }
  .defaultModal_container .ms-Icon--Warning {
    color: #FFF;
    font-size: 160%;
    padding-top: 20px; }

.Loader-Large {
  text-align: center;
  padding-top: 200px;
  padding-bottom: 200px; }
  .Loader-Large h1 {
    font-size: 62px !important;
    height: 100px;
    background: -webkit-linear-gradient(top, #5c0f5d 0%, #326973 61%, #16a582 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation-duration: 1s;
    animation-name: Loading;
    animation-iteration-count: infinite;
    animation-direction: alternate; }

@keyframes Loading {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.video_popup {
  width: 60% !important;
  height: auto !important;
  overflow: hidden !important; }
  @media (max-width: 767px) {
    .video_popup {
      width: 90% !important; } }
  .video_popup .ms-Dialog-header {
    display: none; }
  .video_popup .ms-Dialog-inner {
    padding: 0 !important; }

.Large_image_popup {
  width: 90% !important;
  height: 90% !important;
  max-height: 90% !important; }
  .Large_image_popup .ms-Dialog-inner {
    height: 100%; }
  .Large_image_popup .ms-Dialog-content {
    height: 100%;
    overflow: auto; }

.GTMPORView {
  /* Global for all Video - Responsive css */
  /* for customized  Video */
  /* white button */
  /*paddings*/
  /*margins*/
  /* Global Media-queries */
  /* Extra small devices (phones, 767px and down) */ }
  .GTMPORView .action {
    color: #3372d9 !important;
    cursor: pointer; }
    .GTMPORView .action:hover {
      text-decoration: underline !important; }
  .GTMPORView .accessLink {
    color: #FFF !important;
    cursor: pointer;
    font-weight: bold; }
    .GTMPORView .accessLink:hover {
      text-decoration: underline !important; }
  .GTMPORView .defaulttabaction {
    color: black !important;
    font-weight: 500;
    cursor: pointer; }
    .GTMPORView .defaulttabaction:hover {
      text-decoration: underline !important; }
  .GTMPORView .footer_action {
    cursor: pointer; }
    .GTMPORView .footer_action:hover {
      text-decoration: underline !important; }
  .GTMPORView .txt_underline {
    text-decoration: underline; }
  .GTMPORView .viewMarketCode {
    border: 1px solid #0065c1;
    font-size: 12px;
    color: #0065c1;
    height: 25px;
    padding-top: 2px;
    padding-right: 5px;
    min-width: 175px; }
    .GTMPORView .viewMarketCode .label {
      font-weight: 700;
      font-size: 12px;
      color: #0065c1;
      padding-top: 3px; }
  .GTMPORView .viewSeason {
    border: 1px solid #0065c1;
    font-size: 12px;
    color: white;
    height: 25px;
    padding-top: 1px;
    padding-right: 5px;
    background-color: #0065c1;
    min-width: 175px; }
    .GTMPORView .viewSeason .seasonLabel {
      font-weight: 700;
      font-size: 12px;
      padding-top: 2px;
      padding-right: 5px; }
  .GTMPORView .error_msg {
    color: #a80000;
    font-size: 12px;
    font-weight: 400; }
  .GTMPORView .blueBorderButton {
    background-color: white !important;
    border: 1px solid #106bff !important;
    height: 40px;
    color: #106bff; }
    .GTMPORView .blueBorderButton:hover {
      color: #106bff;
      text-decoration: underline; }
  .GTMPORView .primaryButton, .GTMPORView .primaryButton_ht30 {
    background-color: #106bff !important;
    border: 1px solid #106bff !important;
    height: 40px; }
    .GTMPORView .primaryButton:hover, .GTMPORView .primaryButton_ht30:hover {
      background-color: #0078d4 !important;
      text-decoration: underline; }
  .GTMPORView .primaryButton_ht30 {
    height: 30px; }
  .GTMPORView .checkedButton {
    background-color: #cedef8 !important;
    border: 1px solid #106bff !important; }
  .GTMPORView .btn_remove, .GTMPORView .btn_remove_dis {
    background: #106bff;
    border-radius: 18px;
    color: white;
    padding: 4px 12px;
    font-size: 12px;
    cursor: pointer; }
  .GTMPORView .btn_remove_dis {
    background: orange; }
  .GTMPORView .blue {
    color: #106bff; }
    .GTMPORView .blue img {
      margin-left: -5px;
      height: 30px !important;
      margin-top: -4px; }
  .GTMPORView .orange {
    color: orange; }
  .GTMPORView .orange-border {
    border: 2px solid #FFBF00; }
    .GTMPORView .orange-border .ms-TextField-fieldGroup {
      border: none !important;
      height: 33px; }
      .GTMPORView .orange-border .ms-TextField-fieldGroup:after {
        border: none !important; }
    .GTMPORView .orange-border .ms-TextField-fieldGroup:hover {
      border: none !important; }
  .GTMPORView .publish_divider {
    border-right: 1px solid #d3d3d3;
    height: 36x; }
  .GTMPORView .loader_container {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 1000;
    background-color: #666;
    margin: auto;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px; }
  .GTMPORView .loader_container_indidual {
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 1000;
    background-color: #666;
    margin: auto;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px; }
  .GTMPORView .dialogSubmitButtonFull {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #3a7589;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .GTMPORView .dialogSubmitButtonFull :hover {
      background-color: #106bff;
      border: 1px solid #106bff; }
  .GTMPORView .dialogSubmitButtonHalf {
    width: 50%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #3a7589;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .GTMPORView .dialogSubmitButtonHalf :hover {
      background-color: #106bff;
      text-decoration: underline;
      border: 1px solid #106bff; }
  .GTMPORView .dialogSubmitButtonHalfDefault {
    width: 50%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .GTMPORView .dialogSubmitButtonHalfDefault :hover {
      text-decoration: underline; }
  .GTMPORView .loadMoreButton {
    font-size: 16px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer; }
  .GTMPORView .rich_text_global ol {
    list-style-type: decimal !important;
    list-style-position: inside !important;
    -webkit-margin-before: 1em !important;
    -webkit-margin-after: 1em !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-end: 0px !important;
    -webkit-padding-start: 0px !important; }
  .GTMPORView .rich_text_global ul {
    display: block !important;
    list-style-type: disc !important;
    -webkit-margin-before: 1em !important;
    -webkit-margin-after: 1em !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-end: 0px !important;
    -webkit-padding-start: 40px !important;
    list-style-position: inside !important; }
  .GTMPORView .rich_text_global sup {
    top: -0.5em; }
  .GTMPORView .rich_text_global sub,
  .GTMPORView .rich_text_global sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline; }
  .GTMPORView .rich_text_global p {
    margin: 0 0 10px; }
  .GTMPORView .wrap_ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*word-break: break-all;
        word-wrap: break-word;*/ }
  .GTMPORView .dList_scroll.ms-DetailsList .ms-SelectionZone, .GTMPORView .dList_userScroll.ms-DetailsList .ms-SelectionZone, .GTMPORView .dList_publishScroll.ms-DetailsList .ms-SelectionZone, .GTMPORView .dList_publishScroll_new.ms-DetailsList .ms-SelectionZone {
    max-height: 650px;
    overflow-y: overlay; }
  .GTMPORView .dList_scroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar, .GTMPORView .dList_userScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar, .GTMPORView .dList_publishScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar, .GTMPORView .dList_publishScroll_new.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar {
    width: 10px; }
  .GTMPORView .dList_scroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb, .GTMPORView .dList_userScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb, .GTMPORView .dList_publishScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb, .GTMPORView .dList_publishScroll_new.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb {
    background: #d2d2d2;
    border-radius: 10px; }
  .GTMPORView .dList_scroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb:hover, .GTMPORView .dList_userScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb:hover, .GTMPORView .dList_publishScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb:hover, .GTMPORView .dList_publishScroll_new.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb:hover {
    background: #a9a9a9; }
  .GTMPORView .dList_publishScroll.ms-DetailsList .ms-SelectionZone {
    max-height: 400px; }
  .GTMPORView .dList_publishScroll_new.ms-DetailsList .ms-SelectionZone {
    max-height: 760px; }
  .GTMPORView .rowht40sction .ms-DetailsRow, .GTMPORView .rowht40sction .ms-DetailsRow-cell {
    min-height: 30px !important;
    padding: 2px 0px !important;
    margin: 0px !important; }
  .GTMPORView .dList_userScroll.ms-DetailsList .ms-DetailsHeader-cell {
    font-weight: 700; }
  .GTMPORView .dList_userScroll.ms-DetailsList .ms-SelectionZone {
    max-height: 480px; }
  .GTMPORView .container_fluid {
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 1400px) {
    .GTMPORView .container {
      width: 1330px !important; } }
  .GTMPORView .word_break, .GTMPORView .richtext_list > div {
    word-break: break-word; }
    .GTMPORView .word_break_all {
      word-break: break-all; }
  .GTMPORView .page_status {
    font-size: 14px; }
  .GTMPORView .border_none {
    border: none !important; }
  .GTMPORView .r_border {
    border-right: 1px solid #000; }
  .GTMPORView .pos_rel {
    position: relative; }
  .GTMPORView .whitespace_nowrap {
    white-space: nowrap; }
  .GTMPORView .cust_grid {
    display: block;
    justify-content: normal;
    margin-top: 10px; }
    @media (min-width: 481px) {
      .GTMPORView .cust_grid {
        display: flex;
        justify-content: center;
        flex-flow: row wrap;
        margin-top: 10px; } }
  .GTMPORView .column_in_center {
    float: none; }
  .GTMPORView .video_section {
    /* 4x3 Aspect Ratio */
    /* React Player css */ }
    .GTMPORView .video_section .iframe-container {
      overflow: hidden;
      padding-top: 56.25%;
      position: relative; }
    .GTMPORView .video_section .iframe-container iframe {
      border: 0;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .GTMPORView .video_section .iframe-container-4x3 {
      padding-top: 75%; }
    .GTMPORView .video_section .player_wrapper {
      position: relative !important;
      padding-top: 56% !important; }
    .GTMPORView .video_section .react_player {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important; }
    .GTMPORView .video_section .view_large_btn {
      padding-left: 0px;
      text-decoration: underline; }
  .GTMPORView .cust_video .home_sm_tile {
    background: #000; }
  .GTMPORView .cust_video .home_sm_tile iframe,
  .GTMPORView .cust_video .last_visited_img iframe {
    height: 100%;
    width: 100%;
    opacity: 0.7; }
  .GTMPORView .cust_video .home_sm_tile .ut_img,
  .GTMPORView .cust_video .last_visited_img .ut_img {
    height: 100%;
    width: 100%;
    opacity: 0.7; }
    .GTMPORView .cust_video .home_sm_tile .ut_img img,
    .GTMPORView .cust_video .last_visited_img .ut_img img {
      height: 100%;
      width: 100%;
      max-width: 100% !important; }
  .GTMPORView .cust_video .last_visited_img iframe,
  .GTMPORView .cust_video .last_visited_img .ut_img {
    opacity: 0.9 !important; }
  .GTMPORView .cust_video .last_visited_img .video_icon_bg .video_icon {
    opacity: 0.7; }
  .GTMPORView .cust_video .ut_video .video_icon_bg {
    opacity: 1; }
  .GTMPORView .black_bg {
    background: #000 !important; }
  .GTMPORView .btn_whiteOutline {
    background: transparent;
    height: 33px;
    color: #FFF !important;
    border: 1px solid #FFF !important;
    padding: 10px 25px; }
  .GTMPORView .btn_whiteOutline:hover {
    background: #106bff !important;
    border: none !important;
    color: #FFF !important; }
  .GTMPORView .btn_outline {
    background: #FFF;
    height: 40px;
    color: #106bff !important;
    border: 1px solid #106bff !important;
    padding: 10px 6px; }
  .GTMPORView .btn_outline:hover {
    background: #106bff !important;
    color: #FFF !important; }
  .GTMPORView .btn_outline_disable {
    background: #FFF;
    height: 40px;
    color: #d2d2d2 !important;
    border: 1px solid #d2d2d2 !important;
    padding: 10px 6px; }
  .GTMPORView .btn_outline_disable:hover {
    background: #FFF !important;
    color: #d2d2d2 !important; }
  .GTMPORView .btn_active, .GTMPORView .btn_disable {
    background: #106bff;
    height: 30px;
    color: #FFF !important;
    border: 1px solid #106bff !important;
    cursor: pointer;
    padding: 10px 6px;
    pointer-events: auto;
    cursor: pointer; }
  .GTMPORView .btn_disable {
    background: #d2d2d2;
    border: 1px solid #d2d2d2 !important;
    pointer-events: none; }
  .GTMPORView .ltGrey_bg, .GTMPORView .ltGreyBg {
    background-color: #f0f2f7;
    min-height: 100vh;
    padding-bottom: 70px; }
  .GTMPORView .ltGreyBg {
    min-height: 90vh; }
  .GTMPORView .ltGreyBg20 {
    background-color: #f0f2f7;
    min-height: 100vh;
    padding-bottom: 20px;
    overflow-x: hidden; }
  .GTMPORView .minheight90 {
    min-height: 90vh; }
  .GTMPORView .bg_grey {
    background: #f0f2f7;
    padding: 15px; }
  .GTMPORView .grey_bg {
    background: #e9e9e9;
    padding: 15px; }
  .GTMPORView .content_hidden {
    visibility: hidden; }
  .GTMPORView .action_btn {
    font-size: 16px;
    padding: 3px;
    width: 30px;
    margin-right: 5px;
    background: white;
    color: #007bff !important;
    border: 1px solid #eaeaea;
    box-shadow: 0px 5px 8px #d9d9d9; }
  .GTMPORView .config_action_btn:hover {
    background: #007bff !important;
    color: #fff !important; }
  .GTMPORView .config_action_btn.add_sku {
    padding: 3px 5px; }
    .GTMPORView .config_action_btn.add_sku .ms-Icon.ms-Icon--Add::before {
      font-size: 13px !important;
      font-weight: 600; }
    .GTMPORView .config_action_btn.add_sku:hover .ms-Icon.ms-Icon--Add::before {
      color: #FFF; }
  .GTMPORView .releaseNotes_hr {
    border-bottom: 1.5px solid #d2d2d2;
    padding-top: 10px;
    margin-left: 0px;
    margin-right: 0px; }
  .GTMPORView .releaseNotes_divider {
    border-right: 1px solid #000;
    height: 40px; }
  .GTMPORView .releaseNotes_divider_grey {
    border-left: 2px solid #d2d2d2;
    height: 40px; }
  .GTMPORView .releaseNotesBtn_divider {
    border-right: 1px solid #a9a9a9;
    height: 40px; }
  .GTMPORView .releaseNotes_hyphon {
    border-top: 1px solid black;
    width: 15px; }
  .GTMPORView .confidential_title {
    color: #D28917; }
  .GTMPORView .d_flex {
    display: flex; }
  .GTMPORView .d_flex_rEnd {
    display: flex;
    justify-content: flex-end; }
  .GTMPORView .d_flex_spacebetween {
    display: flex;
    justify-content: space-between; }
  .GTMPORView .d_flex_wrap {
    display: flex;
    flex-wrap: wrap; }
  .GTMPORView .related_por {
    background: #29364e;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0px 10px;
    white-space: nowrap; }
  .GTMPORView .related_por:hover {
    background: #354767; }
  .GTMPORView .divider_grey {
    color: #d2d2d2; }
  .GTMPORView .dropdown_icon i {
    color: white;
    font-size: 12px;
    font-weight: 700;
    line-height: 55px !important; }
  .GTMPORView .rel_wdt560 {
    width: 560px !important;
    padding: 10px !important;
    color: #000;
    overflow-x: hidden !important; }
  .GTMPORView .rel_wdt560:hover {
    background: #e9e9e9; }
    .GTMPORView .rel_wdt560:hover .prod_name {
      color: #0078d4;
      font-weight: 500; }
  .GTMPORView .bottom_line {
    border-bottom: 1px solid #d2d2d2; }
  .GTMPORView .bottom_line:hover {
    background: #f1f7fd; }
  .GTMPORView .others_view {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 85px;
    margin-bottom: 10px; }
  .GTMPORView .btm_hr {
    border-bottom: 1px solid #6f7478;
    padding: 5px 0px; }
  .GTMPORView .top_hr {
    border-top: 1px solid #6f7478; }
  .GTMPORView .reportOwner_bg {
    font-size: 13px;
    background: #29364e;
    display: inline-block;
    text-align: center;
    padding: 5px;
    margin: 5px 0px; }
  .GTMPORView .one_line {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .GTMPORView .font24 {
    font-size: 24px; }
  .GTMPORView .font10 {
    font-size: 10px; }
  .GTMPORView .font12 {
    font-size: 12px; }
  .GTMPORView .font16 {
    font-size: 16px; }
  .GTMPORView .font18 {
    font-size: 18px; }
  .GTMPORView .font_wt500 {
    font-weight: 500; }
  .GTMPORView .font_wt600 {
    font-weight: 600; }
  .GTMPORView .font_bold {
    font-weight: 700; }
  .GTMPORView .ht40 {
    height: 40px !important; }
  .GTMPORView .ht75 {
    height: 75px !important; }
  .GTMPORView .mrg_rgt_3 {
    margin-right: 3px !important; }
  .GTMPORView .padd0 {
    padding: 0px; }
  .GTMPORView .padd5 {
    padding: 5px; }
  .GTMPORView .padd10 {
    padding: 10px; }
  .GTMPORView .padd15 {
    padding: 15px; }
  .GTMPORView .padd20 {
    padding: 20px; }
  .GTMPORView .padd_rgt_0 {
    padding-right: 0; }
  .GTMPORView .padd_lftRgt_0 {
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 481px) and (max-width: 767px) {
    .GTMPORView .padd_lftRgt_0_portrait {
      padding-left: 0;
      padding-right: 0; } }
  .GTMPORView .padd_lftRgt_2 {
    padding-left: 2px;
    padding-right: 2px; }
  .GTMPORView .padd_lftRgt_5 {
    padding-left: 5px;
    padding-right: 5px; }
  .GTMPORView .padd_lftRgt_10 {
    padding-left: 10px;
    padding-right: 10px; }
  .GTMPORView .padd_lftRgt_15 {
    padding-left: 15px;
    padding-right: 15px; }
  .GTMPORView .padd_lftRgt_20 {
    padding-left: 20px;
    padding-right: 20px; }
  .GTMPORView .padd_lftRgt_30 {
    padding-left: 30px;
    padding-right: 30px; }
  .GTMPORView .padd_lftRgt_40 {
    padding-left: 40px;
    padding-right: 40px; }
  .GTMPORView .padd_topbtm_5 {
    padding-top: 5px;
    padding-bottom: 5px; }
  .GTMPORView .padd_topbtm_10 {
    padding-top: 10px;
    padding-bottom: 10px; }
  .GTMPORView .padd_topbtm_15 {
    padding-top: 15px;
    padding-bottom: 15px; }
  .GTMPORView .padd_topbtm_20 {
    padding-top: 20px;
    padding-bottom: 20px; }
  .GTMPORView .padd_topbtm_25 {
    padding-top: 25px;
    padding-bottom: 25px; }
  .GTMPORView .padd_topbtm_30 {
    padding-top: 30px;
    padding-bottom: 30px; }
  .GTMPORView .padd_topbtm_40 {
    padding-top: 40px;
    padding-bottom: 40px; }
  .GTMPORView .padd_topbtm_50 {
    padding-top: 50px;
    padding-bottom: 50px; }
  .GTMPORView .padd_lft_0 {
    padding-left: 0; }
  .GTMPORView .padd_lft_5 {
    padding-left: 5px; }
  .GTMPORView .padd_lft_10 {
    padding-left: 10px; }
  .GTMPORView .padd_lft_15 {
    padding-left: 15px; }
  @media (min-width: 481px) and (max-width: 767px) {
    .GTMPORView .padd_lft_45_portrait {
      padding-left: 45px; } }
  .GTMPORView .padd_lft_20 {
    padding-left: 20px; }
  .GTMPORView .padd_lft_25 {
    padding-left: 25px; }
  .GTMPORView .padd_lft_30 {
    padding-left: 30px; }
  .GTMPORView .padd_lft_35 {
    padding-left: 35px; }
  .GTMPORView .padd_lft_40 {
    padding-left: 40px; }
    @media (min-width: 481px) and (max-width: 767px) {
      .GTMPORView .padd_lft_40 {
        padding-left: 17px; } }
  .GTMPORView .padd_lft_50 {
    padding-left: 50px; }
  .GTMPORView .padd_lft_60 {
    padding-left: 60px; }
  .GTMPORView .padd_lft_70 {
    padding-left: 70px; }
  .GTMPORView .padd_lft_80 {
    padding-left: 80px; }
  .GTMPORView .padd_lft_100 {
    padding-left: 100px; }
  .GTMPORView .padd_lft_105 {
    padding-left: 105px; }
  .GTMPORView .padd_lft_115 {
    padding-left: 115px; }
  .GTMPORView .padd_lft_100 {
    padding-left: 100px; }
  .GTMPORView .padd_lft_540 {
    padding-left: 540px; }
  .GTMPORView .padd_rgt_2 {
    padding-right: 2px; }
  .GTMPORView .padd_rgt_4 {
    padding-right: 4px; }
  .GTMPORView .padd_rgt_5 {
    padding-right: 5px; }
  .GTMPORView .padd_rgt_9 {
    padding-right: 9px; }
  .GTMPORView .padd_rgt_10 {
    padding-right: 10px; }
  .GTMPORView .padd_rgt_15 {
    padding-right: 15px; }
  .GTMPORView .padd_rgt_20 {
    padding-right: 20px; }
  .GTMPORView .padd_rgt_25 {
    padding-right: 25px; }
  .GTMPORView .padd_rgt_30 {
    padding-right: 30px; }
  .GTMPORView .padd_rgt_35 {
    padding-right: 35px; }
  .GTMPORView .padd_rgt_40 {
    padding-right: 40px; }
  .GTMPORView .padd_rgt_50 {
    padding-right: 50px; }
  .GTMPORView .padd_rgt_60 {
    padding-right: 60px; }
  .GTMPORView .padd_top_0 {
    padding-top: 0px; }
  .GTMPORView .padd_top_2 {
    padding-top: 2px; }
  .GTMPORView .padd_top_4 {
    padding-top: 4px; }
  .GTMPORView .padd_top_5 {
    padding-top: 5px; }
  .GTMPORView .padd_top_7 {
    padding-top: 7px; }
  .GTMPORView .padd_top_8 {
    padding-top: 8px; }
  .GTMPORView .padd_top_9 {
    padding-top: 9px; }
  .GTMPORView .padd_top_10 {
    padding-top: 10px; }
  .GTMPORView .padd_top_12 {
    padding-top: 12px; }
  .GTMPORView .padd_top_15 {
    padding-top: 15px; }
  .GTMPORView .padd_top_18 {
    padding-top: 18px !important; }
  .GTMPORView .padd_top_20 {
    padding-top: 20px; }
  .GTMPORView .padd_top_25 {
    padding-top: 25px; }
  .GTMPORView .padd_top_30 {
    padding-top: 30px; }
  .GTMPORView .padd_top_35 {
    padding-top: 35px; }
  .GTMPORView .padd_top_40 {
    padding-top: 40px; }
  .GTMPORView .padd_top_50 {
    padding-top: 50px; }
  .GTMPORView .padd_top_65 {
    padding-top: 65px; }
  .GTMPORView .padd_top_70 {
    padding-top: 70px; }
  .GTMPORView .padd_top_80 {
    padding-top: 80px; }
  .GTMPORView .padd_top_90 {
    padding-top: 90px; }
  .GTMPORView .padd_top_95 {
    padding-top: 95px; }
  .GTMPORView .padd_top_100 {
    padding-top: 100px; }
  .GTMPORView .padd_top_115 {
    padding-top: 115px; }
  .GTMPORView .padd_top_120 {
    padding-top: 120px; }
  .GTMPORView .padd_top_125 {
    padding-top: 125px; }
  .GTMPORView .padd_top_130 {
    padding-top: 130px; }
  .GTMPORView .padd_top_135 {
    padding-top: 135px; }
  .GTMPORView .padd_top_140 {
    padding-top: 140px; }
  .GTMPORView .padd_top_160 {
    padding-top: 160px; }
  .GTMPORView .padd_top_170 {
    padding-top: 170px; }
  .GTMPORView .padd_top_180 {
    padding-top: 180px; }
  .GTMPORView .padd_top_190 {
    padding-top: 190px; }
  .GTMPORView .padd_top_200 {
    padding-top: 200px; }
  .GTMPORView .padd_top_250 {
    padding-top: 250px; }
  .GTMPORView .padd_btm_0 {
    padding-bottom: 0; }
  .GTMPORView .padd_btm_0_imp {
    padding-bottom: 0 !important; }
  .GTMPORView .padd_btm_2 {
    padding-bottom: 2rem; }
  .GTMPORView .padd_btm_5 {
    padding-bottom: 5px; }
  .GTMPORView .padd_btm_10 {
    padding-bottom: 10px; }
  .GTMPORView .padd_btm_15 {
    padding-bottom: 15px; }
  .GTMPORView .padd_btm_20 {
    padding-bottom: 20px; }
  .GTMPORView .padd_btm_25 {
    padding-bottom: 25px; }
  .GTMPORView .padd_btm_30 {
    padding-bottom: 30px; }
  .GTMPORView .padd_btm_40 {
    padding-bottom: 40px; }
  .GTMPORView .padd_btm_50 {
    padding-bottom: 50px; }
  .GTMPORView .padd_btm_80 {
    padding-bottom: 100px; }
  .GTMPORView .padd_btm_80_a {
    padding-bottom: 80px; }
  .GTMPORView .padd_btm_150 {
    padding-bottom: 150px; }
  .GTMPORView .mrg_lft_0 {
    margin-left: 0; }
  .GTMPORView .mrg_lft_10 {
    margin-left: 10px; }
  .GTMPORView .mrg_lft_15 {
    margin-left: 15px; }
  .GTMPORView .mrg_lft_25 {
    margin-left: 25px; }
  .GTMPORView .mrg_lft_40 {
    margin-left: 40px; }
  .GTMPORView .mrg_lft_50 {
    margin-left: 50px; }
  .GTMPORView .mrg_lft_105 {
    margin-left: 105px; }
  .GTMPORView .mrg_lft_375 {
    margin-left: 375px; }
  .GTMPORView .mrg_lft_220 {
    margin-left: 220px; }
  .GTMPORView .mrg_lft_min_5 {
    margin-left: -5px; }
  .GTMPORView .mrg_lft_min_10 {
    margin-left: -10px; }
  .GTMPORView .mrg_lft_min_15 {
    margin-left: -15px; }
  .GTMPORView .mrg_top_n_60 {
    margin-top: -60px; }
  .GTMPORView .mrg_lft_min_30 {
    margin-left: -30px; }
  .GTMPORView .mrg_lftRgt_0 {
    margin-left: 0;
    margin-right: 0; }
  .GTMPORView .mrg_lftRgt_15 {
    margin-left: 15px;
    margin-right: 15px; }
  .GTMPORView .mrg_lftRgt_20 {
    margin-left: 20px;
    margin-right: 20px; }
  .GTMPORView .mrg_topbtm_5 {
    margin-top: 5px;
    margin-bottom: 5px; }
  .GTMPORView .mrg_topbtm_10 {
    margin-top: 10px;
    margin-bottom: 10px; }
  .GTMPORView .mrg_topbtm_20 {
    margin-top: 20px;
    margin-bottom: 20px; }
  .GTMPORView .mrg_topbtm_30 {
    margin-top: 30px;
    margin-bottom: 30px; }
  .GTMPORView .mrg_rgt_0 {
    margin-right: 0; }
  .GTMPORView .mrg_rgt_5 {
    margin-right: 5px; }
  .GTMPORView .mrg_rgt_10 {
    margin-right: 10px; }
  .GTMPORView .mrg_rgt_15 {
    margin-right: 15px; }
  .GTMPORView .mrg_rgt_20 {
    margin-right: 20px; }
  .GTMPORView .mrg_rgt_30 {
    margin-right: 30px; }
  .GTMPORView .mrg_rgt_280 {
    margin-right: 280px; }
  .GTMPORView .mrg_btm_0 {
    margin-bottom: 0; }
  .GTMPORView .mrg_btm_5 {
    margin-bottom: 5px; }
  .GTMPORView .mrg_btm_10 {
    margin-bottom: 10px; }
  .GTMPORView .mrg_btm_15 {
    margin-bottom: 15px; }
  .GTMPORView .mrg_btm_20 {
    margin-bottom: 20px; }
  .GTMPORView .mrg_btm_30 {
    margin-bottom: 30px; }
  .GTMPORView .mrg_btm_40 {
    margin-bottom: 40px; }
  .GTMPORView .mrg_btm_45 {
    margin-bottom: 45px; }
  .GTMPORView .mrg_btm_50 {
    margin-bottom: 50px; }
  .GTMPORView .mrg_btm_60 {
    margin-bottom: 60px; }
  .GTMPORView .mrg_btm_90 {
    margin-bottom: 90px; }
  .GTMPORView .mrg_btm_100 {
    margin-bottom: 100px; }
  .GTMPORView .mrg_btm_140 {
    margin-bottom: 140px; }
  .GTMPORView .mrg_btm_170 {
    margin-bottom: 170px; }
  .GTMPORView .mrg_top_n_15 {
    margin-top: -15px; }
  .GTMPORView .mrg_top_0 {
    margin-top: 0; }
  .GTMPORView .mrg_top_4 {
    margin-top: 4px; }
  .GTMPORView .mrg_top_5 {
    margin-top: 5px; }
  .GTMPORView .mrg_top_10 {
    margin-top: 10px; }
  .GTMPORView .mrg_top_12 {
    margin-top: 12px; }
  .GTMPORView .mrg_top_15 {
    margin-top: 15px; }
  .GTMPORView .mrg_top_20 {
    margin-top: 20px; }
  .GTMPORView .mrg_top_25 {
    margin-top: 25px; }
  .GTMPORView .mrg_top_30 {
    margin-top: 30px; }
  .GTMPORView .mrg_top_35 {
    margin-top: 35px; }
  .GTMPORView .mrg_top_40 {
    margin-top: 40px; }
  .GTMPORView .mrg_top_45 {
    margin-top: 45px; }
  .GTMPORView .mrg_top_50 {
    margin-top: 50px; }
  .GTMPORView h1,
  .GTMPORView .h1 {
    font-size: 1.875em;
    font-weight: 400; }
  .GTMPORView h2,
  .GTMPORView .h2 {
    font-size: 1.72em;
    font-weight: 500; }
  .GTMPORView h3,
  .GTMPORView .h3 {
    font-size: 1.14em;
    font-weight: 600; }
  .GTMPORView h5,
  .GTMPORView .h5 {
    font-size: 0.625em;
    font-weight: 300; }
  .GTMPORView .font14 {
    font-size: 14px; }
  .GTMPORView .font20 {
    font-size: 20px; }
  .GTMPORView .font28 {
    font-size: 28px; }
  .GTMPORView .font40 {
    font-size: 40px; }
  .GTMPORView .blue_outlook {
    color: #006fc4; }
  .GTMPORView .blue_word {
    color: #2b589b; }
  .GTMPORView .blue_text {
    color: #00b4f1; }
  .GTMPORView .blue_icon {
    font-weight: 700;
    color: #106bff; }
  .GTMPORView .blue_visio {
    color: #36519f; }
  .GTMPORView .green {
    color: #107B12; }
  .GTMPORView .green-border {
    border: 2px solid #107B12; }
  .GTMPORView .brown {
    color: #D73A06; }
  .GTMPORView .white {
    color: #FFF; }
  .GTMPORView .white_bg {
    background: #FFF; }
  .GTMPORView .grey_hr {
    border-bottom: 1px solid #D0D0D0; }
  .GTMPORView .grey_top {
    border-top: 2px solid #D0D0D0;
    padding-top: 10px; }
  .GTMPORView .blue_hr {
    border-bottom: 3px solid #106bff; }
  .GTMPORView .blue_checkedBox .ms-Checkbox-text {
    color: #0078d6 !important; }
  .GTMPORView .vertical_align {
    height: 40px;
    line-height: 13px; }
  .GTMPORView .noHorizontalScroll {
    overflow-x: hidden !important; }
  .GTMPORView .blue_checkedBox1.ms-Checkbox-text {
    color: #0078d6 !important; }
  .GTMPORView .black_hr {
    border-top: 1px solid #000; }
  .GTMPORView .d_none {
    display: none !important; }
  .GTMPORView .d_inline {
    display: inline; }
  .GTMPORView .block {
    display: block; }
  .GTMPORView .d_inline_block {
    display: inline-block; }
  .GTMPORView .d_inline_flex {
    display: inline-flex; }
  .GTMPORView .img_publish_por {
    height: 25px;
    width: 30px; }
  .GTMPORView .img_preview_por {
    height: 30px;
    width: 30px; }
  .GTMPORView .word_break_price {
    word-break: break-all; }
  .GTMPORView .width60 {
    width: 60px; }
  .GTMPORView .width90 {
    width: 90px; }
  .GTMPORView .height100 {
    height: 100%; }
  .GTMPORView .heightAuto {
    height: auto !important; }
  .GTMPORView .width100 {
    width: 100%; }
  .GTMPORView .widthAuto {
    width: auto !important; }
  .GTMPORView .wdt135 {
    width: 135px; }
  .GTMPORView .wdt145 {
    width: 145px; }
  .GTMPORView .wdt160 {
    width: 160px; }
  .GTMPORView .wdt175 {
    width: 175px; }
  .GTMPORView .wdt260 {
    width: 260px; }
  .GTMPORView .wdt600 {
    width: 600px; }
  .GTMPORView .wdt106 {
    width: 106px; }
  .GTMPORView .hgt45 {
    height: 45px; }
  .GTMPORView .align_center_abs {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .GTMPORView .align_center, .GTMPORView .video_icon_bg {
    display: flex;
    justify-content: center;
    align-items: center; }
  .GTMPORView .content_right {
    display: flex;
    justify-content: flex-end; }
  .GTMPORView .align_leftBaseline {
    display: flex !important;
    align-items: baseline !important; }
  .GTMPORView .align_right {
    display: inline-grid;
    justify-content: right;
    align-items: flex-end; }
  .GTMPORView .align_leftMiddle {
    display: flex;
    align-items: center; }
  .GTMPORView .align_left {
    display: inline-grid;
    justify-content: left;
    align-items: center; }
  .GTMPORView .align_left_bottom {
    display: inline-grid;
    justify-content: left;
    align-items: flex-end; }
  .GTMPORView .text_webkit_right {
    text-align: -webkit-right; }
  .GTMPORView .cursor_pointer {
    cursor: pointer; }
  .GTMPORView .cursor_not_allow {
    cursor: not-allowed; }
  .GTMPORView .cursor_default {
    cursor: default; }
  .GTMPORView .cursor_pointer_off .ms-TextField-fieldGroup .ms-TextField-field {
    cursor: default !important; }
  .GTMPORView .expand_waves {
    color: #0077D5;
    font-size: 12px;
    padding: 3px;
    text-align: center;
    width: 93px;
    border: 1px solid #7caaf2;
    border-radius: 15px; }
  .GTMPORView .manage_private_communities .subscription.people_selected {
    background: #F5F5F5;
    position: relative;
    height: 70px; }
    .GTMPORView .manage_private_communities .subscription.people_selected .ms-Icon {
      position: absolute;
      right: 10px;
      top: 10px; }
  .GTMPORView .ms-Persona-details {
    padding: 0 6px;
    display: inline-block; }
    .GTMPORView .ms-Persona-details .ms-Persona-primaryText,
    .GTMPORView .ms-Persona-details .ms-Persona-secondaryText {
      display: inline;
      color: #000;
      font-size: 14px; }
    .GTMPORView .ms-Persona-details .ms-Persona-primaryText {
      font-weight: 600; }
    .GTMPORView .ms-Persona-details .ms-Persona-secondaryText {
      padding-left: 0; }
      .GTMPORView .ms-Persona-details .ms-Persona-secondaryText::before {
        content: "-";
        margin: 0 5px; }
  .GTMPORView .ms-TextField-fieldGroup,
  .GTMPORView .FilteredMultiSelect__select,
  .GTMPORView .ms-Dropdown-title {
    background: #FFF;
    border: 1px solid #D0D0D0;
    height: 40px; }
  .GTMPORView .custom_field .ms-TextField-field {
    font-size: 20px;
    line-height: 26px !important; }
  @media (min-width: 600px) and (max-width: 991px) {
    .GTMPORView .hide_on_screen50 {
      display: none !important; }
    .GTMPORView .font12 {
      font-size: 12px; }
    .GTMPORView .padd_lft_0 {
      padding-left: 0px !important; }
    .GTMPORView .padd_top_160_s50 {
      padding-top: 160px !important; }
    .GTMPORView .padd_lft_35_s50 {
      padding-left: 35px !important; }
    .GTMPORView .padd_lftRgt_0_s50 {
      padding-left: 0px !important;
      padding-right: 0px !important; }
    .GTMPORView .item_left {
      display: flex !important;
      justify-content: left !important; }
    .GTMPORView .item_center {
      display: flex !important;
      justify-content: center !important; }
    .GTMPORView .item_right {
      display: flex !important;
      justify-content: flex-end !important; }
    .GTMPORView .pivot_container {
      margin-right: 5px; }
    .GTMPORView .pivot_tabs .ms-Pivot-link {
      min-width: 126px !important; }
    .GTMPORView .pivot_tabs .ms-FocusZone ul.ms-Pivot--tabs {
      display: flex; }
      .GTMPORView .pivot_tabs .ms-FocusZone ul.ms-Pivot--tabs button {
        height: 45px !important; }
      .GTMPORView .pivot_tabs .ms-FocusZone ul.ms-Pivot--tabs button.ms-Pivot-link {
        background-color: #fcfcfc !important;
        margin-right: 3px !important;
        min-width: 1em !important;
        font-weight: 400;
        font-size: 14px !important; } }
  @media only screen and (min-width: 768px) {
    .GTMPORView .hide_on_desktop {
      display: none !important; } }
  @media (max-width: 767px) {
    .GTMPORView .hide_on_mobile {
      display: none !important; } }
  @media (min-width: 481px) {
    .GTMPORView .hide_common_layout {
      display: none !important; } }
  @media (min-width: 320px) and (max-width: 480px) {
    .GTMPORView .hide_on_mobile_portrait {
      display: none !important; } }
  @media (min-width: 481px) and (max-width: 767px) {
    .GTMPORView .quick_links_section .viewhome_nav {
      display: none !important; }
    .GTMPORView .quick_links_section .landscape_only {
      display: block !important; } }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .GTMPORView .quick_links_section .viewhome_nav {
      display: none !important; }
    .GTMPORView .quick_links_section .landscape_only {
      display: block !important; } }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .GTMPORView .tab_landscape {
      display: block !important; }
    .GTMPORView .other_d {
      display: none !important; } }
  @media (max-width: 767px) {
    .GTMPORView .mobile_center {
      text-align: center; }
    .GTMPORView .mob_btn_w100 {
      width: 100%; }
    .GTMPORView .mob_padding_0 {
      padding: 0; } }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .GTMPORView .tab_center {
      text-align: center; } }
  .GTMPORView .default_message {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
    color: #666;
    height: 100%;
    padding: 10px; }
    .GTMPORView .default_message h2 {
      font-weight: 300; }
      @media (max-width: 767px) {
        .GTMPORView .default_message h2 {
          font-size: 18px; } }
  .GTMPORView .richtext_list {
    overflow: auto !important;
    /*table { width: 100% !important}*/ }
    .GTMPORView .richtext_list ul,
    .GTMPORView .richtext_list ol {
      padding-left: 15px; }
    .GTMPORView .richtext_list ul {
      list-style-type: unset !important; }
    .GTMPORView .richtext_list ol {
      list-style-type: decimal !important; }

.labelBold {
  font-weight: 700px; }

.GTMPORView {
  /* Buttons */ }
  .GTMPORView label {
    font-weight: normal; }
  .GTMPORView .ms_logo {
    width: 112px;
    height: 28px;
    padding-right: 14px;
    background-size: contain;
    display: inline-block; }
  .GTMPORView .ms_logo_black {
    width: 112px;
    height: 21px;
    padding-right: 14px;
    background-size: contain;
    display: inline-block; }
  .GTMPORView input[type="checkbox"],
  .GTMPORView input[type="radio"] {
    margin: 4px 5px 0 0 !important; }
  .GTMPORView input[type="checkbox"] + label {
    color: #0067B8; }
  .GTMPORView .grey_txt {
    color: #999; }
  .GTMPORView .page_url {
    font-size: 1.5em;
    padding-right: 8px; }
  .GTMPORView .share_icon {
    font-size: 1.5em;
    vertical-align: middle; }
  .GTMPORView .vertical-alignMiddle {
    vertical-align: middle !important; }
  .GTMPORView .toggle_label {
    display: flex; }
    .GTMPORView .toggle_label .ms-Toggle {
      display: flex; }
    .GTMPORView .toggle_label .ms-Toggle-label {
      margin-right: 20px; }
    .GTMPORView .toggle_label.whtLabel .ms-Toggle-label {
      color: white !important; }
  .GTMPORView .btn_primary {
    /* Blue Button */
    background: #0077D5;
    color: #FFF !important;
    border-color: transparent;
    padding: 6px 20px;
    font-size: 14px;
    text-transform: uppercase; }
    .GTMPORView .btn_primary:hover {
      text-decoration: none; }
  .GTMPORView .btn_default {
    color: #000;
    border: 1px solid #000;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 14px;
    background-color: transparent;
    border-radius: 0; }
    .GTMPORView .btn_default:hover {
      text-decoration: none; }
    .GTMPORView .btn_default:focus, .GTMPORView .btn_default:active:focus, .GTMPORView .btn_default.active:focus, .GTMPORView .btn_default.focus, .GTMPORView .btn_default:active.focus, .GTMPORView .btn_default.active.focus {
      outline: none;
      box-shadow: none; }
  .GTMPORView .btn_disabled {
    color: #000;
    padding: 4px 13px;
    border-radius: 13px;
    font-size: 11px;
    background-color: #AFAFAF;
    text-decoration: none;
    opacity: 0.5;
    cursor: not-allowed;
    margin-top: 4px; }
  .GTMPORView .btn_enabled {
    cursor: pointer;
    border-radius: 13px;
    font-size: 11px;
    padding: 4px 13px;
    margin-top: 4px;
    border: 1px solid #a6a6a6;
    background-color: #FFF;
    color: #000; }
    .GTMPORView .btn_enabled:hover {
      text-decoration: none; }
  .GTMPORView .btn_submit {
    background-color: #e70070;
    color: #FFF;
    padding: 8px 20px;
    border: 1px solid #e70070;
    border-radius: 0;
    font-weight: 600; }
  .GTMPORView .rounded_btn {
    background-color: #B4229E;
    color: #FFF;
    padding: 14px 28px;
    border: 1px solid #B4229E;
    border-radius: 25px;
    text-transform: uppercase; }
  .GTMPORView .btn_secondary {
    border: 1px solid #666;
    background: none;
    color: #000;
    min-width: 120px;
    padding: 10px 20px;
    font-size: 12px;
    border-radius: 0;
    text-transform: uppercase; }
  .GTMPORView .view_all_btn {
    padding: 6px 15px;
    border-radius: 0;
    height: 35px;
    color: #0067B8;
    border-color: #0067B8;
    background-color: transparent;
    transition: 0.25s; }
    .GTMPORView .view_all_btn:hover {
      background-color: #0067B8;
      color: #FFF;
      transition: 0.25s;
      text-decoration: none; }
  .GTMPORView .btn_primary,
  .GTMPORView .btn_secondary,
  .GTMPORView .btn_default {
    transition: 0.25s; }
  .GTMPORView .border_top_0 {
    border-top: 0; }
  .GTMPORView .ms-Persona-initials,
  .GTMPORView .callout-content-container .ms-Persona-initials {
    background: #D28917; }
  .GTMPORView .view_bg_overlay {
    background: rgba(212, 228, 239, 0);
    background: -moz-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212, 228, 239, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#000000', GradientType=0 );
    min-height: 500px; }
    @media (max-width: 767px) {
      .GTMPORView .view_bg_overlay {
        min-height: 250px; } }
  .GTMPORView .banner_image_filter {
    position: relative; }
    .GTMPORView .banner_image_filter .headerStyle_content {
      position: absolute;
      width: 100%;
      z-index: 1;
      text-align: center; }
    .GTMPORView .banner_image_filter .view_hero_content {
      display: flex;
      align-items: flex-end;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 18px; }
      .GTMPORView .banner_image_filter .view_hero_content .row {
        display: contents;
        align-items: flex-end;
        width: 100%; }
        @media (max-width: 767px) {
          .GTMPORView .banner_image_filter .view_hero_content .row {
            display: inline-block; } }
    .GTMPORView .banner_image_filter h1.page_title {
      color: #FFF;
      padding-bottom: 10px;
      font-weight: 100;
      word-wrap: break-word;
      font-size: 60px; }
      @media (max-width: 767px) {
        .GTMPORView .banner_image_filter h1.page_title {
          font-size: 36px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; } }
      @media (min-width: 320px) and (max-width: 480px) {
        .GTMPORView .banner_image_filter h1.page_title {
          padding-left: 10%;
          text-align: center; } }
      @media (min-width: 481px) and (max-width: 767px) {
        .GTMPORView .banner_image_filter h1.page_title {
          padding: 0px 15px 0px 15px; } }
    .GTMPORView .banner_image_filter .hubBreadCrumb {
      margin-top: 0;
      display: inline-block; }
      @media (min-width: 320px) and (max-width: 480px) {
        .GTMPORView .banner_image_filter .hubBreadCrumb {
          display: none; } }
      @media (min-width: 481px) and (max-width: 767px) {
        .GTMPORView .banner_image_filter .hubBreadCrumb {
          padding: 0px 15px 0px 15px; } }
      .GTMPORView .banner_image_filter .hubBreadCrumb li div {
        font-size: 18px;
        margin-right: 10px; }
      .GTMPORView .banner_image_filter .hubBreadCrumb li a {
        font-size: 16px;
        color: #FFF; }
        .GTMPORView .banner_image_filter .hubBreadCrumb li a:hover {
          background: none; }
        .GTMPORView .banner_image_filter .hubBreadCrumb li a:last-child {
          color: #FFC625; }
        .GTMPORView .banner_image_filter .hubBreadCrumb li a > div {
          font-size: 16px; }
    .GTMPORView .banner_image_filter .dropdown.hubBreadCrumbDpdn {
      display: inline-block; }
      @media (min-width: 320px) and (max-width: 480px) {
        .GTMPORView .banner_image_filter .dropdown.hubBreadCrumbDpdn {
          display: none; } }
    .GTMPORView .banner_image_filter .page_description {
      background: rgba(0, 0, 0, 0.5);
      padding: 15px; }
      .GTMPORView .banner_image_filter .page_description p {
        font-size: 18px;
        font-weight: normal;
        line-height: 24px;
        color: #FFF;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden; }
        @media (max-width: 767px) {
          .GTMPORView .banner_image_filter .page_description p {
            font-size: 16px;
            line-height: 20px;
            padding-bottom: 2px;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            width: 100%; } }
  .GTMPORView .fav_icon_bg, .GTMPORView .fav_icon_bg_grey, .GTMPORView .fav_icon_bg_red {
    width: 40px;
    height: 40px;
    border-radius: 22px;
    background-color: #D73A06;
    padding-top: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    .GTMPORView .fav_icon_bg_grey {
      background-color: #D0D0D0; }
      .GTMPORView .fav_icon_bg_grey .ms-Icon--Share {
        color: black !important;
        padding-left: 4px;
        padding-bottom: 4px; }
    .GTMPORView .fav_icon_bg_red {
      color: #FFF;
      width: 23px;
      height: 23px;
      font-size: 12px;
      padding-top: 0px; }
  .GTMPORView .heart_fill {
    font-size: 180%;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center; }
  .GTMPORView .video_icon_bg {
    margin: 0 auto;
    position: absolute;
    top: 0 !important;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0; }
    .GTMPORView .video_icon_bg .video_icon {
      font-size: 440%;
      color: #000;
      position: relative;
      opacity: 0.8; }
      @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
        .GTMPORView .video_icon_bg .video_icon {
          font-size: 440%; } }
      @media (max-width: 767px) {
        .GTMPORView .video_icon_bg .video_icon {
          font-size: 450%; } }
    .GTMPORView .video_icon_bg .play_icon {
      font-size: 300%;
      color: #b8b8b8;
      opacity: 0.5; }
      @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
        .GTMPORView .video_icon_bg .play_icon {
          font-size: 320%; } }
      @media (max-width: 767px) {
        .GTMPORView .video_icon_bg .play_icon {
          font-size: 320%; } }
  .GTMPORView .grey_container {
    background: #F1F1F1;
    margin-bottom: 40px; }
  .GTMPORView .doc_load_more {
    background: #E6E6E6;
    color: #000;
    text-align: center;
    padding: 5px;
    margin: 0px -20px 0px -20px;
    cursor: pointer; }
  .GTMPORView .related-links {
    background-color: #F1F1F1;
    padding: 20px 20px 0px 20px; }
    .GTMPORView .related-links.links {
      margin-bottom: 0px; }
    .GTMPORView .related-links.docs {
      padding: 10px; }
    .GTMPORView .related-links.landing_docs {
      margin-bottom: 50px;
      padding-bottom: 0; }
      @media (max-width: 767px) {
        .GTMPORView .related-links.landing_docs {
          margin-bottom: 0px; } }
    .GTMPORView .related-links .media {
      padding: 5px;
      cursor: default;
      transition: 0.25s;
      display: flex;
      align-items: center; }
      .GTMPORView .related-links .media:hover,
      .GTMPORView .related-links .media:hover span {
        background: #DDD; }
      .GTMPORView .related-links .media-body {
        display: flex;
        align-items: center; }
        .GTMPORView .related-links .media-body .file_icon {
          display: flex;
          flex-grow: 0;
          align-items: center; }
        .GTMPORView .related-links .media-body .ms-Icon--Document {
          font-size: 40px;
          color: #000;
          font-weight: 100; }
        .GTMPORView .related-links .media-body span {
          font-size: 14px;
          line-height: 14px;
          position: absolute;
          color: #000;
          text-transform: uppercase;
          background: #f1f1f1;
          margin-left: -5px; }
    .GTMPORView .related-links .media-heading {
      font-size: 16px;
      display: flex;
      flex-grow: 1;
      overflow: visible;
      word-break: break-all;
      line-height: 20px;
      margin-bottom: 5px; }
    .GTMPORView .related-links .created_author_date {
      font-size: 12px;
      color: #8b8b8b; }
    .GTMPORView .related-links .download_wrapper_gray {
      width: 40px;
      height: 40px;
      display: inline-block;
      border-radius: 50%;
      cursor: default;
      background-color: #D0D0D0;
      opacity: 0.7; }
      .GTMPORView .related-links .download_wrapper_gray .ms-Icon--Download {
        color: #000;
        font-size: 24px;
        padding: 3px 8px;
        opacity: 0.7; }
    .GTMPORView .related-links .download_wrapper {
      width: 40px;
      height: 40px;
      background-color: #D0D0D0;
      display: inline-block;
      border-radius: 50%;
      cursor: pointer; }
      .GTMPORView .related-links .download_wrapper:hover {
        background: #A8A8A8; }
      .GTMPORView .related-links .download_wrapper .ms-Icon--Download {
        color: #000;
        font-size: 24px;
        padding: 3px 8px; }
  .GTMPORView .filter_section {
    background-color: #F1F1F1;
    padding: 18px 0;
    line-height: 1; }
    .GTMPORView .filter_section .filter_title {
      font-size: 20px;
      font-weight: 700;
      margin-top: 4px; }
    .GTMPORView .filter_section .up_down_icon {
      font-size: 30px;
      cursor: pointer; }
    .GTMPORView .filter_section .dropdown_errmsg .ms-Dropdown-label {
      color: #000;
      margin-bottom: 5px; }
    .GTMPORView .filter_section .dropdown_errmsg .ms-Dropdown-container:after {
      display: none; }
  .GTMPORView .ms-Dropdown-container .ms-Dropdown-caretDownWrapper {
    cursor: pointer; }
  .GTMPORView .default_message {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
    color: #666;
    height: 100%;
    padding: 10px; }
    .GTMPORView .default_message h2 {
      font-weight: 300; }
      @media (max-width: 767px) {
        .GTMPORView .default_message h2 {
          font-size: 18px; } }
  .GTMPORView .default_message_home {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
    color: #F5F5F5;
    height: 100%;
    padding-top: 80px; }
    .GTMPORView .default_message_home p {
      font-weight: 300;
      font-size: 14px; }
      @media (max-width: 767px) {
        .GTMPORView .default_message_home p {
          font-size: 12px; } }

.view_bg_overlay {
  background: rgba(212, 228, 239, 0);
  background: -moz-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212, 228, 239, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#000000', GradientType=0 );
  min-height: 250px; }
  @media only screen and (min-width: 768px) {
    .view_bg_overlay {
      min-height: 500px; } }

.banner_image_filter {
  position: relative; }
  .banner_image_filter .headerStyle_content {
    position: absolute;
    width: 100%;
    z-index: 1;
    text-align: center; }
  .banner_image_filter .view_hero_content {
    display: flex;
    align-items: flex-end;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 18px; }
    .banner_image_filter .view_hero_content .row {
      display: contents;
      align-items: flex-end;
      width: 100%; }
  .banner_image_filter h1.page_title {
    color: #FFF;
    padding-bottom: 10px;
    font-size: 60px;
    font-weight: 100;
    max-width: 100%;
    word-wrap: break-word; }
  .banner_image_filter .hubBreadCrumb {
    margin-top: 0;
    display: inline-block; }
    .banner_image_filter .hubBreadCrumb li div {
      font-size: 18px;
      margin-right: 10px; }
    .banner_image_filter .hubBreadCrumb li a {
      font-size: 16px;
      color: #FFF; }
      .banner_image_filter .hubBreadCrumb li a:hover {
        background: none; }
      .banner_image_filter .hubBreadCrumb li a:last-child {
        color: #FFC625; }
      .banner_image_filter .hubBreadCrumb li a > div {
        font-size: 16px; }
  .banner_image_filter .dropdown.hubBreadCrumbDpdn {
    display: inline-block; }
  .banner_image_filter .page_description {
    background: rgba(0, 0, 0, 0.5);
    padding: 15px; }
    .banner_image_filter .page_description p {
      font-size: 18px;
      font-weight: normal;
      line-height: 24px;
      color: #FFF;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden; }

.heightHandler {
  display: flex;
  flex-wrap: wrap;
  min-height: 60px; }

.wave_Checkbox_Text .ms-Checkbox-label .ms-Checkbox-text {
  color: #106ebe !important; }

.blue_Border {
  height: 40px;
  padding-top: 8px;
  border: 1px solid grey;
  border-radius: 20px; }
  .blue_Border:hover {
    border-color: #106ebe;
    color: #106ebe; }

.black_Border {
  height: 40px;
  padding-top: 8px;
  border: 1px solid #000;
  border-radius: 20px;
  cursor: pointer; }
  .black_Border:hover {
    border-color: #106ebe;
    color: #106ebe; }
  .black_Border.except_case {
    position: relative;
    top: 4px;
    display: inline-block;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 10px;
    margin-right: 10px; }
  .black_Border.cursor_default:hover {
    border-color: #000;
    color: #000; }

.waveDropDown .ms-Dropdown-title.title_64adfa86 {
  padding-right: 50px !important;
  font-weight: bold;
  font-size: 16px; }

.waveCallout .ms-ContextualMenu-item {
  color: white !important; }

.waveCallout .ms-ContextualMenu-link {
  color: white !important;
  background-color: #106ebe !important; }

.waveCallout .ms-ContextualMenu-list {
  background-color: #106ebe !important; }
  .waveCallout .ms-ContextualMenu-list :focus {
    background-color: #106ebe !important;
    font-weight: bold; }
  .waveCallout .ms-ContextualMenu-list :hover {
    background-color: #106ebe !important;
    font-weight: bold; }

.errorMsg {
  color: red; }

.hScroll_remove {
  overflow-x: hidden !important;
  word-break: break-word; }

.bg_Color {
  border: none !important;
  background-color: transparent !important;
  min-height: 10px !important; }

@media (min-width: 481px) and (max-width: 767px) {
  .font_size_portrait {
    font-size: 8px !important; } }

@media (min-width: 481px) and (max-width: 767px) {
  .ms-Callout-main .ms-Button-flexContainer {
    font-size: 10px !important; } }

.yellow-border {
  border-style: double;
  border-color: yellow; }

.publish_main_section {
  padding: 0 20px 10px !important; }

.publishedGridTop {
  padding-top: 15px;
  background-color: white;
  padding-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px; }

.padd_lft_36 {
  padding-left: 36px; }

.tablesection-club {
  margin: 0px -15px 50px !important; }

.ms-Callout.ms-DatePicker-callout .ms-Callout-main .ms-DatePicker .ms-FocusZone > table th {
  text-align: center; }

.seasonImage_map_fltr {
  padding: 10px;
  width: 22px;
  height: 20px;
  color: #FFF; }

.previewborderSec-prod img {
  width: 36px; }

.m_initial {
  position: relative;
  top: 1.5px; }
  .m_initial_0 {
    position: relative;
    top: 0; }
  .m_initial-3 {
    position: relative;
    top: -3px; }

/* Main Nav */
.GTMPORView .header-container {
  background: #354767;
  width: 100%;
  height: 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  /*@include screen50 {
            height:150px;
        }*/ }
  .GTMPORView .header-container .navbar-default {
    /*background: #354767;*/
    background: transparent; }
    .GTMPORView .header-container .navbar-default .elements_container {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between; }
      .GTMPORView .header-container .navbar-default .elements_container .search_element {
        width: 100%;
        max-width: 400px;
        flex: 1;
        margin-left: 2rem;
        align-self: self-end;
        position: relative; }
    .GTMPORView .header-container .navbar-default .user_persona {
      padding-right: 5px;
      align-self: end; }
      @media (min-width: 1400px) {
        .GTMPORView .header-container .navbar-default .user_persona {
          padding-right: 32px; } }
  @media (max-width: 768px) {
    .GTMPORView .header-container > .container {
      margin-left: 0;
      padding-left: 0;
      width: 100%; } }

.GTMPORView .header-container-with-display-banner {
  background: #354767;
  width: 100%;
  height: 75px;
  top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px; }
  .GTMPORView .header-container-with-display-banner .navbar-default {
    background: transparent; }
    .GTMPORView .header-container-with-display-banner .navbar-default .elements_container {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between; }
      .GTMPORView .header-container-with-display-banner .navbar-default .elements_container .search_element {
        width: 100%;
        max-width: 400px;
        flex: 1;
        margin-left: 2rem;
        align-self: self-end;
        position: relative; }
    .GTMPORView .header-container-with-display-banner .navbar-default .user_persona {
      padding-right: 5px;
      align-self: end; }
      @media (min-width: 1400px) {
        .GTMPORView .header-container-with-display-banner .navbar-default .user_persona {
          padding-right: 32px; } }
  @media (max-width: 768px) {
    .GTMPORView .header-container-with-display-banner > .container {
      margin-left: 0;
      padding-left: 0;
      width: 100%; } }

.GTMPORView .user-initial {
  color: #fff;
  background: orange;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  margin: 0 10px; }

.GTMPORView .status-active {
  text-align: center;
  width: 70px;
  background-color: #09f009; }

.GTMPORView .status-inactive {
  text-align: center;
  width: 70px;
  background-color: #f08f21; }

.GTMPORView .ms-title {
  color: #fff;
  font-size: 25px; }

.GTMPORView .ms-Icon--Heart {
  color: #FFF; }

.GTMPORView .ms-Icon--Add {
  color: blue;
  font-size: larger; }

.GTMPORView .ms-Icon--SkypeMinus {
  font-size: larger; }

.GTMPORView .click-child {
  color: blue;
  font-weight: bold; }

.GTMPORView .click-label {
  background: #243A5E 0% 0% no-repeat padding-box;
  opacity: 1;
  color: white; }
  .GTMPORView .click-label .ms-Icon--Add {
    color: #FFF; }

.GTMPORView, .GTMPORAdministration {
  /* HTML5 display-role reset for older browsers */ }
  .GTMPORView html, .GTMPORView body, .GTMPORView applet, .GTMPORView object, .GTMPORView iframe,
  .GTMPORView h1, .GTMPORView h2, .GTMPORView h3, .GTMPORView h4, .GTMPORView h5, .GTMPORView h6, .GTMPORView p, .GTMPORView blockquote, .GTMPORView pre,
  .GTMPORView a, .GTMPORView abbr, .GTMPORView acronym, .GTMPORView address, .GTMPORView big, .GTMPORView cite, .GTMPORView code,
  .GTMPORView del, .GTMPORView dfn, .GTMPORView em, .GTMPORView img, .GTMPORView ins, .GTMPORView kbd, .GTMPORView q, .GTMPORView s, .GTMPORView samp,
  .GTMPORView small, .GTMPORView strike, .GTMPORView strong, .GTMPORView sub, .GTMPORView sup, .GTMPORView tt, .GTMPORView var,
  .GTMPORView b, .GTMPORView u, .GTMPORView i, .GTMPORView center,
  .GTMPORView dl, .GTMPORView dt, .GTMPORView dd, .GTMPORView ol, .GTMPORView ul, .GTMPORView li,
  .GTMPORView fieldset, .GTMPORView form, .GTMPORView label, .GTMPORView legend,
  .GTMPORView table, .GTMPORView caption, .GTMPORView tbody, .GTMPORView tfoot, .GTMPORView thead, .GTMPORView tr, .GTMPORView th, .GTMPORView td,
  .GTMPORView article, .GTMPORView aside, .GTMPORView canvas, .GTMPORView details, .GTMPORView embed,
  .GTMPORView figure, .GTMPORView figcaption, .GTMPORView footer, .GTMPORView header, .GTMPORView hgroup,
  .GTMPORView menu, .GTMPORView nav, .GTMPORView output, .GTMPORView ruby, .GTMPORView section, .GTMPORView summary,
  .GTMPORView time, .GTMPORView mark, .GTMPORView audio, .GTMPORView video, .GTMPORAdministration html, .GTMPORAdministration body, .GTMPORAdministration applet, .GTMPORAdministration object, .GTMPORAdministration iframe,
  .GTMPORAdministration h1, .GTMPORAdministration h2, .GTMPORAdministration h3, .GTMPORAdministration h4, .GTMPORAdministration h5, .GTMPORAdministration h6, .GTMPORAdministration p, .GTMPORAdministration blockquote, .GTMPORAdministration pre,
  .GTMPORAdministration a, .GTMPORAdministration abbr, .GTMPORAdministration acronym, .GTMPORAdministration address, .GTMPORAdministration big, .GTMPORAdministration cite, .GTMPORAdministration code,
  .GTMPORAdministration del, .GTMPORAdministration dfn, .GTMPORAdministration em, .GTMPORAdministration img, .GTMPORAdministration ins, .GTMPORAdministration kbd, .GTMPORAdministration q, .GTMPORAdministration s, .GTMPORAdministration samp,
  .GTMPORAdministration small, .GTMPORAdministration strike, .GTMPORAdministration strong, .GTMPORAdministration sub, .GTMPORAdministration sup, .GTMPORAdministration tt, .GTMPORAdministration var,
  .GTMPORAdministration b, .GTMPORAdministration u, .GTMPORAdministration i, .GTMPORAdministration center,
  .GTMPORAdministration dl, .GTMPORAdministration dt, .GTMPORAdministration dd, .GTMPORAdministration ol, .GTMPORAdministration ul, .GTMPORAdministration li,
  .GTMPORAdministration fieldset, .GTMPORAdministration form, .GTMPORAdministration label, .GTMPORAdministration legend,
  .GTMPORAdministration table, .GTMPORAdministration caption, .GTMPORAdministration tbody, .GTMPORAdministration tfoot, .GTMPORAdministration thead, .GTMPORAdministration tr, .GTMPORAdministration th, .GTMPORAdministration td,
  .GTMPORAdministration article, .GTMPORAdministration aside, .GTMPORAdministration canvas, .GTMPORAdministration details, .GTMPORAdministration embed,
  .GTMPORAdministration figure, .GTMPORAdministration figcaption, .GTMPORAdministration footer, .GTMPORAdministration header, .GTMPORAdministration hgroup,
  .GTMPORAdministration menu, .GTMPORAdministration nav, .GTMPORAdministration output, .GTMPORAdministration ruby, .GTMPORAdministration section, .GTMPORAdministration summary,
  .GTMPORAdministration time, .GTMPORAdministration mark, .GTMPORAdministration audio, .GTMPORAdministration video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box; }
  .GTMPORView article, .GTMPORView aside, .GTMPORView details, .GTMPORView figcaption, .GTMPORView figure,
  .GTMPORView footer, .GTMPORView header, .GTMPORView hgroup, .GTMPORView menu, .GTMPORView nav, .GTMPORView section, .GTMPORAdministration article, .GTMPORAdministration aside, .GTMPORAdministration details, .GTMPORAdministration figcaption, .GTMPORAdministration figure,
  .GTMPORAdministration footer, .GTMPORAdministration header, .GTMPORAdministration hgroup, .GTMPORAdministration menu, .GTMPORAdministration nav, .GTMPORAdministration section {
    display: block; }
  .GTMPORView body, .GTMPORAdministration body {
    line-height: 1; }
  .GTMPORView ul, .GTMPORAdministration ul {
    list-style: disc;
    padding-left: 20px; }
  .GTMPORView ol, .GTMPORAdministration ol {
    list-style: decimal;
    padding-left: 20px; }
  .GTMPORView blockquote, .GTMPORView q, .GTMPORAdministration blockquote, .GTMPORAdministration q {
    quotes: none; }
  .GTMPORView blockquote:before, .GTMPORView blockquote:after,
  .GTMPORView q:before, .GTMPORView q:after, .GTMPORAdministration blockquote:before, .GTMPORAdministration blockquote:after,
  .GTMPORAdministration q:before, .GTMPORAdministration q:after {
    content: '';
    content: none; }
  .GTMPORView table, .GTMPORAdministration table {
    border-collapse: collapse;
    border-spacing: 0; }

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  html *:focus, body *:focus, applet *:focus, object *:focus, iframe *:focus,
  h1 *:focus, h2 *:focus, h3 *:focus, h4 *:focus, h5 *:focus, h6 *:focus, p *:focus, blockquote *:focus, pre *:focus,
  a *:focus, abbr *:focus, acronym *:focus, address *:focus, big *:focus, cite *:focus, code *:focus,
  del *:focus, dfn *:focus, em *:focus, img *:focus, ins *:focus, kbd *:focus, q *:focus, s *:focus, samp *:focus,
  small *:focus, strike *:focus, strong *:focus, sub *:focus, sup *:focus, tt *:focus, var *:focus,
  b *:focus, u *:focus, i *:focus, center *:focus,
  dl *:focus, dt *:focus, dd *:focus, ol *:focus, ul *:focus, li *:focus,
  fieldset *:focus, form *:focus, label *:focus, legend *:focus,
  table *:focus, caption *:focus, tbody *:focus, tfoot *:focus, thead *:focus, tr *:focus, th *:focus, td *:focus,
  article *:focus, aside *:focus, canvas *:focus, details *:focus, embed *:focus,
  figure *:focus, figcaption *:focus, footer *:focus, header *:focus, hgroup *:focus,
  menu *:focus, nav *:focus, output *:focus, ruby *:focus, section *:focus, summary *:focus,
  time *:focus, mark *:focus, audio *:focus, video *:focus, div *:focus, button *:focus {
    outline: 1px dotted grey; } }

.mob_btn_w100:focus {
  border: 1px dotted white !important; }

.btn_enabled:focus {
  outline: 1px dotted grey !important; }

.GTMPORView .border {
  border: 1px solid #999; }

.GTMPORView .redborder {
  border: 1px solid #DD0000; }

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
/* 50% of Browser width #Screen between 600 to 1024*/
/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
/*
##Device = Laptops, Desktops
##Screen = B/w 1025px to 1280px
*/
body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  /* = 0.875rem */
  /* 16px = 1rem */
  position: relative;
  background: #1a2334; }

.modal-open .modal.in {
  z-index: 10000000; }

.app-container {
  /* tablet portrait */
  /* tablet landscape */ }
  @media only screen and (min-width: 768px) {
    .app-container {
      position: relative;
      min-height: 100vh; } }
  @media (min-width: 768px) {
    .app-container .app-row {
      margin-bottom: 196px;
      /* 283px; */ } }
  @media (min-width: 1024px) {
    .app-container .app-row {
      margin-bottom: 267px; } }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .app-container .app-row {
      margin-bottom: 267px; } }
  @media (min-width: 992px) {
    .app-container {
      /* constant margin after the main row == Footer height */ }
      .app-container .app-row {
        margin-bottom: 250px; } }

.defaultModal_container {
  width: 450px !important;
  color: #FFF !important;
  text-align: center !important;
  position: relative;
  background: #e8e8e8 !important;
  box-shadow: 0px 3px 30px #000 !important;
  overflow-y: hidden !important; }
  .defaultModal_container .text_left {
    text-align: left !important; }
  .defaultModal_container .padd_lftRgt_0 {
    padding-left: 0;
    padding-right: 0; }
  .defaultModal_container .mrg_all_0 {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0; }
  .defaultModal_container .mrg_lftRgt_0 {
    margin-left: 0;
    margin-right: 0; }
  .defaultModal_container .mrg_top_110 {
    margin-top: 110px; }
  .defaultModal_container .secondaryMessage {
    font-size: 16px;
    font-weight: 700;
    color: #000; }
  .defaultModal_container .defaultModal_header {
    font-size: 46px !important;
    font-weight: 400;
    line-height: 1.3269em !important;
    margin-top: 30px; }
    .defaultModal_container .defaultModal_header .iconSize {
      font-size: 60px;
      padding-left: 30px; }
    .defaultModal_container .defaultModal_header .success_header {
      font-size: 40px;
      color: #106bff; }
    .defaultModal_container .defaultModal_header .error_header {
      font-size: 40px;
      color: #ff6310; }
    .defaultModal_container .defaultModal_header .warning_header {
      font-size: 40px;
      color: #ff6310; }
  .defaultModal_container .defaultModal_body {
    font-size: 20px !important;
    line-height: 1.35em !important;
    margin: 11px 47px 23px 58px !important; }
    .defaultModal_container .defaultModal_body .community_subscribe_body {
      margin: 0 auto;
      font-size: 20px;
      padding-bottom: 10px;
      display: inline-block;
      color: #000;
      width: 100%;
      font-style: initial;
      font-weight: 400; }
      .defaultModal_container .defaultModal_body .community_subscribe_body ul li {
        font-size: 18px; }
  .defaultModal_container .defaultModal_footer {
    margin-left: 49px;
    margin-bottom: 70px;
    margin-right: 38px;
    font-size: 18px !important;
    line-height: 1.333em !important; }
  .defaultModal_container .dialogSubmitButtonFull {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #3a7589;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .defaultModal_container .dialogSubmitButtonFull :hover {
      background-color: #106bff;
      text-decoration: underline; }
  .defaultModal_container .dialogSubmitButtonHalf {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #3a7589;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .defaultModal_container .dialogSubmitButtonHalf :hover {
      background-color: #106bff;
      text-decoration: underline;
      border: 1px solid #106bff; }
  .defaultModal_container .btn_blue {
    width: 200px;
    background: #106bff;
    height: 40px;
    font-size: 12px;
    font-weight: 500;
    padding: 10px; }
    .defaultModal_container .btn_blue :hover {
      background-color: #000;
      text-decoration: underline;
      border: 1px solid #FFF; }
  .defaultModal_container .dialogSubmitButtonHalfDefault {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .defaultModal_container .dialogSubmitButtonHalfDefault :hover {
      text-decoration: underline; }
  .defaultModal_container .ms-fontWeight-regular .ms-Button-label {
    font-weight: 400; }
  .defaultModal_container .ms-Icon--Warning {
    color: #FFF;
    font-size: 160%;
    padding-top: 20px; }

.Loader-Large {
  text-align: center;
  padding-top: 200px;
  padding-bottom: 200px; }
  .Loader-Large h1 {
    font-size: 62px !important;
    height: 100px;
    background: -webkit-linear-gradient(top, #5c0f5d 0%, #326973 61%, #16a582 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation-duration: 1s;
    animation-name: Loading;
    animation-iteration-count: infinite;
    animation-direction: alternate; }

@keyframes Loading {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.video_popup {
  width: 60% !important;
  height: auto !important;
  overflow: hidden !important; }
  @media (max-width: 767px) {
    .video_popup {
      width: 90% !important; } }
  .video_popup .ms-Dialog-header {
    display: none; }
  .video_popup .ms-Dialog-inner {
    padding: 0 !important; }

.Large_image_popup {
  width: 90% !important;
  height: 90% !important;
  max-height: 90% !important; }
  .Large_image_popup .ms-Dialog-inner {
    height: 100%; }
  .Large_image_popup .ms-Dialog-content {
    height: 100%;
    overflow: auto; }

.GTMPORView {
  /* Global for all Video - Responsive css */
  /* for customized  Video */
  /* white button */
  /*paddings*/
  /*margins*/
  /* Global Media-queries */
  /* Extra small devices (phones, 767px and down) */ }
  .GTMPORView .action {
    color: #3372d9 !important;
    cursor: pointer; }
    .GTMPORView .action:hover {
      text-decoration: underline !important; }
  .GTMPORView .accessLink {
    color: #FFF !important;
    cursor: pointer;
    font-weight: bold; }
    .GTMPORView .accessLink:hover {
      text-decoration: underline !important; }
  .GTMPORView .defaulttabaction {
    color: black !important;
    font-weight: 500;
    cursor: pointer; }
    .GTMPORView .defaulttabaction:hover {
      text-decoration: underline !important; }
  .GTMPORView .footer_action {
    cursor: pointer; }
    .GTMPORView .footer_action:hover {
      text-decoration: underline !important; }
  .GTMPORView .txt_underline {
    text-decoration: underline; }
  .GTMPORView .viewMarketCode {
    border: 1px solid #0065c1;
    font-size: 12px;
    color: #0065c1;
    height: 25px;
    padding-top: 2px;
    padding-right: 5px;
    min-width: 175px; }
    .GTMPORView .viewMarketCode .label {
      font-weight: 700;
      font-size: 12px;
      color: #0065c1;
      padding-top: 3px; }
  .GTMPORView .viewSeason {
    border: 1px solid #0065c1;
    font-size: 12px;
    color: white;
    height: 25px;
    padding-top: 1px;
    padding-right: 5px;
    background-color: #0065c1;
    min-width: 175px; }
    .GTMPORView .viewSeason .seasonLabel {
      font-weight: 700;
      font-size: 12px;
      padding-top: 2px;
      padding-right: 5px; }
  .GTMPORView .error_msg {
    color: #a80000;
    font-size: 12px;
    font-weight: 400; }
  .GTMPORView .blueBorderButton {
    background-color: white !important;
    border: 1px solid #106bff !important;
    height: 40px;
    color: #106bff; }
    .GTMPORView .blueBorderButton:hover {
      color: #106bff;
      text-decoration: underline; }
  .GTMPORView .primaryButton, .GTMPORView .primaryButton_ht30 {
    background-color: #106bff !important;
    border: 1px solid #106bff !important;
    height: 40px; }
    .GTMPORView .primaryButton:hover, .GTMPORView .primaryButton_ht30:hover {
      background-color: #0078d4 !important;
      text-decoration: underline; }
  .GTMPORView .primaryButton_ht30 {
    height: 30px; }
  .GTMPORView .checkedButton {
    background-color: #cedef8 !important;
    border: 1px solid #106bff !important; }
  .GTMPORView .btn_remove, .GTMPORView .btn_remove_dis {
    background: #106bff;
    border-radius: 18px;
    color: white;
    padding: 4px 12px;
    font-size: 12px;
    cursor: pointer; }
  .GTMPORView .btn_remove_dis {
    background: orange; }
  .GTMPORView .blue {
    color: #106bff; }
    .GTMPORView .blue img {
      margin-left: -5px;
      height: 30px !important;
      margin-top: -4px; }
  .GTMPORView .orange {
    color: orange; }
  .GTMPORView .orange-border {
    border: 2px solid #FFBF00; }
    .GTMPORView .orange-border .ms-TextField-fieldGroup {
      border: none !important;
      height: 33px; }
      .GTMPORView .orange-border .ms-TextField-fieldGroup:after {
        border: none !important; }
    .GTMPORView .orange-border .ms-TextField-fieldGroup:hover {
      border: none !important; }
  .GTMPORView .publish_divider {
    border-right: 1px solid #d3d3d3;
    height: 36x; }
  .GTMPORView .loader_container {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 1000;
    background-color: #666;
    margin: auto;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px; }
  .GTMPORView .loader_container_indidual {
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 1000;
    background-color: #666;
    margin: auto;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px; }
  .GTMPORView .dialogSubmitButtonFull {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #3a7589;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .GTMPORView .dialogSubmitButtonFull :hover {
      background-color: #106bff;
      border: 1px solid #106bff; }
  .GTMPORView .dialogSubmitButtonHalf {
    width: 50%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #3a7589;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .GTMPORView .dialogSubmitButtonHalf :hover {
      background-color: #106bff;
      text-decoration: underline;
      border: 1px solid #106bff; }
  .GTMPORView .dialogSubmitButtonHalfDefault {
    width: 50%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .GTMPORView .dialogSubmitButtonHalfDefault :hover {
      text-decoration: underline; }
  .GTMPORView .loadMoreButton {
    font-size: 16px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer; }
  .GTMPORView .rich_text_global ol {
    list-style-type: decimal !important;
    list-style-position: inside !important;
    -webkit-margin-before: 1em !important;
    -webkit-margin-after: 1em !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-end: 0px !important;
    -webkit-padding-start: 0px !important; }
  .GTMPORView .rich_text_global ul {
    display: block !important;
    list-style-type: disc !important;
    -webkit-margin-before: 1em !important;
    -webkit-margin-after: 1em !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-end: 0px !important;
    -webkit-padding-start: 40px !important;
    list-style-position: inside !important; }
  .GTMPORView .rich_text_global sup {
    top: -0.5em; }
  .GTMPORView .rich_text_global sub,
  .GTMPORView .rich_text_global sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline; }
  .GTMPORView .rich_text_global p {
    margin: 0 0 10px; }
  .GTMPORView .wrap_ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*word-break: break-all;
        word-wrap: break-word;*/ }
  .GTMPORView .dList_scroll.ms-DetailsList .ms-SelectionZone, .GTMPORView .dList_userScroll.ms-DetailsList .ms-SelectionZone, .GTMPORView .dList_publishScroll.ms-DetailsList .ms-SelectionZone, .GTMPORView .dList_publishScroll_new.ms-DetailsList .ms-SelectionZone {
    max-height: 650px;
    overflow-y: overlay; }
  .GTMPORView .dList_scroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar, .GTMPORView .dList_userScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar, .GTMPORView .dList_publishScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar, .GTMPORView .dList_publishScroll_new.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar {
    width: 10px; }
  .GTMPORView .dList_scroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb, .GTMPORView .dList_userScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb, .GTMPORView .dList_publishScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb, .GTMPORView .dList_publishScroll_new.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb {
    background: #d2d2d2;
    border-radius: 10px; }
  .GTMPORView .dList_scroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb:hover, .GTMPORView .dList_userScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb:hover, .GTMPORView .dList_publishScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb:hover, .GTMPORView .dList_publishScroll_new.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb:hover {
    background: #a9a9a9; }
  .GTMPORView .dList_publishScroll.ms-DetailsList .ms-SelectionZone {
    max-height: 400px; }
  .GTMPORView .dList_publishScroll_new.ms-DetailsList .ms-SelectionZone {
    max-height: 760px; }
  .GTMPORView .rowht40sction .ms-DetailsRow, .GTMPORView .rowht40sction .ms-DetailsRow-cell {
    min-height: 30px !important;
    padding: 2px 0px !important;
    margin: 0px !important; }
  .GTMPORView .dList_userScroll.ms-DetailsList .ms-DetailsHeader-cell {
    font-weight: 700; }
  .GTMPORView .dList_userScroll.ms-DetailsList .ms-SelectionZone {
    max-height: 480px; }
  .GTMPORView .container_fluid {
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 1400px) {
    .GTMPORView .container {
      width: 1330px !important; } }
  .GTMPORView .word_break, .GTMPORView .richtext_list > div {
    word-break: break-word; }
    .GTMPORView .word_break_all {
      word-break: break-all; }
  .GTMPORView .page_status {
    font-size: 14px; }
  .GTMPORView .border_none {
    border: none !important; }
  .GTMPORView .r_border {
    border-right: 1px solid #000; }
  .GTMPORView .pos_rel {
    position: relative; }
  .GTMPORView .whitespace_nowrap {
    white-space: nowrap; }
  .GTMPORView .cust_grid {
    display: block;
    justify-content: normal;
    margin-top: 10px; }
    @media (min-width: 481px) {
      .GTMPORView .cust_grid {
        display: flex;
        justify-content: center;
        flex-flow: row wrap;
        margin-top: 10px; } }
  .GTMPORView .column_in_center {
    float: none; }
  .GTMPORView .video_section {
    /* 4x3 Aspect Ratio */
    /* React Player css */ }
    .GTMPORView .video_section .iframe-container {
      overflow: hidden;
      padding-top: 56.25%;
      position: relative; }
    .GTMPORView .video_section .iframe-container iframe {
      border: 0;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .GTMPORView .video_section .iframe-container-4x3 {
      padding-top: 75%; }
    .GTMPORView .video_section .player_wrapper {
      position: relative !important;
      padding-top: 56% !important; }
    .GTMPORView .video_section .react_player {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important; }
    .GTMPORView .video_section .view_large_btn {
      padding-left: 0px;
      text-decoration: underline; }
  .GTMPORView .cust_video .home_sm_tile {
    background: #000; }
  .GTMPORView .cust_video .home_sm_tile iframe,
  .GTMPORView .cust_video .last_visited_img iframe {
    height: 100%;
    width: 100%;
    opacity: 0.7; }
  .GTMPORView .cust_video .home_sm_tile .ut_img,
  .GTMPORView .cust_video .last_visited_img .ut_img {
    height: 100%;
    width: 100%;
    opacity: 0.7; }
    .GTMPORView .cust_video .home_sm_tile .ut_img img,
    .GTMPORView .cust_video .last_visited_img .ut_img img {
      height: 100%;
      width: 100%;
      max-width: 100% !important; }
  .GTMPORView .cust_video .last_visited_img iframe,
  .GTMPORView .cust_video .last_visited_img .ut_img {
    opacity: 0.9 !important; }
  .GTMPORView .cust_video .last_visited_img .video_icon_bg .video_icon {
    opacity: 0.7; }
  .GTMPORView .cust_video .ut_video .video_icon_bg {
    opacity: 1; }
  .GTMPORView .black_bg {
    background: #000 !important; }
  .GTMPORView .btn_whiteOutline {
    background: transparent;
    height: 33px;
    color: #FFF !important;
    border: 1px solid #FFF !important;
    padding: 10px 25px; }
  .GTMPORView .btn_whiteOutline:hover {
    background: #106bff !important;
    border: none !important;
    color: #FFF !important; }
  .GTMPORView .btn_outline {
    background: #FFF;
    height: 40px;
    color: #106bff !important;
    border: 1px solid #106bff !important;
    padding: 10px 6px; }
  .GTMPORView .btn_outline:hover {
    background: #106bff !important;
    color: #FFF !important; }
  .GTMPORView .btn_outline_disable {
    background: #FFF;
    height: 40px;
    color: #d2d2d2 !important;
    border: 1px solid #d2d2d2 !important;
    padding: 10px 6px; }
  .GTMPORView .btn_outline_disable:hover {
    background: #FFF !important;
    color: #d2d2d2 !important; }
  .GTMPORView .btn_active, .GTMPORView .btn_disable {
    background: #106bff;
    height: 30px;
    color: #FFF !important;
    border: 1px solid #106bff !important;
    cursor: pointer;
    padding: 10px 6px;
    pointer-events: auto;
    cursor: pointer; }
  .GTMPORView .btn_disable {
    background: #d2d2d2;
    border: 1px solid #d2d2d2 !important;
    pointer-events: none; }
  .GTMPORView .ltGrey_bg, .GTMPORView .ltGreyBg {
    background-color: #f0f2f7;
    min-height: 100vh;
    padding-bottom: 70px; }
  .GTMPORView .ltGreyBg {
    min-height: 90vh; }
  .GTMPORView .ltGreyBg20 {
    background-color: #f0f2f7;
    min-height: 100vh;
    padding-bottom: 20px;
    overflow-x: hidden; }
  .GTMPORView .minheight90 {
    min-height: 90vh; }
  .GTMPORView .bg_grey {
    background: #f0f2f7;
    padding: 15px; }
  .GTMPORView .grey_bg {
    background: #e9e9e9;
    padding: 15px; }
  .GTMPORView .content_hidden {
    visibility: hidden; }
  .GTMPORView .action_btn {
    font-size: 16px;
    padding: 3px;
    width: 30px;
    margin-right: 5px;
    background: white;
    color: #007bff !important;
    border: 1px solid #eaeaea;
    box-shadow: 0px 5px 8px #d9d9d9; }
  .GTMPORView .config_action_btn:hover {
    background: #007bff !important;
    color: #fff !important; }
  .GTMPORView .config_action_btn.add_sku {
    padding: 3px 5px; }
    .GTMPORView .config_action_btn.add_sku .ms-Icon.ms-Icon--Add::before {
      font-size: 13px !important;
      font-weight: 600; }
    .GTMPORView .config_action_btn.add_sku:hover .ms-Icon.ms-Icon--Add::before {
      color: #FFF; }
  .GTMPORView .releaseNotes_hr {
    border-bottom: 1.5px solid #d2d2d2;
    padding-top: 10px;
    margin-left: 0px;
    margin-right: 0px; }
  .GTMPORView .releaseNotes_divider {
    border-right: 1px solid #000;
    height: 40px; }
  .GTMPORView .releaseNotes_divider_grey {
    border-left: 2px solid #d2d2d2;
    height: 40px; }
  .GTMPORView .releaseNotesBtn_divider {
    border-right: 1px solid #a9a9a9;
    height: 40px; }
  .GTMPORView .releaseNotes_hyphon {
    border-top: 1px solid black;
    width: 15px; }
  .GTMPORView .confidential_title {
    color: #D28917; }
  .GTMPORView .d_flex {
    display: flex; }
  .GTMPORView .d_flex_rEnd {
    display: flex;
    justify-content: flex-end; }
  .GTMPORView .d_flex_spacebetween {
    display: flex;
    justify-content: space-between; }
  .GTMPORView .d_flex_wrap {
    display: flex;
    flex-wrap: wrap; }
  .GTMPORView .related_por {
    background: #29364e;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0px 10px;
    white-space: nowrap; }
  .GTMPORView .related_por:hover {
    background: #354767; }
  .GTMPORView .divider_grey {
    color: #d2d2d2; }
  .GTMPORView .dropdown_icon i {
    color: white;
    font-size: 12px;
    font-weight: 700;
    line-height: 55px !important; }
  .GTMPORView .rel_wdt560 {
    width: 560px !important;
    padding: 10px !important;
    color: #000;
    overflow-x: hidden !important; }
  .GTMPORView .rel_wdt560:hover {
    background: #e9e9e9; }
    .GTMPORView .rel_wdt560:hover .prod_name {
      color: #0078d4;
      font-weight: 500; }
  .GTMPORView .bottom_line {
    border-bottom: 1px solid #d2d2d2; }
  .GTMPORView .bottom_line:hover {
    background: #f1f7fd; }
  .GTMPORView .others_view {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 85px;
    margin-bottom: 10px; }
  .GTMPORView .btm_hr {
    border-bottom: 1px solid #6f7478;
    padding: 5px 0px; }
  .GTMPORView .top_hr {
    border-top: 1px solid #6f7478; }
  .GTMPORView .reportOwner_bg {
    font-size: 13px;
    background: #29364e;
    display: inline-block;
    text-align: center;
    padding: 5px;
    margin: 5px 0px; }
  .GTMPORView .one_line {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .GTMPORView .font24 {
    font-size: 24px; }
  .GTMPORView .font10 {
    font-size: 10px; }
  .GTMPORView .font12 {
    font-size: 12px; }
  .GTMPORView .font16 {
    font-size: 16px; }
  .GTMPORView .font18 {
    font-size: 18px; }
  .GTMPORView .font_wt500 {
    font-weight: 500; }
  .GTMPORView .font_wt600 {
    font-weight: 600; }
  .GTMPORView .font_bold {
    font-weight: 700; }
  .GTMPORView .ht40 {
    height: 40px !important; }
  .GTMPORView .ht75 {
    height: 75px !important; }
  .GTMPORView .mrg_rgt_3 {
    margin-right: 3px !important; }
  .GTMPORView .padd0 {
    padding: 0px; }
  .GTMPORView .padd5 {
    padding: 5px; }
  .GTMPORView .padd10 {
    padding: 10px; }
  .GTMPORView .padd15 {
    padding: 15px; }
  .GTMPORView .padd20 {
    padding: 20px; }
  .GTMPORView .padd_rgt_0 {
    padding-right: 0; }
  .GTMPORView .padd_lftRgt_0 {
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 481px) and (max-width: 767px) {
    .GTMPORView .padd_lftRgt_0_portrait {
      padding-left: 0;
      padding-right: 0; } }
  .GTMPORView .padd_lftRgt_2 {
    padding-left: 2px;
    padding-right: 2px; }
  .GTMPORView .padd_lftRgt_5 {
    padding-left: 5px;
    padding-right: 5px; }
  .GTMPORView .padd_lftRgt_10 {
    padding-left: 10px;
    padding-right: 10px; }
  .GTMPORView .padd_lftRgt_15 {
    padding-left: 15px;
    padding-right: 15px; }
  .GTMPORView .padd_lftRgt_20 {
    padding-left: 20px;
    padding-right: 20px; }
  .GTMPORView .padd_lftRgt_30 {
    padding-left: 30px;
    padding-right: 30px; }
  .GTMPORView .padd_lftRgt_40 {
    padding-left: 40px;
    padding-right: 40px; }
  .GTMPORView .padd_topbtm_5 {
    padding-top: 5px;
    padding-bottom: 5px; }
  .GTMPORView .padd_topbtm_10 {
    padding-top: 10px;
    padding-bottom: 10px; }
  .GTMPORView .padd_topbtm_15 {
    padding-top: 15px;
    padding-bottom: 15px; }
  .GTMPORView .padd_topbtm_20 {
    padding-top: 20px;
    padding-bottom: 20px; }
  .GTMPORView .padd_topbtm_25 {
    padding-top: 25px;
    padding-bottom: 25px; }
  .GTMPORView .padd_topbtm_30 {
    padding-top: 30px;
    padding-bottom: 30px; }
  .GTMPORView .padd_topbtm_40 {
    padding-top: 40px;
    padding-bottom: 40px; }
  .GTMPORView .padd_topbtm_50 {
    padding-top: 50px;
    padding-bottom: 50px; }
  .GTMPORView .padd_lft_0 {
    padding-left: 0; }
  .GTMPORView .padd_lft_5 {
    padding-left: 5px; }
  .GTMPORView .padd_lft_10 {
    padding-left: 10px; }
  .GTMPORView .padd_lft_15 {
    padding-left: 15px; }
  @media (min-width: 481px) and (max-width: 767px) {
    .GTMPORView .padd_lft_45_portrait {
      padding-left: 45px; } }
  .GTMPORView .padd_lft_20 {
    padding-left: 20px; }
  .GTMPORView .padd_lft_25 {
    padding-left: 25px; }
  .GTMPORView .padd_lft_30 {
    padding-left: 30px; }
  .GTMPORView .padd_lft_35 {
    padding-left: 35px; }
  .GTMPORView .padd_lft_40 {
    padding-left: 40px; }
    @media (min-width: 481px) and (max-width: 767px) {
      .GTMPORView .padd_lft_40 {
        padding-left: 17px; } }
  .GTMPORView .padd_lft_50 {
    padding-left: 50px; }
  .GTMPORView .padd_lft_60 {
    padding-left: 60px; }
  .GTMPORView .padd_lft_70 {
    padding-left: 70px; }
  .GTMPORView .padd_lft_80 {
    padding-left: 80px; }
  .GTMPORView .padd_lft_100 {
    padding-left: 100px; }
  .GTMPORView .padd_lft_105 {
    padding-left: 105px; }
  .GTMPORView .padd_lft_115 {
    padding-left: 115px; }
  .GTMPORView .padd_lft_100 {
    padding-left: 100px; }
  .GTMPORView .padd_lft_540 {
    padding-left: 540px; }
  .GTMPORView .padd_rgt_2 {
    padding-right: 2px; }
  .GTMPORView .padd_rgt_4 {
    padding-right: 4px; }
  .GTMPORView .padd_rgt_5 {
    padding-right: 5px; }
  .GTMPORView .padd_rgt_9 {
    padding-right: 9px; }
  .GTMPORView .padd_rgt_10 {
    padding-right: 10px; }
  .GTMPORView .padd_rgt_15 {
    padding-right: 15px; }
  .GTMPORView .padd_rgt_20 {
    padding-right: 20px; }
  .GTMPORView .padd_rgt_25 {
    padding-right: 25px; }
  .GTMPORView .padd_rgt_30 {
    padding-right: 30px; }
  .GTMPORView .padd_rgt_35 {
    padding-right: 35px; }
  .GTMPORView .padd_rgt_40 {
    padding-right: 40px; }
  .GTMPORView .padd_rgt_50 {
    padding-right: 50px; }
  .GTMPORView .padd_rgt_60 {
    padding-right: 60px; }
  .GTMPORView .padd_top_0 {
    padding-top: 0px; }
  .GTMPORView .padd_top_2 {
    padding-top: 2px; }
  .GTMPORView .padd_top_4 {
    padding-top: 4px; }
  .GTMPORView .padd_top_5 {
    padding-top: 5px; }
  .GTMPORView .padd_top_7 {
    padding-top: 7px; }
  .GTMPORView .padd_top_8 {
    padding-top: 8px; }
  .GTMPORView .padd_top_9 {
    padding-top: 9px; }
  .GTMPORView .padd_top_10 {
    padding-top: 10px; }
  .GTMPORView .padd_top_12 {
    padding-top: 12px; }
  .GTMPORView .padd_top_15 {
    padding-top: 15px; }
  .GTMPORView .padd_top_18 {
    padding-top: 18px !important; }
  .GTMPORView .padd_top_20 {
    padding-top: 20px; }
  .GTMPORView .padd_top_25 {
    padding-top: 25px; }
  .GTMPORView .padd_top_30 {
    padding-top: 30px; }
  .GTMPORView .padd_top_35 {
    padding-top: 35px; }
  .GTMPORView .padd_top_40 {
    padding-top: 40px; }
  .GTMPORView .padd_top_50 {
    padding-top: 50px; }
  .GTMPORView .padd_top_65 {
    padding-top: 65px; }
  .GTMPORView .padd_top_70 {
    padding-top: 70px; }
  .GTMPORView .padd_top_80 {
    padding-top: 80px; }
  .GTMPORView .padd_top_90 {
    padding-top: 90px; }
  .GTMPORView .padd_top_95 {
    padding-top: 95px; }
  .GTMPORView .padd_top_100 {
    padding-top: 100px; }
  .GTMPORView .padd_top_115 {
    padding-top: 115px; }
  .GTMPORView .padd_top_120 {
    padding-top: 120px; }
  .GTMPORView .padd_top_125 {
    padding-top: 125px; }
  .GTMPORView .padd_top_130 {
    padding-top: 130px; }
  .GTMPORView .padd_top_135 {
    padding-top: 135px; }
  .GTMPORView .padd_top_140 {
    padding-top: 140px; }
  .GTMPORView .padd_top_160 {
    padding-top: 160px; }
  .GTMPORView .padd_top_170 {
    padding-top: 170px; }
  .GTMPORView .padd_top_180 {
    padding-top: 180px; }
  .GTMPORView .padd_top_190 {
    padding-top: 190px; }
  .GTMPORView .padd_top_200 {
    padding-top: 200px; }
  .GTMPORView .padd_top_250 {
    padding-top: 250px; }
  .GTMPORView .padd_btm_0 {
    padding-bottom: 0; }
  .GTMPORView .padd_btm_0_imp {
    padding-bottom: 0 !important; }
  .GTMPORView .padd_btm_2 {
    padding-bottom: 2rem; }
  .GTMPORView .padd_btm_5 {
    padding-bottom: 5px; }
  .GTMPORView .padd_btm_10 {
    padding-bottom: 10px; }
  .GTMPORView .padd_btm_15 {
    padding-bottom: 15px; }
  .GTMPORView .padd_btm_20 {
    padding-bottom: 20px; }
  .GTMPORView .padd_btm_25 {
    padding-bottom: 25px; }
  .GTMPORView .padd_btm_30 {
    padding-bottom: 30px; }
  .GTMPORView .padd_btm_40 {
    padding-bottom: 40px; }
  .GTMPORView .padd_btm_50 {
    padding-bottom: 50px; }
  .GTMPORView .padd_btm_80 {
    padding-bottom: 100px; }
  .GTMPORView .padd_btm_80_a {
    padding-bottom: 80px; }
  .GTMPORView .padd_btm_150 {
    padding-bottom: 150px; }
  .GTMPORView .mrg_lft_0 {
    margin-left: 0; }
  .GTMPORView .mrg_lft_10 {
    margin-left: 10px; }
  .GTMPORView .mrg_lft_15 {
    margin-left: 15px; }
  .GTMPORView .mrg_lft_25 {
    margin-left: 25px; }
  .GTMPORView .mrg_lft_40 {
    margin-left: 40px; }
  .GTMPORView .mrg_lft_50 {
    margin-left: 50px; }
  .GTMPORView .mrg_lft_105 {
    margin-left: 105px; }
  .GTMPORView .mrg_lft_375 {
    margin-left: 375px; }
  .GTMPORView .mrg_lft_220 {
    margin-left: 220px; }
  .GTMPORView .mrg_lft_min_5 {
    margin-left: -5px; }
  .GTMPORView .mrg_lft_min_10 {
    margin-left: -10px; }
  .GTMPORView .mrg_lft_min_15 {
    margin-left: -15px; }
  .GTMPORView .mrg_top_n_60 {
    margin-top: -60px; }
  .GTMPORView .mrg_lft_min_30 {
    margin-left: -30px; }
  .GTMPORView .mrg_lftRgt_0 {
    margin-left: 0;
    margin-right: 0; }
  .GTMPORView .mrg_lftRgt_15 {
    margin-left: 15px;
    margin-right: 15px; }
  .GTMPORView .mrg_lftRgt_20 {
    margin-left: 20px;
    margin-right: 20px; }
  .GTMPORView .mrg_topbtm_5 {
    margin-top: 5px;
    margin-bottom: 5px; }
  .GTMPORView .mrg_topbtm_10 {
    margin-top: 10px;
    margin-bottom: 10px; }
  .GTMPORView .mrg_topbtm_20 {
    margin-top: 20px;
    margin-bottom: 20px; }
  .GTMPORView .mrg_topbtm_30 {
    margin-top: 30px;
    margin-bottom: 30px; }
  .GTMPORView .mrg_rgt_0 {
    margin-right: 0; }
  .GTMPORView .mrg_rgt_5 {
    margin-right: 5px; }
  .GTMPORView .mrg_rgt_10 {
    margin-right: 10px; }
  .GTMPORView .mrg_rgt_15 {
    margin-right: 15px; }
  .GTMPORView .mrg_rgt_20 {
    margin-right: 20px; }
  .GTMPORView .mrg_rgt_30 {
    margin-right: 30px; }
  .GTMPORView .mrg_rgt_280 {
    margin-right: 280px; }
  .GTMPORView .mrg_btm_0 {
    margin-bottom: 0; }
  .GTMPORView .mrg_btm_5 {
    margin-bottom: 5px; }
  .GTMPORView .mrg_btm_10 {
    margin-bottom: 10px; }
  .GTMPORView .mrg_btm_15 {
    margin-bottom: 15px; }
  .GTMPORView .mrg_btm_20 {
    margin-bottom: 20px; }
  .GTMPORView .mrg_btm_30 {
    margin-bottom: 30px; }
  .GTMPORView .mrg_btm_40 {
    margin-bottom: 40px; }
  .GTMPORView .mrg_btm_45 {
    margin-bottom: 45px; }
  .GTMPORView .mrg_btm_50 {
    margin-bottom: 50px; }
  .GTMPORView .mrg_btm_60 {
    margin-bottom: 60px; }
  .GTMPORView .mrg_btm_90 {
    margin-bottom: 90px; }
  .GTMPORView .mrg_btm_100 {
    margin-bottom: 100px; }
  .GTMPORView .mrg_btm_140 {
    margin-bottom: 140px; }
  .GTMPORView .mrg_btm_170 {
    margin-bottom: 170px; }
  .GTMPORView .mrg_top_n_15 {
    margin-top: -15px; }
  .GTMPORView .mrg_top_0 {
    margin-top: 0; }
  .GTMPORView .mrg_top_4 {
    margin-top: 4px; }
  .GTMPORView .mrg_top_5 {
    margin-top: 5px; }
  .GTMPORView .mrg_top_10 {
    margin-top: 10px; }
  .GTMPORView .mrg_top_12 {
    margin-top: 12px; }
  .GTMPORView .mrg_top_15 {
    margin-top: 15px; }
  .GTMPORView .mrg_top_20 {
    margin-top: 20px; }
  .GTMPORView .mrg_top_25 {
    margin-top: 25px; }
  .GTMPORView .mrg_top_30 {
    margin-top: 30px; }
  .GTMPORView .mrg_top_35 {
    margin-top: 35px; }
  .GTMPORView .mrg_top_40 {
    margin-top: 40px; }
  .GTMPORView .mrg_top_45 {
    margin-top: 45px; }
  .GTMPORView .mrg_top_50 {
    margin-top: 50px; }
  .GTMPORView h1,
  .GTMPORView .h1 {
    font-size: 1.875em;
    font-weight: 400; }
  .GTMPORView h2,
  .GTMPORView .h2 {
    font-size: 1.72em;
    font-weight: 500; }
  .GTMPORView h3,
  .GTMPORView .h3 {
    font-size: 1.14em;
    font-weight: 600; }
  .GTMPORView h5,
  .GTMPORView .h5 {
    font-size: 0.625em;
    font-weight: 300; }
  .GTMPORView .font14 {
    font-size: 14px; }
  .GTMPORView .font20 {
    font-size: 20px; }
  .GTMPORView .font28 {
    font-size: 28px; }
  .GTMPORView .font40 {
    font-size: 40px; }
  .GTMPORView .blue_outlook {
    color: #006fc4; }
  .GTMPORView .blue_word {
    color: #2b589b; }
  .GTMPORView .blue_text {
    color: #00b4f1; }
  .GTMPORView .blue_icon {
    font-weight: 700;
    color: #106bff; }
  .GTMPORView .blue_visio {
    color: #36519f; }
  .GTMPORView .green {
    color: #107B12; }
  .GTMPORView .green-border {
    border: 2px solid #107B12; }
  .GTMPORView .brown {
    color: #D73A06; }
  .GTMPORView .white {
    color: #FFF; }
  .GTMPORView .white_bg {
    background: #FFF; }
  .GTMPORView .grey_hr {
    border-bottom: 1px solid #D0D0D0; }
  .GTMPORView .grey_top {
    border-top: 2px solid #D0D0D0;
    padding-top: 10px; }
  .GTMPORView .blue_hr {
    border-bottom: 3px solid #106bff; }
  .GTMPORView .blue_checkedBox .ms-Checkbox-text {
    color: #0078d6 !important; }
  .GTMPORView .vertical_align {
    height: 40px;
    line-height: 13px; }
  .GTMPORView .noHorizontalScroll {
    overflow-x: hidden !important; }
  .GTMPORView .blue_checkedBox1.ms-Checkbox-text {
    color: #0078d6 !important; }
  .GTMPORView .black_hr {
    border-top: 1px solid #000; }
  .GTMPORView .d_none {
    display: none !important; }
  .GTMPORView .d_inline {
    display: inline; }
  .GTMPORView .block {
    display: block; }
  .GTMPORView .d_inline_block {
    display: inline-block; }
  .GTMPORView .d_inline_flex {
    display: inline-flex; }
  .GTMPORView .img_publish_por {
    height: 25px;
    width: 30px; }
  .GTMPORView .img_preview_por {
    height: 30px;
    width: 30px; }
  .GTMPORView .word_break_price {
    word-break: break-all; }
  .GTMPORView .width60 {
    width: 60px; }
  .GTMPORView .width90 {
    width: 90px; }
  .GTMPORView .height100 {
    height: 100%; }
  .GTMPORView .heightAuto {
    height: auto !important; }
  .GTMPORView .width100 {
    width: 100%; }
  .GTMPORView .widthAuto {
    width: auto !important; }
  .GTMPORView .wdt135 {
    width: 135px; }
  .GTMPORView .wdt145 {
    width: 145px; }
  .GTMPORView .wdt160 {
    width: 160px; }
  .GTMPORView .wdt175 {
    width: 175px; }
  .GTMPORView .wdt260 {
    width: 260px; }
  .GTMPORView .wdt600 {
    width: 600px; }
  .GTMPORView .wdt106 {
    width: 106px; }
  .GTMPORView .hgt45 {
    height: 45px; }
  .GTMPORView .align_center_abs {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .GTMPORView .align_center, .GTMPORView .video_icon_bg {
    display: flex;
    justify-content: center;
    align-items: center; }
  .GTMPORView .content_right {
    display: flex;
    justify-content: flex-end; }
  .GTMPORView .align_leftBaseline {
    display: flex !important;
    align-items: baseline !important; }
  .GTMPORView .align_right {
    display: inline-grid;
    justify-content: right;
    align-items: flex-end; }
  .GTMPORView .align_leftMiddle {
    display: flex;
    align-items: center; }
  .GTMPORView .align_left {
    display: inline-grid;
    justify-content: left;
    align-items: center; }
  .GTMPORView .align_left_bottom {
    display: inline-grid;
    justify-content: left;
    align-items: flex-end; }
  .GTMPORView .text_webkit_right {
    text-align: -webkit-right; }
  .GTMPORView .cursor_pointer {
    cursor: pointer; }
  .GTMPORView .cursor_not_allow {
    cursor: not-allowed; }
  .GTMPORView .cursor_default {
    cursor: default; }
  .GTMPORView .cursor_pointer_off .ms-TextField-fieldGroup .ms-TextField-field {
    cursor: default !important; }
  .GTMPORView .expand_waves {
    color: #0077D5;
    font-size: 12px;
    padding: 3px;
    text-align: center;
    width: 93px;
    border: 1px solid #7caaf2;
    border-radius: 15px; }
  .GTMPORView .manage_private_communities .subscription.people_selected {
    background: #F5F5F5;
    position: relative;
    height: 70px; }
    .GTMPORView .manage_private_communities .subscription.people_selected .ms-Icon {
      position: absolute;
      right: 10px;
      top: 10px; }
  .GTMPORView .ms-Persona-details {
    padding: 0 6px;
    display: inline-block; }
    .GTMPORView .ms-Persona-details .ms-Persona-primaryText,
    .GTMPORView .ms-Persona-details .ms-Persona-secondaryText {
      display: inline;
      color: #000;
      font-size: 14px; }
    .GTMPORView .ms-Persona-details .ms-Persona-primaryText {
      font-weight: 600; }
    .GTMPORView .ms-Persona-details .ms-Persona-secondaryText {
      padding-left: 0; }
      .GTMPORView .ms-Persona-details .ms-Persona-secondaryText::before {
        content: "-";
        margin: 0 5px; }
  .GTMPORView .ms-TextField-fieldGroup,
  .GTMPORView .FilteredMultiSelect__select,
  .GTMPORView .ms-Dropdown-title {
    background: #FFF;
    border: 1px solid #D0D0D0;
    height: 40px; }
  .GTMPORView .custom_field .ms-TextField-field {
    font-size: 20px;
    line-height: 26px !important; }
  @media (min-width: 600px) and (max-width: 991px) {
    .GTMPORView .hide_on_screen50 {
      display: none !important; }
    .GTMPORView .font12 {
      font-size: 12px; }
    .GTMPORView .padd_lft_0 {
      padding-left: 0px !important; }
    .GTMPORView .padd_top_160_s50 {
      padding-top: 160px !important; }
    .GTMPORView .padd_lft_35_s50 {
      padding-left: 35px !important; }
    .GTMPORView .padd_lftRgt_0_s50 {
      padding-left: 0px !important;
      padding-right: 0px !important; }
    .GTMPORView .item_left {
      display: flex !important;
      justify-content: left !important; }
    .GTMPORView .item_center {
      display: flex !important;
      justify-content: center !important; }
    .GTMPORView .item_right {
      display: flex !important;
      justify-content: flex-end !important; }
    .GTMPORView .pivot_container {
      margin-right: 5px; }
    .GTMPORView .pivot_tabs .ms-Pivot-link {
      min-width: 126px !important; }
    .GTMPORView .pivot_tabs .ms-FocusZone ul.ms-Pivot--tabs {
      display: flex; }
      .GTMPORView .pivot_tabs .ms-FocusZone ul.ms-Pivot--tabs button {
        height: 45px !important; }
      .GTMPORView .pivot_tabs .ms-FocusZone ul.ms-Pivot--tabs button.ms-Pivot-link {
        background-color: #fcfcfc !important;
        margin-right: 3px !important;
        min-width: 1em !important;
        font-weight: 400;
        font-size: 14px !important; } }
  @media only screen and (min-width: 768px) {
    .GTMPORView .hide_on_desktop {
      display: none !important; } }
  @media (max-width: 767px) {
    .GTMPORView .hide_on_mobile {
      display: none !important; } }
  @media (min-width: 481px) {
    .GTMPORView .hide_common_layout {
      display: none !important; } }
  @media (min-width: 320px) and (max-width: 480px) {
    .GTMPORView .hide_on_mobile_portrait {
      display: none !important; } }
  @media (min-width: 481px) and (max-width: 767px) {
    .GTMPORView .quick_links_section .viewhome_nav {
      display: none !important; }
    .GTMPORView .quick_links_section .landscape_only {
      display: block !important; } }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .GTMPORView .quick_links_section .viewhome_nav {
      display: none !important; }
    .GTMPORView .quick_links_section .landscape_only {
      display: block !important; } }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .GTMPORView .tab_landscape {
      display: block !important; }
    .GTMPORView .other_d {
      display: none !important; } }
  @media (max-width: 767px) {
    .GTMPORView .mobile_center {
      text-align: center; }
    .GTMPORView .mob_btn_w100 {
      width: 100%; }
    .GTMPORView .mob_padding_0 {
      padding: 0; } }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .GTMPORView .tab_center {
      text-align: center; } }
  .GTMPORView .default_message {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
    color: #666;
    height: 100%;
    padding: 10px; }
    .GTMPORView .default_message h2 {
      font-weight: 300; }
      @media (max-width: 767px) {
        .GTMPORView .default_message h2 {
          font-size: 18px; } }
  .GTMPORView .richtext_list {
    overflow: auto !important;
    /*table { width: 100% !important}*/ }
    .GTMPORView .richtext_list ul,
    .GTMPORView .richtext_list ol {
      padding-left: 15px; }
    .GTMPORView .richtext_list ul {
      list-style-type: unset !important; }
    .GTMPORView .richtext_list ol {
      list-style-type: decimal !important; }

.labelBold {
  font-weight: 700px; }

.GTMPORView {
  /* Buttons */ }
  .GTMPORView label {
    font-weight: normal; }
  .GTMPORView .ms_logo {
    width: 112px;
    height: 28px;
    padding-right: 14px;
    background-size: contain;
    display: inline-block; }
  .GTMPORView .ms_logo_black {
    width: 112px;
    height: 21px;
    padding-right: 14px;
    background-size: contain;
    display: inline-block; }
  .GTMPORView input[type="checkbox"],
  .GTMPORView input[type="radio"] {
    margin: 4px 5px 0 0 !important; }
  .GTMPORView input[type="checkbox"] + label {
    color: #0067B8; }
  .GTMPORView .grey_txt {
    color: #999; }
  .GTMPORView .page_url {
    font-size: 1.5em;
    padding-right: 8px; }
  .GTMPORView .share_icon {
    font-size: 1.5em;
    vertical-align: middle; }
  .GTMPORView .vertical-alignMiddle {
    vertical-align: middle !important; }
  .GTMPORView .toggle_label {
    display: flex; }
    .GTMPORView .toggle_label .ms-Toggle {
      display: flex; }
    .GTMPORView .toggle_label .ms-Toggle-label {
      margin-right: 20px; }
    .GTMPORView .toggle_label.whtLabel .ms-Toggle-label {
      color: white !important; }
  .GTMPORView .btn_primary {
    /* Blue Button */
    background: #0077D5;
    color: #FFF !important;
    border-color: transparent;
    padding: 6px 20px;
    font-size: 14px;
    text-transform: uppercase; }
    .GTMPORView .btn_primary:hover {
      text-decoration: none; }
  .GTMPORView .btn_default {
    color: #000;
    border: 1px solid #000;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 14px;
    background-color: transparent;
    border-radius: 0; }
    .GTMPORView .btn_default:hover {
      text-decoration: none; }
    .GTMPORView .btn_default:focus, .GTMPORView .btn_default:active:focus, .GTMPORView .btn_default.active:focus, .GTMPORView .btn_default.focus, .GTMPORView .btn_default:active.focus, .GTMPORView .btn_default.active.focus {
      outline: none;
      box-shadow: none; }
  .GTMPORView .btn_disabled {
    color: #000;
    padding: 4px 13px;
    border-radius: 13px;
    font-size: 11px;
    background-color: #AFAFAF;
    text-decoration: none;
    opacity: 0.5;
    cursor: not-allowed;
    margin-top: 4px; }
  .GTMPORView .btn_enabled {
    cursor: pointer;
    border-radius: 13px;
    font-size: 11px;
    padding: 4px 13px;
    margin-top: 4px;
    border: 1px solid #a6a6a6;
    background-color: #FFF;
    color: #000; }
    .GTMPORView .btn_enabled:hover {
      text-decoration: none; }
  .GTMPORView .btn_submit {
    background-color: #e70070;
    color: #FFF;
    padding: 8px 20px;
    border: 1px solid #e70070;
    border-radius: 0;
    font-weight: 600; }
  .GTMPORView .rounded_btn {
    background-color: #B4229E;
    color: #FFF;
    padding: 14px 28px;
    border: 1px solid #B4229E;
    border-radius: 25px;
    text-transform: uppercase; }
  .GTMPORView .btn_secondary {
    border: 1px solid #666;
    background: none;
    color: #000;
    min-width: 120px;
    padding: 10px 20px;
    font-size: 12px;
    border-radius: 0;
    text-transform: uppercase; }
  .GTMPORView .view_all_btn {
    padding: 6px 15px;
    border-radius: 0;
    height: 35px;
    color: #0067B8;
    border-color: #0067B8;
    background-color: transparent;
    transition: 0.25s; }
    .GTMPORView .view_all_btn:hover {
      background-color: #0067B8;
      color: #FFF;
      transition: 0.25s;
      text-decoration: none; }
  .GTMPORView .btn_primary,
  .GTMPORView .btn_secondary,
  .GTMPORView .btn_default {
    transition: 0.25s; }
  .GTMPORView .border_top_0 {
    border-top: 0; }
  .GTMPORView .ms-Persona-initials,
  .GTMPORView .callout-content-container .ms-Persona-initials {
    background: #D28917; }
  .GTMPORView .view_bg_overlay {
    background: rgba(212, 228, 239, 0);
    background: -moz-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212, 228, 239, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#000000', GradientType=0 );
    min-height: 500px; }
    @media (max-width: 767px) {
      .GTMPORView .view_bg_overlay {
        min-height: 250px; } }
  .GTMPORView .banner_image_filter {
    position: relative; }
    .GTMPORView .banner_image_filter .headerStyle_content {
      position: absolute;
      width: 100%;
      z-index: 1;
      text-align: center; }
    .GTMPORView .banner_image_filter .view_hero_content {
      display: flex;
      align-items: flex-end;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 18px; }
      .GTMPORView .banner_image_filter .view_hero_content .row {
        display: contents;
        align-items: flex-end;
        width: 100%; }
        @media (max-width: 767px) {
          .GTMPORView .banner_image_filter .view_hero_content .row {
            display: inline-block; } }
    .GTMPORView .banner_image_filter h1.page_title {
      color: #FFF;
      padding-bottom: 10px;
      font-weight: 100;
      word-wrap: break-word;
      font-size: 60px; }
      @media (max-width: 767px) {
        .GTMPORView .banner_image_filter h1.page_title {
          font-size: 36px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; } }
      @media (min-width: 320px) and (max-width: 480px) {
        .GTMPORView .banner_image_filter h1.page_title {
          padding-left: 10%;
          text-align: center; } }
      @media (min-width: 481px) and (max-width: 767px) {
        .GTMPORView .banner_image_filter h1.page_title {
          padding: 0px 15px 0px 15px; } }
    .GTMPORView .banner_image_filter .hubBreadCrumb {
      margin-top: 0;
      display: inline-block; }
      @media (min-width: 320px) and (max-width: 480px) {
        .GTMPORView .banner_image_filter .hubBreadCrumb {
          display: none; } }
      @media (min-width: 481px) and (max-width: 767px) {
        .GTMPORView .banner_image_filter .hubBreadCrumb {
          padding: 0px 15px 0px 15px; } }
      .GTMPORView .banner_image_filter .hubBreadCrumb li div {
        font-size: 18px;
        margin-right: 10px; }
      .GTMPORView .banner_image_filter .hubBreadCrumb li a {
        font-size: 16px;
        color: #FFF; }
        .GTMPORView .banner_image_filter .hubBreadCrumb li a:hover {
          background: none; }
        .GTMPORView .banner_image_filter .hubBreadCrumb li a:last-child {
          color: #FFC625; }
        .GTMPORView .banner_image_filter .hubBreadCrumb li a > div {
          font-size: 16px; }
    .GTMPORView .banner_image_filter .dropdown.hubBreadCrumbDpdn {
      display: inline-block; }
      @media (min-width: 320px) and (max-width: 480px) {
        .GTMPORView .banner_image_filter .dropdown.hubBreadCrumbDpdn {
          display: none; } }
    .GTMPORView .banner_image_filter .page_description {
      background: rgba(0, 0, 0, 0.5);
      padding: 15px; }
      .GTMPORView .banner_image_filter .page_description p {
        font-size: 18px;
        font-weight: normal;
        line-height: 24px;
        color: #FFF;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden; }
        @media (max-width: 767px) {
          .GTMPORView .banner_image_filter .page_description p {
            font-size: 16px;
            line-height: 20px;
            padding-bottom: 2px;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            width: 100%; } }
  .GTMPORView .fav_icon_bg, .GTMPORView .fav_icon_bg_grey, .GTMPORView .fav_icon_bg_red {
    width: 40px;
    height: 40px;
    border-radius: 22px;
    background-color: #D73A06;
    padding-top: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    .GTMPORView .fav_icon_bg_grey {
      background-color: #D0D0D0; }
      .GTMPORView .fav_icon_bg_grey .ms-Icon--Share {
        color: black !important;
        padding-left: 4px;
        padding-bottom: 4px; }
    .GTMPORView .fav_icon_bg_red {
      color: #FFF;
      width: 23px;
      height: 23px;
      font-size: 12px;
      padding-top: 0px; }
  .GTMPORView .heart_fill {
    font-size: 180%;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center; }
  .GTMPORView .video_icon_bg {
    margin: 0 auto;
    position: absolute;
    top: 0 !important;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0; }
    .GTMPORView .video_icon_bg .video_icon {
      font-size: 440%;
      color: #000;
      position: relative;
      opacity: 0.8; }
      @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
        .GTMPORView .video_icon_bg .video_icon {
          font-size: 440%; } }
      @media (max-width: 767px) {
        .GTMPORView .video_icon_bg .video_icon {
          font-size: 450%; } }
    .GTMPORView .video_icon_bg .play_icon {
      font-size: 300%;
      color: #b8b8b8;
      opacity: 0.5; }
      @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
        .GTMPORView .video_icon_bg .play_icon {
          font-size: 320%; } }
      @media (max-width: 767px) {
        .GTMPORView .video_icon_bg .play_icon {
          font-size: 320%; } }
  .GTMPORView .grey_container {
    background: #F1F1F1;
    margin-bottom: 40px; }
  .GTMPORView .doc_load_more {
    background: #E6E6E6;
    color: #000;
    text-align: center;
    padding: 5px;
    margin: 0px -20px 0px -20px;
    cursor: pointer; }
  .GTMPORView .related-links {
    background-color: #F1F1F1;
    padding: 20px 20px 0px 20px; }
    .GTMPORView .related-links.links {
      margin-bottom: 0px; }
    .GTMPORView .related-links.docs {
      padding: 10px; }
    .GTMPORView .related-links.landing_docs {
      margin-bottom: 50px;
      padding-bottom: 0; }
      @media (max-width: 767px) {
        .GTMPORView .related-links.landing_docs {
          margin-bottom: 0px; } }
    .GTMPORView .related-links .media {
      padding: 5px;
      cursor: default;
      transition: 0.25s;
      display: flex;
      align-items: center; }
      .GTMPORView .related-links .media:hover,
      .GTMPORView .related-links .media:hover span {
        background: #DDD; }
      .GTMPORView .related-links .media-body {
        display: flex;
        align-items: center; }
        .GTMPORView .related-links .media-body .file_icon {
          display: flex;
          flex-grow: 0;
          align-items: center; }
        .GTMPORView .related-links .media-body .ms-Icon--Document {
          font-size: 40px;
          color: #000;
          font-weight: 100; }
        .GTMPORView .related-links .media-body span {
          font-size: 14px;
          line-height: 14px;
          position: absolute;
          color: #000;
          text-transform: uppercase;
          background: #f1f1f1;
          margin-left: -5px; }
    .GTMPORView .related-links .media-heading {
      font-size: 16px;
      display: flex;
      flex-grow: 1;
      overflow: visible;
      word-break: break-all;
      line-height: 20px;
      margin-bottom: 5px; }
    .GTMPORView .related-links .created_author_date {
      font-size: 12px;
      color: #8b8b8b; }
    .GTMPORView .related-links .download_wrapper_gray {
      width: 40px;
      height: 40px;
      display: inline-block;
      border-radius: 50%;
      cursor: default;
      background-color: #D0D0D0;
      opacity: 0.7; }
      .GTMPORView .related-links .download_wrapper_gray .ms-Icon--Download {
        color: #000;
        font-size: 24px;
        padding: 3px 8px;
        opacity: 0.7; }
    .GTMPORView .related-links .download_wrapper {
      width: 40px;
      height: 40px;
      background-color: #D0D0D0;
      display: inline-block;
      border-radius: 50%;
      cursor: pointer; }
      .GTMPORView .related-links .download_wrapper:hover {
        background: #A8A8A8; }
      .GTMPORView .related-links .download_wrapper .ms-Icon--Download {
        color: #000;
        font-size: 24px;
        padding: 3px 8px; }
  .GTMPORView .filter_section {
    background-color: #F1F1F1;
    padding: 18px 0;
    line-height: 1; }
    .GTMPORView .filter_section .filter_title {
      font-size: 20px;
      font-weight: 700;
      margin-top: 4px; }
    .GTMPORView .filter_section .up_down_icon {
      font-size: 30px;
      cursor: pointer; }
    .GTMPORView .filter_section .dropdown_errmsg .ms-Dropdown-label {
      color: #000;
      margin-bottom: 5px; }
    .GTMPORView .filter_section .dropdown_errmsg .ms-Dropdown-container:after {
      display: none; }
  .GTMPORView .ms-Dropdown-container .ms-Dropdown-caretDownWrapper {
    cursor: pointer; }
  .GTMPORView .default_message {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
    color: #666;
    height: 100%;
    padding: 10px; }
    .GTMPORView .default_message h2 {
      font-weight: 300; }
      @media (max-width: 767px) {
        .GTMPORView .default_message h2 {
          font-size: 18px; } }
  .GTMPORView .default_message_home {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
    color: #F5F5F5;
    height: 100%;
    padding-top: 80px; }
    .GTMPORView .default_message_home p {
      font-weight: 300;
      font-size: 14px; }
      @media (max-width: 767px) {
        .GTMPORView .default_message_home p {
          font-size: 12px; } }

.view_bg_overlay {
  background: rgba(212, 228, 239, 0);
  background: -moz-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212, 228, 239, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#000000', GradientType=0 );
  min-height: 250px; }
  @media only screen and (min-width: 768px) {
    .view_bg_overlay {
      min-height: 500px; } }

.banner_image_filter {
  position: relative; }
  .banner_image_filter .headerStyle_content {
    position: absolute;
    width: 100%;
    z-index: 1;
    text-align: center; }
  .banner_image_filter .view_hero_content {
    display: flex;
    align-items: flex-end;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 18px; }
    .banner_image_filter .view_hero_content .row {
      display: contents;
      align-items: flex-end;
      width: 100%; }
  .banner_image_filter h1.page_title {
    color: #FFF;
    padding-bottom: 10px;
    font-size: 60px;
    font-weight: 100;
    max-width: 100%;
    word-wrap: break-word; }
  .banner_image_filter .hubBreadCrumb {
    margin-top: 0;
    display: inline-block; }
    .banner_image_filter .hubBreadCrumb li div {
      font-size: 18px;
      margin-right: 10px; }
    .banner_image_filter .hubBreadCrumb li a {
      font-size: 16px;
      color: #FFF; }
      .banner_image_filter .hubBreadCrumb li a:hover {
        background: none; }
      .banner_image_filter .hubBreadCrumb li a:last-child {
        color: #FFC625; }
      .banner_image_filter .hubBreadCrumb li a > div {
        font-size: 16px; }
  .banner_image_filter .dropdown.hubBreadCrumbDpdn {
    display: inline-block; }
  .banner_image_filter .page_description {
    background: rgba(0, 0, 0, 0.5);
    padding: 15px; }
    .banner_image_filter .page_description p {
      font-size: 18px;
      font-weight: normal;
      line-height: 24px;
      color: #FFF;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden; }

.heightHandler {
  display: flex;
  flex-wrap: wrap;
  min-height: 60px; }

.wave_Checkbox_Text .ms-Checkbox-label .ms-Checkbox-text {
  color: #106ebe !important; }

.blue_Border {
  height: 40px;
  padding-top: 8px;
  border: 1px solid grey;
  border-radius: 20px; }
  .blue_Border:hover {
    border-color: #106ebe;
    color: #106ebe; }

.black_Border {
  height: 40px;
  padding-top: 8px;
  border: 1px solid #000;
  border-radius: 20px;
  cursor: pointer; }
  .black_Border:hover {
    border-color: #106ebe;
    color: #106ebe; }
  .black_Border.except_case {
    position: relative;
    top: 4px;
    display: inline-block;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 10px;
    margin-right: 10px; }
  .black_Border.cursor_default:hover {
    border-color: #000;
    color: #000; }

.waveDropDown .ms-Dropdown-title.title_64adfa86 {
  padding-right: 50px !important;
  font-weight: bold;
  font-size: 16px; }

.waveCallout .ms-ContextualMenu-item {
  color: white !important; }

.waveCallout .ms-ContextualMenu-link {
  color: white !important;
  background-color: #106ebe !important; }

.waveCallout .ms-ContextualMenu-list {
  background-color: #106ebe !important; }
  .waveCallout .ms-ContextualMenu-list :focus {
    background-color: #106ebe !important;
    font-weight: bold; }
  .waveCallout .ms-ContextualMenu-list :hover {
    background-color: #106ebe !important;
    font-weight: bold; }

.errorMsg {
  color: red; }

.hScroll_remove {
  overflow-x: hidden !important;
  word-break: break-word; }

.bg_Color {
  border: none !important;
  background-color: transparent !important;
  min-height: 10px !important; }

@media (min-width: 481px) and (max-width: 767px) {
  .font_size_portrait {
    font-size: 8px !important; } }

@media (min-width: 481px) and (max-width: 767px) {
  .ms-Callout-main .ms-Button-flexContainer {
    font-size: 10px !important; } }

.yellow-border {
  border-style: double;
  border-color: yellow; }

.publish_main_section {
  padding: 0 20px 10px !important; }

.publishedGridTop {
  padding-top: 15px;
  background-color: white;
  padding-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px; }

.padd_lft_36 {
  padding-left: 36px; }

.tablesection-club {
  margin: 0px -15px 50px !important; }

.ms-Callout.ms-DatePicker-callout .ms-Callout-main .ms-DatePicker .ms-FocusZone > table th {
  text-align: center; }

.seasonImage_map_fltr {
  padding: 10px;
  width: 22px;
  height: 20px;
  color: #FFF; }

.previewborderSec-prod img {
  width: 36px; }

.m_initial {
  position: relative;
  top: 1.5px; }
  .m_initial_0 {
    position: relative;
    top: 0; }
  .m_initial-3 {
    position: relative;
    top: -3px; }

.GTMPORView.ViewHomePage .errorSuccessPopUp {
  background-color: #ffffff !important; }
  .GTMPORView.ViewHomePage .errorSuccessPopUp .errorSuccesstitle {
    margin-top: 20px; }

.GTMPORView.ViewHomePage .navbar.navbar-default .container {
  width: 100%; }

.GTMPORView.ViewHomePage .ms_logo, .GTMPORView.ViewHomePage .ms_logo_black {
  padding-right: 0 !important;
  width: 20vw;
  max-width: 112px; }
  @media (min-width: 768px) {
    .GTMPORView.ViewHomePage .ms_logo, .GTMPORView.ViewHomePage .ms_logo_black {
      margin-right: 10px; } }

.GTMPORView.ViewHomePage .appName h1 {
  font-size: 20px;
  font-weight: 700;
  color: white;
  transition: .25s; }
  @media (max-width: 650px) {
    .GTMPORView.ViewHomePage .appName h1 {
      font-size: 17px; } }

.GTMPORView.ViewHomePage .divider {
  color: #FFF;
  padding-right: 1.3vw;
  transition: .25s; }

.GTMPORView.ViewHomePage .wdt_140 {
  width: 140px;
  transition: .25s; }

@media (min-width: 745px) {
  .GTMPORView.ViewHomePage .navbar-brand {
    padding-top: 5px; } }

.GTMPORView.ViewHomePage .homeButton {
  font-size: 12px;
  color: white;
  border: 1px solid #ffffff; }
  .GTMPORView.ViewHomePage .homeButton .homeButton_alignmnt {
    display: flex;
    align-items: center;
    padding: 2px 20px 2px 5px; }
    .GTMPORView.ViewHomePage .homeButton .homeButton_alignmnt .ms-Icon {
      padding-right: 5px; }

.GTMPORView.ViewHomePage .borderall, .GTMPORView.ViewHomePage .borderSelected {
  height: 75px;
  width: 140px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  background: white;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px 0px;
  cursor: pointer;
  border: 1px solid transparent; }
  .GTMPORView.ViewHomePage .borderall .producttypeicon, .GTMPORView.ViewHomePage .borderSelected .producttypeicon {
    height: 30px !important; }
  .GTMPORView.ViewHomePage .borderall .producttypetext, .GTMPORView.ViewHomePage .borderSelected .producttypetext {
    min-height: 20px;
    padding: 0px !important;
    margin: 0px !important; }

.GTMPORView.ViewHomePage .borderSelected {
  border: 1px solid #106bff;
  color: #106bff;
  font-weight: 500;
  cursor: default; }

.GTMPORView.ViewHomePage .borderSelectedBlank {
  border: 1px solid #106bff; }

.GTMPORView.ViewHomePage .footerFont {
  font-size: 11.5px;
  padding-left: 10px; }

.GTMPORView.ViewHomePage .text_align_Center {
  text-align: center; }

.GTMPORView.ViewHomePage .text_align_right {
  text-align: right; }

.GTMPORView.ViewHomePage .vtop {
  vertical-align: top;
  margin-top: 7px; }

.GTMPORView.ViewHomePage .classified_toggle_section .ms-Toggle > .ms-Label {
  padding: 6px 0px 10px !important; }

.GTMPORView.ViewHomePage .search_focusDisable .ms-SearchBox {
  background: none; }
  .GTMPORView.ViewHomePage .search_focusDisable .ms-SearchBox :focus {
    outline: none; }

.GTMPORView.ViewHomePage .searchboxUi, .GTMPORView.ViewHomePage .ViewPOR_searchbox {
  /* Extra small devices (phones, 767px and down) */ }
  .GTMPORView.ViewHomePage .searchboxUi .search_overlay, .GTMPORView.ViewHomePage .ViewPOR_searchbox .search_overlay {
    width: 100%;
    z-index: 1000;
    height: 45px; }
    @media (min-width: 480px) and (max-width: 991.98px) {
      .GTMPORView.ViewHomePage .searchboxUi .search_overlay, .GTMPORView.ViewHomePage .ViewPOR_searchbox .search_overlay {
        width: auto; } }
    .GTMPORView.ViewHomePage .searchboxUi .search_overlay .search_container, .GTMPORView.ViewHomePage .ViewPOR_searchbox .search_overlay .search_container {
      background-color: #29364e;
      position: absolute;
      right: 0;
      z-index: 10;
      width: 100%; }
      @media (max-width: 991.98px) {
        .GTMPORView.ViewHomePage .searchboxUi .search_overlay .search_container, .GTMPORView.ViewHomePage .ViewPOR_searchbox .search_overlay .search_container {
          width: 370px; } }
      @media (max-width: 1080px) {
        .GTMPORView.ViewHomePage .searchboxUi .search_overlay .search_container.collapsed, .GTMPORView.ViewHomePage .ViewPOR_searchbox .search_overlay .search_container.collapsed {
          background-color: transparent;
          width: auto; }
          .GTMPORView.ViewHomePage .searchboxUi .search_overlay .search_container.collapsed .search_field, .GTMPORView.ViewHomePage .ViewPOR_searchbox .search_overlay .search_container.collapsed .search_field {
            display: none; } }
      @media (min-width: 1081px) {
        .GTMPORView.ViewHomePage .searchboxUi .search_overlay .search_container, .GTMPORView.ViewHomePage .ViewPOR_searchbox .search_overlay .search_container {
          width: 100%; }
          .GTMPORView.ViewHomePage .searchboxUi .search_overlay .search_container .icon_div, .GTMPORView.ViewHomePage .ViewPOR_searchbox .search_overlay .search_container .icon_div {
            display: none; } }
      @media (max-width: 768px) {
        .GTMPORView.ViewHomePage .searchboxUi .search_overlay .search_container, .GTMPORView.ViewHomePage .ViewPOR_searchbox .search_overlay .search_container {
          margin-right: -40px;
          width: 360px; } }
      .GTMPORView.ViewHomePage .searchboxUi .search_overlay .search_container .ms-SearchBox, .GTMPORView.ViewHomePage .ViewPOR_searchbox .search_overlay .search_container .ms-SearchBox {
        border-width: 0px;
        /*width: 360px;*/
        width: 100%; }
        .GTMPORView.ViewHomePage .searchboxUi .search_overlay .search_container .ms-SearchBox .ms-SearchBox-iconContainer, .GTMPORView.ViewHomePage .ViewPOR_searchbox .search_overlay .search_container .ms-SearchBox .ms-SearchBox-iconContainer {
          display: none; }
        .GTMPORView.ViewHomePage .searchboxUi .search_overlay .search_container .ms-SearchBox .ms-SearchBox-clearButton, .GTMPORView.ViewHomePage .ViewPOR_searchbox .search_overlay .search_container .ms-SearchBox .ms-SearchBox-clearButton {
          display: none; }
        .GTMPORView.ViewHomePage .searchboxUi .search_overlay .search_container .ms-SearchBox input, .GTMPORView.ViewHomePage .ViewPOR_searchbox .search_overlay .search_container .ms-SearchBox input {
          color: #a9a9a9;
          font-size: 16px;
          background: #29364e; }
        .GTMPORView.ViewHomePage .searchboxUi .search_overlay .search_container .ms-SearchBox ::placeholder, .GTMPORView.ViewHomePage .ViewPOR_searchbox .search_overlay .search_container .ms-SearchBox ::placeholder {
          color: #a9a9a9; }
        .GTMPORView.ViewHomePage .searchboxUi .search_overlay .search_container .ms-SearchBox :-ms-input-placeholder, .GTMPORView.ViewHomePage .ViewPOR_searchbox .search_overlay .search_container .ms-SearchBox :-ms-input-placeholder {
          color: #a9a9a9; }
        .GTMPORView.ViewHomePage .searchboxUi .search_overlay .search_container .ms-SearchBox ::-webkit-input-placeholder, .GTMPORView.ViewHomePage .ViewPOR_searchbox .search_overlay .search_container .ms-SearchBox ::-webkit-input-placeholder {
          color: #a9a9a9; }
      .GTMPORView.ViewHomePage .searchboxUi .search_overlay .search_container .search_icon, .GTMPORView.ViewHomePage .ViewPOR_searchbox .search_overlay .search_container .search_icon {
        transform: rotate(-90deg);
        cursor: pointer;
        font-size: 24px;
        color: #ffffff;
        height: 45px; }
      .GTMPORView.ViewHomePage .searchboxUi .search_overlay .search_container .btn_default, .GTMPORView.ViewHomePage .ViewPOR_searchbox .search_overlay .search_container .btn_default {
        padding: 8px 13px;
        background-color: transparent;
        border-radius: 0;
        margin-top: -34px; }
      .GTMPORView.ViewHomePage .searchboxUi .search_overlay .search_container .search_close_btn, .GTMPORView.ViewHomePage .ViewPOR_searchbox .search_overlay .search_container .search_close_btn {
        margin-top: -30px;
        font-size: 20px;
        color: #D0D0D0; }
      .GTMPORView.ViewHomePage .searchboxUi .search_overlay .search_container .ms-TooltipHost, .GTMPORView.ViewHomePage .ViewPOR_searchbox .search_overlay .search_container .ms-TooltipHost {
        width: 100%; }
  .GTMPORView.ViewHomePage .searchboxUi .search_result.tiles_section, .GTMPORView.ViewHomePage .ViewPOR_searchbox .search_result.tiles_section {
    padding-bottom: 0; }
    .GTMPORView.ViewHomePage .searchboxUi .search_result.tiles_section .tiles, .GTMPORView.ViewHomePage .ViewPOR_searchbox .search_result.tiles_section .tiles {
      padding-bottom: 60px; }
    .GTMPORView.ViewHomePage .searchboxUi .search_result.tiles_section .search_result_note, .GTMPORView.ViewHomePage .ViewPOR_searchbox .search_result.tiles_section .search_result_note {
      margin-bottom: 20px; }
  .GTMPORView.ViewHomePage .searchboxUi .search_result_tile, .GTMPORView.ViewHomePage .ViewPOR_searchbox .search_result_tile {
    padding-bottom: 40px; }
    .GTMPORView.ViewHomePage .searchboxUi .search_result_tile .main_base_tile .cust_video .sm_tile_txt, .GTMPORView.ViewHomePage .ViewPOR_searchbox .search_result_tile .main_base_tile .cust_video .sm_tile_txt {
      bottom: 0px !important; }
  @media (max-width: 767px) {
    .GTMPORView.ViewHomePage .searchboxUi .search_result_tile, .GTMPORView.ViewHomePage .ViewPOR_searchbox .search_result_tile {
      padding-bottom: 0px; }
    .GTMPORView.ViewHomePage .searchboxUi .search_result_note, .GTMPORView.ViewHomePage .ViewPOR_searchbox .search_result_note {
      font-size: 20px;
      padding-bottom: 5px;
      border-bottom: 1px solid #D0D0D0; }
      .GTMPORView.ViewHomePage .searchboxUi .search_result_note .search_term, .GTMPORView.ViewHomePage .ViewPOR_searchbox .search_result_note .search_term {
        word-break: break-word; } }

.GTMPORView.ViewHomePage .orLable {
  margin-top: 7px;
  font-size: 20px; }

.GTMPORView.ViewHomePage .vcenter {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }

.GTMPORView.ViewHomePage .dashboardTypesList {
  background: #29364e;
  height: 60px;
  color: white; }
  .GTMPORView.ViewHomePage .dashboardTypesList.fixed_dashboaardHeader {
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 4; }
  .GTMPORView.ViewHomePage .dashboardTypesList .dashbaordType {
    height: 60px;
    width: 125px;
    cursor: pointer; }
    .GTMPORView.ViewHomePage .dashboardTypesList .dashbaordType:hover {
      text-decoration: underline !important; }
  .GTMPORView.ViewHomePage .dashboardTypesList .dashbaordTypeSelected {
    height: 60px;
    width: 125px;
    font-weight: 700;
    background: #1a2334; }

.GTMPORView.ViewHomePage .msConfidentialMsg {
  color: #ffffff;
  padding-right: 10px; }
  .GTMPORView.ViewHomePage .msConfidentialMsg h3 {
    /*font-size: 1.04em;*/
    font-size: 1.8vw;
    transition: .25s; }
    @media (min-width: 744px) {
      .GTMPORView.ViewHomePage .msConfidentialMsg h3 {
        font-size: 13px;
        margin-top: 5px; } }
  .GTMPORView.ViewHomePage .msConfidentialMsg span {
    /*font-size: 1.04em;*/
    font-size: 1.8vw;
    transition: .25s;
    font-weight: 500; }
    @media (min-width: 744px) {
      .GTMPORView.ViewHomePage .msConfidentialMsg span {
        font-size: 13px;
        margin-top: 5px;
        font-weight: 500; } }
  .GTMPORView.ViewHomePage .msConfidentialMsg padding {
    transition: .25s; }
  .GTMPORView.ViewHomePage .msConfidentialMsg p {
    font-size: 1.7vw;
    transition: .25s;
    /*@media (min-width: 992px) and (max-width: 1003px) {
                font-size: 12px;
                transition: .25s
            }*/ }
    @media (min-width: 744px) {
      .GTMPORView.ViewHomePage .msConfidentialMsg p {
        font-size: 12px; } }

.GTMPORView.ViewHomePage .dashboardSummaryTable {
  display: flex;
  justify-content: center; }

.GTMPORView.ViewHomePage .dashboardSummeryPublished, .GTMPORView.ViewHomePage .pageMinHeight {
  color: white;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
  min-height: 400px; }
  .GTMPORView.ViewHomePage .dashboardSummeryPublished .category, .GTMPORView.ViewHomePage .pageMinHeight .category {
    font-family: 16px;
    font-weight: 700; }
  .GTMPORView.ViewHomePage .dashboardSummeryPublished .summeryHeader .col-md-1, .GTMPORView.ViewHomePage .pageMinHeight .summeryHeader .col-md-1 {
    width: 4.33333333%; }
  .GTMPORView.ViewHomePage .dashboardSummeryPublished .summeryHeader .col-md-8, .GTMPORView.ViewHomePage .pageMinHeight .summeryHeader .col-md-8 {
    width: 74.66666667%; }
  .GTMPORView.ViewHomePage .dashboardSummeryPublished .summeryHeader .rowHeight, .GTMPORView.ViewHomePage .pageMinHeight .summeryHeader .rowHeight {
    height: 55px; }
  .GTMPORView.ViewHomePage .dashboardSummeryPublished .summeryHeader .fnd18, .GTMPORView.ViewHomePage .pageMinHeight .summeryHeader .fnd18 {
    font-size: 18px; }
  .GTMPORView.ViewHomePage .dashboardSummeryPublished .summeryHeader .fndBold, .GTMPORView.ViewHomePage .pageMinHeight .summeryHeader .fndBold {
    font-weight: 700; }
  .GTMPORView.ViewHomePage .dashboardSummeryPublished .summeryHeader .headerColumn, .GTMPORView.ViewHomePage .pageMinHeight .summeryHeader .headerColumn {
    background-color: #2a4269; }
  .GTMPORView.ViewHomePage .dashboardSummeryPublished .summeryHeader .middleBorder, .GTMPORView.ViewHomePage .pageMinHeight .summeryHeader .middleBorder {
    border-right: 3px solid #1a2334;
    border-left: 3px solid #1a2334; }
  .GTMPORView.ViewHomePage .dashboardSummeryPublished .summeryHeader .seasonImage, .GTMPORView.ViewHomePage .pageMinHeight .summeryHeader .seasonImage {
    padding: 10px; }
  .GTMPORView.ViewHomePage .dashboardSummeryPublished .summeryHeader .todayBg, .GTMPORView.ViewHomePage .pageMinHeight .summeryHeader .todayBg {
    background: #106bff; }
  .GTMPORView.ViewHomePage .dashboardSummeryPublished .summeryHeader .arrow, .GTMPORView.ViewHomePage .pageMinHeight .summeryHeader .arrow {
    font-size: 30px; }
  .GTMPORView.ViewHomePage .dashboardSummeryPublished .summeryHeader .icon_next, .GTMPORView.ViewHomePage .pageMinHeight .summeryHeader .icon_next {
    font-size: 18px;
    font-weight: 700; }
  .GTMPORView.ViewHomePage .dashboardSummeryPublished .catcontainer .expIconFont, .GTMPORView.ViewHomePage .pageMinHeight .catcontainer .expIconFont {
    font-size: 18px;
    cursor: pointer; }
  .GTMPORView.ViewHomePage .dashboardSummeryPublished .catcontainer .catRow, .GTMPORView.ViewHomePage .pageMinHeight .catcontainer .catRow {
    height: 65px; }
  .GTMPORView.ViewHomePage .dashboardSummeryPublished .catcontainer .altColBg, .GTMPORView.ViewHomePage .pageMinHeight .catcontainer .altColBg {
    background: #1e4d71; }
  .GTMPORView.ViewHomePage .dashboardSummeryPublished .catcontainer .altRowBg, .GTMPORView.ViewHomePage .pageMinHeight .catcontainer .altRowBg {
    background: #1e4d71; }
  .GTMPORView.ViewHomePage .dashboardSummeryPublished .catcontainer .todayBg, .GTMPORView.ViewHomePage .pageMinHeight .catcontainer .todayBg {
    background-color: rgba(16, 107, 255, 0.3); }
  .GTMPORView.ViewHomePage .dashboardSummeryPublished .catcontainer .border_rgt, .GTMPORView.ViewHomePage .pageMinHeight .catcontainer .border_rgt {
    border: 1px solid #1a2334; }
  .GTMPORView.ViewHomePage .dashboardSummeryPublished .catcontainer .v_center, .GTMPORView.ViewHomePage .pageMinHeight .catcontainer .v_center {
    height: 60px;
    line-height: 55px; }
  .GTMPORView.ViewHomePage .dashboardSummeryPublished .catcontainer .pLineRowTopBorder, .GTMPORView.ViewHomePage .pageMinHeight .catcontainer .pLineRowTopBorder {
    border-top: 1px solid rgba(177, 176, 217, 0.4); }
  .GTMPORView.ViewHomePage .dashboardSummeryPublished .catcontainer .pLineRowBtmBorder, .GTMPORView.ViewHomePage .pageMinHeight .catcontainer .pLineRowBtmBorder {
    border-bottom: 1px solid rgba(177, 176, 217, 0.4); }
  .GTMPORView.ViewHomePage .dashboardSummeryPublished .catcontainer .catPorCount, .GTMPORView.ViewHomePage .pageMinHeight .catcontainer .catPorCount {
    font-size: 30px;
    color: #7caaf2;
    font-weight: 700; }
  .GTMPORView.ViewHomePage .dashboardSummeryPublished .catcontainer .porTitle, .GTMPORView.ViewHomePage .pageMinHeight .catcontainer .porTitle {
    font-size: 14px;
    font-weight: 700;
    height: 27px;
    padding-top: 5px; }
  .GTMPORView.ViewHomePage .dashboardSummeryPublished .catcontainer .mCode, .GTMPORView.ViewHomePage .pageMinHeight .catcontainer .mCode {
    font-size: 12px;
    height: 28px;
    padding-top: 8px; }
  .GTMPORView.ViewHomePage .dashboardSummeryPublished .catcontainer .moreButton, .GTMPORView.ViewHomePage .pageMinHeight .catcontainer .moreButton {
    background: rgba(255, 255, 255, 0.2);
    font-size: 10px;
    height: 18px;
    width: 55px;
    border-radius: 15px;
    text-align: center; }
  .GTMPORView.ViewHomePage .dashboardSummeryPublished .catcontainer:last-child .catRow, .GTMPORView.ViewHomePage .pageMinHeight .catcontainer:last-child .catRow {
    height: 55px; }

.GTMPORView.ViewHomePage .dashboardSummeryPublished {
  padding-bottom: 10px; }
  .GTMPORView.ViewHomePage .dashboardSummeryPublished .multi-select ::placeholder {
    color: #a9a9a9; }
  .GTMPORView.ViewHomePage .dashboardSummeryPublished .multi-select :-ms-input-placeholder {
    color: #a9a9a9; }
  .GTMPORView.ViewHomePage .dashboardSummeryPublished .multi-select ::-webkit-input-placeholder {
    color: #a9a9a9; }

.GTMPORView.ViewHomePage .pageMinHeight {
  min-height: 900px; }

.GTMPORView.ViewHomePage .fixed_Calheader1, .GTMPORView.ViewHomePage .fixed_Calheader2, .GTMPORView.ViewHomePage .fixed_Calheader3, .GTMPORView.ViewHomePage .fixed_CalheaderHide1, .GTMPORView.ViewHomePage .fixed_CalheaderHide2, .GTMPORView.ViewHomePage .fixed_publishHeader {
  position: sticky;
  z-index: 3;
  top: 135px;
  background: #1a2334; }

.GTMPORView.ViewHomePage .fixed_Calheader1 {
  top: 125px; }

.GTMPORView.ViewHomePage .fixed_Calheader2 {
  z-index: 2;
  top: 205px; }

.GTMPORView.ViewHomePage .fixed_Calheader3 {
  z-index: 1;
  top: 295px; }

.GTMPORView.ViewHomePage .fixed_CalheaderHide1 {
  top: 0px; }

.GTMPORView.ViewHomePage .fixed_CalheaderHide2 {
  top: 98px;
  z-index: 1; }

.GTMPORView.ViewHomePage .vertical_scroll_460 {
  max-height: 460px;
  overflow-y: auto; }

.GTMPORView.ViewHomePage .bottom_hr {
  border-bottom: 1.5px solid #8786BE;
  padding-top: 10px;
  margin-left: 0px;
  margin-right: 0px; }

.GTMPORView.ViewHomePage .dashboardSummery {
  color: white;
  padding-bottom: 10px;
  min-height: 537px; }
  .GTMPORView.ViewHomePage .dashboardSummery .datedBg {
    background-color: rgba(255, 255, 255, 0.05); }
  .GTMPORView.ViewHomePage .dashboardSummery .summeryHeader .todayBg {
    background-color: #106bff; }
  .GTMPORView.ViewHomePage .dashboardSummery .summeryHeader .rowHeight {
    height: 60px; }
  .GTMPORView.ViewHomePage .dashboardSummery .summeryHeader .category {
    background-color: #303f5c;
    font-family: 16px;
    font-weight: 700; }
  .GTMPORView.ViewHomePage .dashboardSummery .summeryHeader .delayed {
    background-color: #842127;
    font-size: 12px; }
  .GTMPORView.ViewHomePage .dashboardSummery .summeryHeader .upcoming {
    background-color: rgba(0, 168, 110, 0.55);
    font-size: 12px; }
  .GTMPORView.ViewHomePage .dashboardSummery .summeryHeader .dated {
    background-color: #303f5c;
    padding-left: 0px;
    padding-right: 0px;
    border-left: 5px solid #1a2334;
    border-right: 5px solid #1a2334; }
  .GTMPORView.ViewHomePage .dashboardSummery .summeryHeader .arrow {
    font-size: 30px;
    cursor: pointer; }
  .GTMPORView.ViewHomePage .dashboardSummery .summeryHeader .Day {
    font-size: 12px; }
  .GTMPORView.ViewHomePage .dashboardSummery .summeryHeader .DayOfMonth {
    font-size: 20px; }
  .GTMPORView.ViewHomePage .dashboardSummery .summeryHeader .todayBold {
    font-weight: 700; }
  .GTMPORView.ViewHomePage .dashboardSummery .summeryRow {
    border-bottom: 1px solid rgba(177, 176, 217, 0.4); }
    .GTMPORView.ViewHomePage .dashboardSummery .summeryRow .rowHeight {
      height: 76px; }
    .GTMPORView.ViewHomePage .dashboardSummery .summeryRow .todayBg {
      background-color: rgba(16, 107, 255, 0.3); }
    .GTMPORView.ViewHomePage .dashboardSummery .summeryRow .dated {
      padding-left: 0px;
      padding-right: 0px;
      border-left: 5px solid #1a2334;
      border-right: 5px solid #1a2334; }
    .GTMPORView.ViewHomePage .dashboardSummery .summeryRow .delayedBg {
      background-color: rgba(221, 1, 15, 0.3); }
    .GTMPORView.ViewHomePage .dashboardSummery .summeryRow .upcomingBg {
      background-color: rgba(0, 168, 110, 0.25); }
    .GTMPORView.ViewHomePage .dashboardSummery .summeryRow .categoryName {
      font-size: 14px; }
    .GTMPORView.ViewHomePage .dashboardSummery .summeryRow .porCount, .GTMPORView.ViewHomePage .dashboardSummery .summeryRow .delayedPorCount, .GTMPORView.ViewHomePage .dashboardSummery .summeryRow .todayCount, .GTMPORView.ViewHomePage .dashboardSummery .summeryRow .upcomingCount {
      height: 37px;
      width: 37px;
      border-radius: 37px;
      color: white;
      font-size: 14px;
      font-weight: 700;
      text-align: center;
      background-color: #3c5d76;
      cursor: pointer; }
    .GTMPORView.ViewHomePage .dashboardSummery .summeryRow .delayedPorCount {
      background-color: #c3363d; }
    .GTMPORView.ViewHomePage .dashboardSummery .summeryRow .todayCount {
      background-color: #106bff; }
    .GTMPORView.ViewHomePage .dashboardSummery .summeryRow .upcomingCount {
      background-color: rgba(0, 168, 110, 0.55); }
  .GTMPORView.ViewHomePage .dashboardSummery .summeryCallout .por {
    width: 225px;
    border-bottom: 1px solid #d9d9d9;
    height: 37px;
    padding-top: 5px;
    padding-bottom: 5px; }
  .GTMPORView.ViewHomePage .dashboardSummery .spaceColumn {
    width: 58px; }
  .GTMPORView.ViewHomePage .dashboardSummery .bannerTitle {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff; }
  .GTMPORView.ViewHomePage .dashboardSummery .countColumn {
    width: 77px; }
  .GTMPORView.ViewHomePage .dashboardSummery .create_por_cta {
    position: relative;
    z-index: 5; }

.GTMPORView.ViewHomePage .dashbaordBanner {
  background: #1a2334; }

.GTMPORView.ViewHomePage .searchResult {
  font-size: 18px;
  font-weight: 700; }

.GTMPORView.ViewHomePage .searchCountText {
  font-size: 16px; }

.GTMPORView.ViewHomePage .searchCount {
  font-size: 16px;
  font-weight: 700; }

.GTMPORView.ViewHomePage .tabItemImage {
  height: 32px;
  filter: contrast(0) brightness(0.5) invert(0); }

.GTMPORView.ViewHomePage .pivot_container {
  background-color: #ffffff; }
  .GTMPORView.ViewHomePage .pivot_container .ms-Label {
    margin-bottom: 3px; }
  .GTMPORView.ViewHomePage .pivot_container .porContainer {
    min-height: 350px; }
  .GTMPORView.ViewHomePage .pivot_container .statusContent {
    text-align: center;
    cursor: pointer; }
  .GTMPORView.ViewHomePage .pivot_container .statusName {
    color: #545454;
    margin: -5px; }
  .GTMPORView.ViewHomePage .pivot_container .statusNameSelected {
    color: #106bff;
    opacity: 1;
    font-weight: 700;
    text-decoration: underline;
    margin: -5px; }
  .GTMPORView.ViewHomePage .pivot_container .statusCount {
    font-size: 30px;
    color: #000000;
    opacity: 0.5; }
  .GTMPORView.ViewHomePage .pivot_container .statusCountSelected {
    font-size: 30px;
    color: #106bff;
    opacity: 1;
    font-weight: 700; }
  .GTMPORView.ViewHomePage .pivot_container .highlightRow .ms-DetailsRow-cell {
    font-weight: 700; }
  .GTMPORView.ViewHomePage .pivot_container .highlightRow .lftMrg-2 {
    margin-left: -2px; }
  .GTMPORView.ViewHomePage .pivot_container .highlightDot {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background-color: #0065c1; }
  .GTMPORView.ViewHomePage .pivot_container .detailList_section .ms-DetailsList .ms-DetailsRow-cell:nth-child(3) {
    text-overflow: initial !important; }

.GTMPORView.ViewHomePage .highlightTaskRow .ms-DetailsRow-cell {
  font-weight: 700; }

.GTMPORView.ViewHomePage .highlightTaskRow .lftMrg-2 {
  margin-left: -2px; }

.GTMPORView.ViewHomePage .highlightDotTask {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background-color: rgba(16, 107, 255, 0.1);
  font-weight: bold; }

.GTMPORView.ViewHomePage .taskList {
  margin-top: 30px;
  background: white; }
  .GTMPORView.ViewHomePage .taskList .listContainer {
    padding-top: 21px;
    padding-bottom: 21px;
    padding-left: 36px;
    padding-right: 36px; }
  .GTMPORView.ViewHomePage .taskList .header {
    font-family: 16px;
    font-weight: 700;
    padding-bottom: 15px; }

.GTMPORView.ViewHomePage .tab_section_title {
  font-size: 18px;
  font-weight: 700;
  padding: 10px 0; }

.GTMPORView.ViewHomePage .custom_background_section {
  background: white !important;
  margin: 10px 0px !important; }

.GTMPORView.ViewHomePage .pivot_tabs {
  /*.pivot_tabs*/ }
  .GTMPORView.ViewHomePage .pivot_tabs .ms-FocusZone button::before {
    border: none; }
  .GTMPORView.ViewHomePage .pivot_tabs .ms-FocusZone button.ms-Pivot-link {
    background-color: #fcfcfc;
    margin-right: 5px !important;
    width: 16.35%;
    font-weight: 400;
    font-size: 14px; }
    .GTMPORView.ViewHomePage .pivot_tabs .ms-FocusZone button.ms-Pivot-link:focus {
      outline: 1px dotted gray !important; }
    .GTMPORView.ViewHomePage .pivot_tabs .ms-FocusZone button.ms-Pivot-link.is-selected {
      background-color: #ffffff;
      color: #106bff;
      font-weight: 700; }
  .GTMPORView.ViewHomePage .pivot_tabs.editPOR {
    width: 72.99%; }
    .GTMPORView.ViewHomePage .pivot_tabs.editPOR .menu_search {
      padding-left: 10px; }
    .GTMPORView.ViewHomePage .pivot_tabs.editPOR button.ms-Pivot-link {
      width: 50% !important;
      background-color: #bfcadb !important;
      color: #333 !important;
      height: auto;
      border-top: 3px solid #bfcadb; }
      .GTMPORView.ViewHomePage .pivot_tabs.editPOR button.ms-Pivot-link:focus {
        outline: none !important; }
      .GTMPORView.ViewHomePage .pivot_tabs.editPOR button.ms-Pivot-link span {
        font-size: 15px !important; }
      .GTMPORView.ViewHomePage .pivot_tabs.editPOR button.ms-Pivot-link:last-child {
        width: 49.5% !important; }
      .GTMPORView.ViewHomePage .pivot_tabs.editPOR button.ms-Pivot-link.is-selected {
        background: #FFF !important;
        color: #096AFF !important;
        border-top: 3px solid #096AFF; }
    .GTMPORView.ViewHomePage .pivot_tabs.editPOR .sku_title {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 10px; }
    .GTMPORView.ViewHomePage .pivot_tabs.editPOR .countries_container {
      border: 1px solid #D9D9D9; }
      .GTMPORView.ViewHomePage .pivot_tabs.editPOR .countries_container .countries_title {
        background: #ededed;
        color: #333;
        font-size: 17px;
        font-weight: 500;
        padding: 10px 15px; }
      .GTMPORView.ViewHomePage .pivot_tabs.editPOR .countries_container .country_ae {
        float: right;
        margin: 20px 20px 0 0; }
        .GTMPORView.ViewHomePage .pivot_tabs.editPOR .countries_container .country_ae_btn {
          background: #fff;
          border: none;
          min-width: 25px !important;
          height: 25px;
          text-align: center;
          color: #333;
          display: inline-block;
          padding: 0 !important;
          box-shadow: 0px 5px 15px 0px #c5c5c5;
          color: #1467A5;
          font-size: 20px; }
          .GTMPORView.ViewHomePage .pivot_tabs.editPOR .countries_container .country_ae_btn .ms-Button-label {
            margin-top: -3px; }
          .GTMPORView.ViewHomePage .pivot_tabs.editPOR .countries_container .country_ae_btn i:before {
            font-size: 14px;
            position: relative;
            top: -2px; }
          .GTMPORView.ViewHomePage .pivot_tabs.editPOR .countries_container .country_ae_btn .ms-Icon--Add:before {
            font-size: 9px;
            position: relative;
            top: -6px;
            font-weight: bold; }
      .GTMPORView.ViewHomePage .pivot_tabs.editPOR .countries_container .countries_data {
        padding: 20px 15px; }
        .GTMPORView.ViewHomePage .pivot_tabs.editPOR .countries_container .countries_data .country {
          border: 1px solid #096aff;
          border-radius: 30px;
          padding: 3px 10px;
          min-width: 100px;
          width: 20%;
          display: inline-block;
          text-align: center;
          margin-right: 15px;
          margin-bottom: 10px;
          cursor: default; }

.GTMPORView.ViewHomePage .draft-section-tabPills .ms-Pivot {
  display: flex !important;
  /*flex-wrap: wrap;*/
  width: 100% !important;
  justify-content: space-evenly; }

.GTMPORView.ViewHomePage .draft-section-tabPills .all_center {
  display: flex;
  justify-content: center;
  font-size: 12px !important;
  padding-left: 2px;
  /*align-items: center;*/ }

.GTMPORView.ViewHomePage .draft-section-tabPills .tab_text_headerCount {
  font-weight: bold !important;
  font-size: 18px !important;
  padding-left: 5px !important;
  color: #000; }

.GTMPORView.ViewHomePage .draft-section-tabPills .content-section {
  /* display: flex !important;
            flex-wrap: wrap;
            justify-content: center;*/ }

.GTMPORView.ViewHomePage .draft-section-tabPills button.ms-Pivot-link {
  margin-right: 3px !important;
  height: 55px !important;
  min-width: 16.45% !important;
  width: auto !important;
  margin: 10px 0px 0px !important;
  background: rgba(60, 93, 118, 0.1) !important;
  padding: 0px !important;
  font-weight: 400 !important;
  padding: 0px 3px !important;
  font-size: 12px !important;
  vertical-align: text-bottom !important;
  color: #333 !important; }
  .GTMPORView.ViewHomePage .draft-section-tabPills button.ms-Pivot-link .ms-Button-flexContainer {
    line-height: 20px !important; }
  .GTMPORView.ViewHomePage .draft-section-tabPills button.ms-Pivot-link .tabItemImage {
    height: 28px;
    filter: contrast(0) brightness(0.5) invert(0) !important; }
  .GTMPORView.ViewHomePage .draft-section-tabPills button.ms-Pivot-link.is-selected {
    background-color: #0067b8 !important;
    color: #FFF !important; }
    .GTMPORView.ViewHomePage .draft-section-tabPills button.ms-Pivot-link.is-selected .tab_text_headerCount {
      color: #FFF !important; }
    .GTMPORView.ViewHomePage .draft-section-tabPills button.ms-Pivot-link.is-selected .tabItemImage {
      height: 28px;
      filter: contrast(0) brightness(0) invert(1) !important; }
  @media only screen and (min-width: 1481px) {
    .GTMPORView.ViewHomePage .draft-section-tabPills button.ms-Pivot-link .content-section {
      justify-content: center;
      display: flex;
      align-items: center;
      width: 100%; } }
  @media only screen and (max-width: 1480px) and (min-width: 1266px) {
    .GTMPORView.ViewHomePage .draft-section-tabPills button.ms-Pivot-link .content-section {
      justify-content: center;
      display: flex;
      align-items: center;
      width: 100%; } }
  @media only screen and (max-width: 1365px) and (min-width: 1024px) {
    .GTMPORView.ViewHomePage .draft-section-tabPills button.ms-Pivot-link .all_center {
      font-size: 10.5px !important; }
    .GTMPORView.ViewHomePage .draft-section-tabPills button.ms-Pivot-link .tab_text_headerCount {
      font-size: 13px !important; }
    .GTMPORView.ViewHomePage .draft-section-tabPills button.ms-Pivot-link .tabItemImage {
      height: 20px; }
    .GTMPORView.ViewHomePage .draft-section-tabPills button.ms-Pivot-link .button.ms-Pivot-link {
      height: 75px !important; } }
  @media only screen and (max-width: 1023px) and (min-width: 640px) {
    .GTMPORView.ViewHomePage .draft-section-tabPills button.ms-Pivot-link .all_center {
      font-size: 10.5px !important; }
    .GTMPORView.ViewHomePage .draft-section-tabPills button.ms-Pivot-link .tab_text_headerCount {
      font-size: 13px !important; }
    .GTMPORView.ViewHomePage .draft-section-tabPills button.ms-Pivot-link .tabItemImage {
      height: 20px; }
    .GTMPORView.ViewHomePage .draft-section-tabPills button.ms-Pivot-link .button.ms-Pivot-link {
      height: 75px !important; } }
  @media only screen and (max-width: 639px) and (min-width: 480px) {
    .GTMPORView.ViewHomePage .draft-section-tabPills button.ms-Pivot-link .all_center {
      font-size: 10.5px !important; }
    .GTMPORView.ViewHomePage .draft-section-tabPills button.ms-Pivot-link .tab_text_headerCount {
      font-size: 13px !important; }
    .GTMPORView.ViewHomePage .draft-section-tabPills button.ms-Pivot-link .tabItemImage {
      height: 20px; }
    .GTMPORView.ViewHomePage .draft-section-tabPills button.ms-Pivot-link .button.ms-Pivot-link {
      height: 75px !important; } }
  @media only screen and (max-width: 479px) and (min-width: 320px) {
    .GTMPORView.ViewHomePage .draft-section-tabPills button.ms-Pivot-link .all_center {
      font-size: 10.5px !important; }
    .GTMPORView.ViewHomePage .draft-section-tabPills button.ms-Pivot-link .tab_text_headerCount {
      font-size: 13px !important; }
    .GTMPORView.ViewHomePage .draft-section-tabPills button.ms-Pivot-link .tabItemImage {
      height: 20px; }
    .GTMPORView.ViewHomePage .draft-section-tabPills button.ms-Pivot-link .button.ms-Pivot-link {
      height: 75px !important; } }

.GTMPORView.ViewHomePage .summaryRowWidth .col-md-1 {
  width: 10%; }

.GTMPORView.ViewHomePage .new_releases {
  background: #354767;
  border: 1px solid blue;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 10px;
  padding: 7px 10px;
  width: 32%; }
  .GTMPORView.ViewHomePage .new_releases .release_note {
    font-size: 13px;
    padding-right: 15px; }

.GTMPORView.ViewHomePage .btn_viewUpdate {
  background: #106bff;
  height: 25px;
  border-radius: 20px;
  font-size: 12px;
  padding: 0px 10px; }
  .GTMPORView.ViewHomePage .btn_viewUpdate .ms-Button-label {
    font-weight: 400 !important; }

.country_style {
  border: 1px solid #096aff;
  border-radius: 30px;
  padding: 0px 10px 2px;
  min-width: 80px;
  display: inline-block;
  text-align: center;
  margin-right: 15px;
  margin-bottom: 10px;
  cursor: default; }

.sku_popup .ms-Dialog-title {
  font-size: 20px !important; }

.sku_popup.ms-Dialog-main .ms-Dialog-header {
  margin-bottom: 30px; }
  .sku_popup.ms-Dialog-main .ms-Dialog-header .ms-Dialog-button--close .ms-Button-icon {
    margin-top: 0 !important; }

.sku_popup.ms-Dialog-main .ms-Dialog-content .text_Field_set .multi-select .dropdown-container {
  border-color: #CCC; }
  .sku_popup.ms-Dialog-main .ms-Dialog-content .text_Field_set .multi-select .dropdown-container:focus-within {
    box-shadow: none; }
  .sku_popup.ms-Dialog-main .ms-Dialog-content .text_Field_set .multi-select .dropdown-container .dropdown-heading svg.gray {
    color: #0067B8; }
  .sku_popup.ms-Dialog-main .ms-Dialog-content .text_Field_set .multi-select .dropdown-container .dropdown-content {
    position: relative; }
    .sku_popup.ms-Dialog-main .ms-Dialog-content .text_Field_set .multi-select .dropdown-container .dropdown-content ul li {
      clear: both; }
      .sku_popup.ms-Dialog-main .ms-Dialog-content .text_Field_set .multi-select .dropdown-container .dropdown-content ul li label .dropdown_list div:first-child {
        padding-right: 5px !important;
        width: auto !important; }
      .sku_popup.ms-Dialog-main .ms-Dialog-content .text_Field_set .multi-select .dropdown-container .dropdown-content ul li label .dropdown_list div:last-child {
        padding-left: 0 !important; }

.logOutTltp {
  padding: 15px;
  border-top: 1px solid black;
  cursor: pointer; }
  .logOutTltp:focus {
    outline: 2px dotted grey; }

.callout-content-container .custom_persona .ms-Persona {
  margin: 10px; }

.HelpAndSupport .dialogInnerSec P {
  font-weight: 700;
  margin-bottom: 30px; }

.HelpAndSupport .primaryButton {
  background-color: #FFF;
  color: #000;
  height: 40px; }
  .HelpAndSupport .primaryButton:hover {
    background-color: #0078d4 !important;
    text-decoration: underline; }

.HelpAndSupport .width100 {
  width: 100%; }

.helpSuppDialog {
  overflow-y: hidden; }
  .helpSuppDialog .ms-Dialog-title {
    padding: 0px !important; }

.helpSuppAnchor {
  color: #2d6da4 !important; }

.underlineAnchor {
  text-decoration: underline !important; }

.idleTimeOutDlg.idleTimeoutWrapper {
  width: 450px !important;
  color: #FFF !important;
  text-align: center !important;
  position: relative;
  background: #106bff !important;
  box-shadow: 0px 3px 30px #000 !important;
  overflow-y: hidden !important; }
  .idleTimeOutDlg.idleTimeoutWrapper .ms-Dialog-header {
    padding: 0px; }
  .idleTimeOutDlg.idleTimeoutWrapper .dialogInnerSec {
    font-size: 50px !important;
    font-weight: 400;
    line-height: 0.5em !important; }
  .idleTimeOutDlg.idleTimeoutWrapper .dialogRfrshTxt {
    font-size: 20px !important;
    line-height: 1.35em !important;
    margin: 31px 47px 11px 58px !important; }
  .idleTimeOutDlg.idleTimeoutWrapper .primaryButton {
    width: 100%;
    background-color: #FFF;
    color: black;
    height: 50px;
    font-size: 18px; }

.dashboardToDoTask .toDoTaskListLink .ms-DetailsRow-cell {
  text-overflow: initial !important; }
  .dashboardToDoTask .toDoTaskListLink .ms-DetailsRow-cell a {
    color: #3174af !important; }

.publish_custom_drpdwn .ms-Dropdown-title {
  background: #eaeaea !important;
  border: none !important;
  height: 30px !important;
  line-height: 30px !important;
  width: 180px !important; }

.publish_custom_drpdwn .ms-Dropdown-caretDownWrapper {
  line-height: 35px !important; }

.CountryMetricsData .col-md-8 {
  width: 71.666667%; }

.ms-Report-callout {
  border: none; }
  .ms-Report-callout .report_access_callout {
    max-width: 270px;
    max-height: 260px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 5px 10px;
    margin: 5px 5px 5px 0; }
    .ms-Report-callout .report_access_callout::-webkit-scrollbar-track {
      background: #FFF;
      border-right: 3px solid #FFF; }
    .ms-Report-callout .report_access_callout::-webkit-scrollbar {
      width: 3px;
      margin-right: 3px; }
    .ms-Report-callout .report_access_callout::-webkit-scrollbar-thumb {
      background: #808080;
      margin-right: 3px; }
    .ms-Report-callout .report_access_callout::-webkit-scrollbar-thumb:hover {
      background: #808080; }
    .ms-Report-callout .report_access_callout .ms-Icon.ms-Icon--ChromeClose {
      cursor: pointer;
      position: relative;
      z-index: 2; }
      .ms-Report-callout .report_access_callout .ms-Icon.ms-Icon--ChromeClose:before {
        font-size: 10px; }
    .ms-Report-callout .report_access_callout .section_heading .heading_text {
      font-size: 16px;
      font-weight: bold;
      border-bottom: 1px solid #c9c9c9;
      padding-bottom: 5px;
      margin-bottom: 5px; }
    .ms-Report-callout .report_access_callout .section_heading .callout-content-container {
      display: block; }
      .ms-Report-callout .report_access_callout .section_heading .callout-content-container .custom_persona .ms-Persona {
        margin: 0 0 10px; }
        .ms-Report-callout .report_access_callout .section_heading .callout-content-container .custom_persona .ms-Persona .ms-Image.ms-Persona-image {
          margin-right: 0; }
        .ms-Report-callout .report_access_callout .section_heading .callout-content-container .custom_persona .ms-Persona-details {
          padding: 0 0 0 10px;
          color: #000 !important;
          font-size: 13px; }
        .ms-Report-callout .report_access_callout .section_heading .callout-content-container .custom_persona .ms-Persona-primaryText, .ms-Report-callout .report_access_callout .section_heading .callout-content-container .custom_persona .ms-Persona-secondaryText {
          color: #000; }
    .ms-Report-callout .report_access_callout .sg_list {
      margin-bottom: 5px; }
      .ms-Report-callout .report_access_callout .sg_list:last-child {
        margin-bottom: 10px; }

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
/* 50% of Browser width #Screen between 600 to 1024*/
/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
/*
##Device = Laptops, Desktops
##Screen = B/w 1025px to 1280px
*/
.pivot_tabs ul.ms-Pivot--tabs {
  border-top: 1px solid #CCC;
  border-bottom: 3px solid #CCC;
  padding-top: 10px;
  padding-bottom: 5px; }

.pivot_tabs .labelBannerActive {
  font-size: 10px;
  background: #ff6310;
  font-weight: 700;
  margin-left: 10px;
  color: white; }

.pivot_tabs .ms-Pivot-icon {
  font-size: 32px;
  position: absolute;
  right: 62px;
  bottom: 16px; }

.pivot_tabs [data-icon-name="StatusCircleCheckmark" i] {
  color: green; }

.pivot_tabs [data-icon-name="StatusCircleErrorX" i] {
  color: red; }

.pivot_tabs [data-icon-name="StatusCircleExclamation" i] {
  color: orange; }

.pivot_tabs .ms-Pivot-link {
  margin: 0 !important;
  min-width: 144px !important;
  background-color: transparent !important;
  font-size: 18px !important;
  color: #666666 !important; }
  .pivot_tabs .ms-Pivot-link:hover {
    color: #0067B8 !important; }
  .pivot_tabs .ms-Pivot-link:focus {
    outline: 1px dotted !important; }
  .pivot_tabs .ms-Pivot-link.is-selected {
    background-color: transparent !important;
    color: #0067B8 !important; }
    .pivot_tabs .ms-Pivot-link.is-selected::before {
      border-color: #0067B8 !important;
      border-bottom-width: 3px !important;
      margin-bottom: -8px !important;
      transition: 0.25s; }
      @media screen and (-ms-high-contrast: active) {
        .pivot_tabs .ms-Pivot-link.is-selected::before {
          border-bottom: 3px solid #0099FF !important; } }
      @media screen and (-ms-high-contrast: white-on-black) {
        .pivot_tabs .ms-Pivot-link.is-selected::before {
          border-bottom: 3px solid #1AEBFF !important; } }
      @media screen and (-ms-high-contrast: black-on-white) {
        .pivot_tabs .ms-Pivot-link.is-selected::before {
          border-bottom: 3px solid #37006E !important; } }
  .pivot_tabs .ms-Pivot-link .ms-Button-flexContainer {
    justify-content: center; }

.pivot_tabs ul.ms-Pivot .ms-Pivot-link:last-child {
  margin-right: 0 !important; }

.dropdown_closeIcon {
  min-width: 100px;
  position: relative; }
  .dropdown_closeIcon .ms-Dropdown-container .ms-Dropdown .ms-Dropdown-caretDownWrapper .ms-Dropdown-caretDown {
    display: none; }
  .dropdown_closeIcon .ms-Icon--Cancel {
    position: absolute;
    top: 30px;
    right: 5px;
    padding-right: 4px; }
  .dropdown_closeIcon .closeIcon-btn {
    color: #636363;
    top: 0 !important;
    display: flex;
    height: 100%;
    cursor: pointer;
    font-weight: bold;
    padding: 0px 10px 10px !important;
    align-items: flex-end; }

.suggetion_blk {
  width: 398px !important; }
  .suggetion_blk .searchHeader {
    padding-bottom: 5px;
    padding-top: 5px; }
  @media (max-width: 768px) {
    .suggetion_blk {
      width: 413px !important;
      left: 61px !important; } }
  .suggetion_blk .ms-Callout-beak {
    display: none; }
  .suggetion_blk .ms-Callout-main {
    width: 412px !important; }
    .suggetion_blk .ms-Callout-main .suggetion_blk_serachlist {
      margin-left: -10px;
      padding-bottom: 5px;
      padding-top: 5px;
      color: black; }
      .suggetion_blk .ms-Callout-main .suggetion_blk_serachlist.cursor_pointer {
        cursor: pointer; }
      .suggetion_blk .ms-Callout-main .suggetion_blk_serachlist:focus {
        outline-width: 2px;
        outline-style: dashed;
        outline-color: gray; }
    .suggetion_blk .ms-Callout-main div:nth-of-type(even) > .ms-TooltipHost .suggetion_blk_serachlist {
      background-color: #EAEAEA;
      border: 1px dashed gray; }
      .suggetion_blk .ms-Callout-main div:nth-of-type(even) > .ms-TooltipHost .suggetion_blk_serachlist:focus {
        outline-width: 1px;
        outline-style: dashed;
        outline-color: gray; }
    .suggetion_blk .ms-Callout-main div:nth-of-type(even) > .suggetion_blk_serachlist {
      background-color: #EAEAEA;
      border: 1px dashed gray; }

.suggetion_blk.createPORSearchBox {
  width: 350px !important; }
  .suggetion_blk.createPORSearchBox .ms-Callout-main {
    margin-top: 0px;
    width: 348px !important;
    max-height: 180px !important;
    bottom: -10px; }

.suggetion_blk.addPORSearchBox {
  width: 1100px !important; }
  .suggetion_blk.addPORSearchBox .ms-Callout-main {
    margin-top: -10px;
    width: 1100px !important;
    bottom: -10px; }

.suggetion_blk.relatedPorSearch {
  width: 550px !important; }
  .suggetion_blk.relatedPorSearch .ms-Callout-main {
    margin-top: -10px;
    width: 548px !important;
    bottom: -10px; }

.suggetion_blk.Search_popup {
  width: 87.7em !important;
  border: 1px solid #d0d0d0 !important;
  border-top: none !important;
  box-shadow: none !important; }
  @media (min-width: 1025px) and (max-width: 1280px) {
    .suggetion_blk.Search_popup {
      width: 1068px !important; } }
  .suggetion_blk.Search_popup .ms-Callout-main {
    margin-top: 0px !important;
    width: -webkit-fill-available !important;
    bottom: 0px !important;
    background-color: #f9f9f9; }
    .suggetion_blk.Search_popup .ms-Callout-main .suggetion_blk_serachlist {
      margin-left: 0px !important;
      margin-right: 0px !important;
      padding-bottom: 5px !important;
      padding-top: 5px !important; }

.searchBar_hgt40 .ms-SearchBox {
  height: 40px !important; }

.search_item {
  padding: 5px; }

.search_item:hover {
  background: #f4f4f4 !important; }

.ms-Modal .ms-Overlay {
  background-color: rgba(0, 0, 0, 0.7); }

.ms-Dropdown .ms-Dropdown-title {
  height: 40px;
  line-height: 37px; }

.ms-Dropdown .ms-Dropdown-caretDownWrapper {
  line-height: 40px; }

.fixed_header {
  position: fixed;
  top: 0;
  z-index: 5; }

.launch_cal, .cal_tab {
  background: #0067b8;
  color: #fff;
  padding: 10px 12px;
  height: 34px;
  line-height: 12px;
  width: auto;
  font-weight: 500;
  text-align: center;
  cursor: pointer; }

.cal_tab {
  background: none;
  border: 1px solid #29364e;
  font-weight: 400; }

.wave_popupBg {
  background: #f3f3f3;
  height: 40px;
  font-weight: 700;
  padding: 10px; }

.border_btm {
  border-bottom: 1px solid #a9a9a9; }

.btmhr {
  border-bottom: 1px solid #a9a9a9;
  margin: 15px; }

.cal_POR .table_title, .cal_POR .sub_head {
  font-weight: 700; }

.cal_POR .sub_head {
  font-weight: 600; }

.cal_POR .bg1 {
  background: #2E5A7B; }

.cal_POR .bg2 {
  background: #1E4D71;
  padding: 10px 0px 0px 0px; }

.cal_POR .bg3 {
  background: #1D3E5C; }

.cal_POR .bg2_hr {
  border-bottom: 2px solid #2E5A7B;
  padding: 5px 0px; }

.cal_POR .mrg_btm1 {
  margin-bottom: 1px; }

.cal_POR .rowhr {
  border-bottom: 1px solid #68696b;
  margin-left: 0px;
  margin-right: 0px; }

.cal_POR .rowht {
  height: 55px; }

.cal_POR .ht_inherit {
  height: inherit; }

.cal_POR .ht35 {
  height: 35px; }

.cal_POR .wt_90 {
  width: 90%; }

.cal_POR .col_padd {
  padding: 20px 0px 8px 12px; }

.cal_POR .right_border {
  border-right: 1px solid #68696b; }

.cal_POR .d_flex_wrap {
  display: flex;
  flex-wrap: wrap; }

.cal_POR .d_grid {
  display: grid; }

.cal_POR .word_break {
  word-break: break-word; }

.cal_POR .prod_name {
  height: 40px;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.cal_POR .prod_name:hover {
  color: #7caaf2;
  text-decoration: underline; }

.cal_POR .expand_waves {
  color: #0077D5;
  font-size: 12px;
  padding: 3px;
  text-align: center;
  width: 93px;
  border: 1px solid #0077D5;
  border-radius: 15px;
  cursor: pointer !important;
  font-weight: normal;
  /*max-width: 64px;*/
  text-align: center; }

.cal_POR .bottom_hr {
  border-bottom: 1.5px solid #8786BE;
  padding-top: 5px;
  margin-left: 0px;
  margin-right: 0px; }

.cal_POR .ms-Icon--ChevronLeft, .cal_POR .ms-Icon--ChevronRight {
  font-size: 18px !important;
  font-weight: 700 !important; }

.cal_POR .ms-Icon--Info {
  color: #7caaf2; }

.cal_toggle .ms-Toggle.is-disabled .ms-Toggle-background {
  background: rgba(239, 239, 239, 0.3); }

.cal_toggle .ms-Toggle.is-enabled .ms-Toggle-background {
  background: black; }

.cal_toggle .ms-Toggle.is-enabled .ms-Toggle-thumb {
  background: #696969; }

.cal_toggle .ms-Toggle.is-checked .ms-Toggle-background {
  background: #106EBE; }

.cal_toggle .ms-Toggle.is-checked .ms-Toggle-thumb {
  background: #FFF; }

.cal_dropdown .dropdown-container, .cal_dropdown .selectDiv, .country_dropdown .dropdown-container, .country_dropdown .selectDiv, .country_view_drpdwn .dropdown-container, .country_view_drpdwn .selectDiv, .drpdwn_calendar .dropdown-container, .drpdwn_calendar .selectDiv, .drpdwn_release .dropdown-container, .drpdwn_release .selectDiv {
  background: #29364e !important;
  color: #FFF !important;
  font-size: 12px;
  height: 30px !important;
  border: none;
  border-radius: 0px;
  line-height: 29px !important;
  outline: #d0d0d0 !important;
  /*&:focus-within {
            box-shadow: none !important;
            border: none !important;
        }*/ }

.cal_dropdown.dropdown_ht .panel-content, .country_dropdown.dropdown_ht .panel-content, .country_view_drpdwn.dropdown_ht .panel-content, .drpdwn_calendar.dropdown_ht .panel-content, .drpdwn_release.dropdown_ht .panel-content {
  max-height: 180px; }

.cal_dropdown .selectDiv, .country_dropdown .selectDiv, .country_view_drpdwn .selectDiv, .drpdwn_calendar .selectDiv, .drpdwn_release .selectDiv {
  width: 100%;
  padding: 0px 10px;
  line-height: 20px;
  cursor: pointer; }

.cal_dropdown .carrot_pos.ms-Icon--ChevronDownSmall, .country_dropdown .carrot_pos.ms-Icon--ChevronDownSmall, .country_view_drpdwn .carrot_pos.ms-Icon--ChevronDownSmall, .drpdwn_calendar .carrot_pos.ms-Icon--ChevronDownSmall, .drpdwn_release .carrot_pos.ms-Icon--ChevronDownSmall {
  color: #7caaf2;
  position: absolute;
  bottom: 5px;
  right: 25px;
  font-size: 13px; }

.cal_dropdown .popup_carrot .ms-Icon--ChevronUpSmall, .cal_dropdown .popup_carrot .ms-Icon--ChevronDownSmall, .country_dropdown .popup_carrot .ms-Icon--ChevronUpSmall, .country_dropdown .popup_carrot .ms-Icon--ChevronDownSmall, .country_view_drpdwn .popup_carrot .ms-Icon--ChevronUpSmall, .country_view_drpdwn .popup_carrot .ms-Icon--ChevronDownSmall, .drpdwn_calendar .popup_carrot .ms-Icon--ChevronUpSmall, .drpdwn_calendar .popup_carrot .ms-Icon--ChevronDownSmall, .drpdwn_release .popup_carrot .ms-Icon--ChevronUpSmall, .drpdwn_release .popup_carrot .ms-Icon--ChevronDownSmall {
  color: #7caaf2 !important; }

.cal_dropdown select, .country_dropdown select, .country_view_drpdwn select, .drpdwn_calendar select, .drpdwn_release select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

.cal_dropdown .dropdown-heading, .country_dropdown .dropdown-heading, .country_view_drpdwn .dropdown-heading, .drpdwn_calendar .dropdown-heading, .drpdwn_release .dropdown-heading {
  height: 30px !important; }

.cal_dropdown .dropdown-heading-value > span, .country_dropdown .dropdown-heading-value > span, .country_view_drpdwn .dropdown-heading-value > span, .drpdwn_calendar .dropdown-heading-value > span, .drpdwn_release .dropdown-heading-value > span {
  color: white !important; }

.cal_dropdown .dropdown-heading-dropdown-arrow, .country_dropdown .dropdown-heading-dropdown-arrow, .country_view_drpdwn .dropdown-heading-dropdown-arrow, .drpdwn_calendar .dropdown-heading-dropdown-arrow, .drpdwn_release .dropdown-heading-dropdown-arrow {
  color: #7caaf2 !important;
  font-weight: 700 !important; }

.cal_dropdown .dropdown-content, .country_dropdown .dropdown-content, .country_view_drpdwn .dropdown-content, .drpdwn_calendar .dropdown-content, .drpdwn_release .dropdown-content {
  padding-top: 1px !important;
  min-width: 190px !important;
  z-index: 3; }

.cal_dropdown .panel-content, .country_dropdown .panel-content, .country_view_drpdwn .panel-content, .drpdwn_calendar .panel-content, .drpdwn_release .panel-content {
  background: #29364e !important;
  color: #FFF !important; }
  .cal_dropdown .panel-content ul, .country_dropdown .panel-content ul, .country_view_drpdwn .panel-content ul, .drpdwn_calendar .panel-content ul, .drpdwn_release .panel-content ul {
    padding-left: 0px !important;
    min-height: 10px; }
  .cal_dropdown .panel-content input, .country_dropdown .panel-content input, .country_view_drpdwn .panel-content input, .drpdwn_calendar .panel-content input, .drpdwn_release .panel-content input {
    background: #29364e !important;
    overflow-y: hidden !important; }
  .cal_dropdown .panel-content button, .country_dropdown .panel-content button, .country_view_drpdwn .panel-content button, .drpdwn_calendar .panel-content button, .drpdwn_release .panel-content button {
    padding-top: 8px; }
  .cal_dropdown .panel-content .selected, .country_dropdown .panel-content .selected, .country_view_drpdwn .panel-content .selected, .drpdwn_calendar .panel-content .selected, .drpdwn_release .panel-content .selected {
    background: #106EBE !important; }

.cal_dropdown label:hover, .country_dropdown label:hover, .country_view_drpdwn label:hover, .drpdwn_calendar label:hover, .drpdwn_release label:hover {
  background: #106EBE !important; }

.cal_dropdown label:focus, .country_dropdown label:focus, .country_view_drpdwn label:focus, .drpdwn_calendar label:focus, .drpdwn_release label:focus {
  background: #29364e !important; }

.cal_dropdown .dropdown_list, .country_dropdown .dropdown_list, .country_view_drpdwn .dropdown_list, .drpdwn_calendar .dropdown_list, .drpdwn_release .dropdown_list {
  display: flex;
  padding: 5px;
  line-height: 20px; }
  .cal_dropdown .dropdown_list input[type="checkbox"], .country_dropdown .dropdown_list input[type="checkbox"], .country_view_drpdwn .dropdown_list input[type="checkbox"], .drpdwn_calendar .dropdown_list input[type="checkbox"], .drpdwn_release .dropdown_list input[type="checkbox"] {
    margin: 4px 5px 0 5px !important; }

.cal_dropdown .clear_btn, .country_dropdown .clear_btn, .country_view_drpdwn .clear_btn, .drpdwn_calendar .clear_btn, .drpdwn_release .clear_btn {
  color: #7caaf2;
  font-size: 12px;
  text-align: center;
  padding: 2px 10px;
  width: 45px;
  border: 1px solid #7caaf2;
  border-radius: 12px; }

.drpdwn_release .dropdown-container, .drpdwn_release .selectDiv {
  background: #ffffff !important;
  color: #000 !important;
  height: 40px !important;
  line-height: 40px !important;
  border: 1px solid #d2d2d2; }

.drpdwn_release .panel-content {
  background: #ffffff !important;
  color: #000 !important; }
  .drpdwn_release .panel-content input {
    background: #ffffff !important;
    overflow-y: hidden !important; }
  .drpdwn_release .panel-content .selected {
    background: #d2d2d2 !important; }

.drpdwn_release label:hover {
  background: #d2d2d2 !important; }

.drpdwn_release label:focus {
  background: #d2d2d2 !important; }

.drpdwn_release .dropdown-heading {
  height: 35px !important; }

.drpdwn_release .dropdown-heading-value > span {
  color: #000 !important; }

.country_dropdown .dropdown-container {
  height: 40px !important;
  width: 230px;
  padding-top: 4px !important;
  font-size: 14px !important; }

.drpdwn_calendar .dropdown-container {
  background: #106EBE !important;
  width: 180px;
  font-size: 14px !important; }

.drpdwn_calendar .dropdown-heading-value > span {
  padding-left: 5px;
  font-weight: 500; }

.drpdwn_calendar .dropdown-heading-dropdown-arrow {
  color: #ffffff !important; }

.drpdwn_multiitem li:first-child > label:hover {
  background: none !important; }

.drpdwn_multiitem li:first-child > label {
  background: #29364e !important; }

.drpdwn_release_multiitem li:first-child > label:hover {
  background: #d2d2d2 !important; }

.drpdwn_release_multiitem li:first-child > label {
  background: #ffffff !important;
  color: #000; }

.drpdwn_item li:last-child > label:hover {
  background: none !important; }

.drpdwn_item li:last-child > label {
  background: #29364e !important; }

.dpndwn_topBorder {
  border-top: 1px solid #68696b; }

.ms-TextField-fieldGroup .ms-DatePicker-event--without-label {
  font-size: 20px;
  margin-top: 3px;
  padding-left: 0px; }

.ms-Dropdown-item:hover {
  background: #dadada !important; }

.ms-ContextualMenu-link:hover {
  background: #dadada !important; }

.ms-ChoiceFieldGroup .ms-ChoiceFieldGroup-flexContainer .ms-ChoiceField {
  display: inline-block; }

.ms-ChoiceFieldGroup .ms-ChoiceFieldGroup-flexContainer .ms-Label {
  font-size: 10px;
  margin-right: 5px; }

.caretDownWrapper_64adfa86 {
  color: white !important; }

.ms-Callout .ms-Callout-main .ms-Suggestions .ms-Suggestions-container .ms-Suggestions-itemButton .ms-Button-flexContainer .colorPicker_section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }
  .ms-Callout .ms-Callout-main .ms-Suggestions .ms-Suggestions-container .ms-Suggestions-itemButton .ms-Button-flexContainer .colorPicker_section .colorPicker {
    height: 20px;
    width: 20px;
    border-radius: 20px;
    display: inline-block; }

.wave_popup {
  width: 850px !important; }

.btn_hgt.ms-Button--primary {
  height: 40px !important; }

.docs-TextFieldExample label {
  color: #999; }

.checkbox_txt .ms-Checkbox-checkbox {
  margin-right: 8px !important; }

.checkbox_txt_color .ms-Checkbox-text {
  color: #0067B8;
  font-weight: 400; }

.dropzone_area {
  border: none;
  max-width: 17%;
  white-space: nowrap; }

.dropzone_image {
  border: 1px solid #CCC;
  /* width: 890px; */
  margin-top: 10px;
  height: 150px;
  overflow: hidden; }

.dropzone_icon_area {
  border: none;
  margin-top: 28px;
  max-width: 75%;
  white-space: nowrap; }

.dropzone_icon {
  border: 1px solid #CCC;
  width: 30px;
  margin-right: 20px;
  height: 30px;
  overflow: hidden;
  float: left; }

ul.admin_nav li div .ms-IconExample {
  margin-right: 12px; }

.tooltipInline {
  display: inline-block; }

.ms-Fabric input,
.ms-Fabric textarea {
  background-color: transparent; }

i.ms-Check-circle {
  font-size: 18px; }

i.ms-Check-check {
  font-size: 16px; }

.ms-BasePicker-input {
  height: 30px;
  background-color: transparent; }

.ms-BasePicker-text {
  background-color: #FFF;
  min-height: 40px;
  border: 1px solid #d0d0d0 !important; }

.colorBoxHgt .ms-BasePicker-text .ms-BasePicker-input {
  width: 10px; }

.searchBox {
  width: 350px;
  border: 1px solid #a6a7dc; }

.menu_search {
  text-align: left; }
  .menu_search .ms-SearchBox {
    background-color: #FFF;
    border: 1px solid #afafaf;
    padding-right: 40px;
    line-height: 1;
    height: 35px;
    width: 40%;
    display: inline-flex;
    opacity: 1; }
    .menu_search .ms-SearchBox .ms-SearchBox-field {
      font-size: 15px;
      padding: 5px 50px 5px 5px; }
    .menu_search .ms-SearchBox .ms-SearchBox-iconContainer,
    .menu_search .ms-SearchBox .ms-SearchBox-clearButton {
      display: none; }
    .menu_search .ms-SearchBox .ms-SearchBox-icon {
      /*  transform: rotate(-90deg);
                  font-size: 20px;
                  color: $blue-text; */ }
    .menu_search .ms-SearchBox ::placeholder {
      opacity: 0.49; }
  .menu_search .search_icon {
    transform: rotate(-90deg);
    cursor: pointer;
    font-size: 25px;
    position: absolute;
    margin-left: -1.2em;
    color: #278bed;
    opacity: 1; }

.menu_search_usermgmt {
  text-align: left; }
  .menu_search_usermgmt .ms-SearchBox {
    background-color: #FFF;
    border: 1px solid #afafaf;
    line-height: 1;
    height: 35px;
    display: inline-flex;
    opacity: 1; }
    .menu_search_usermgmt .ms-SearchBox .ms-SearchBox-field {
      font-size: 15px;
      padding: 5px 50px 5px 5px; }
    .menu_search_usermgmt .ms-SearchBox .ms-SearchBox-iconContainer {
      padding-right: 30px;
      display: none; }
    .menu_search_usermgmt .ms-SearchBox .ms-SearchBox-icon {
      /*transform: rotate(-90deg);
                font-size: 20px;
                color: $blue-text;*/
      transform: rotate(-90deg);
      cursor: pointer;
      font-size: 25px;
      position: absolute;
      margin-right: -1.2em;
      color: #278bed;
      z-index: 1;
      opacity: 1; }
    .menu_search_usermgmt .ms-SearchBox ::placeholder {
      opacity: 0.49; }

.delete_por_padding .ms-Dialog-title {
  padding-top: 50px !important; }

.singleSelectPicker .ms-BasePicker-input {
  width: 20px; }

.detailList_no_h_scroll {
  overflow-x: hidden !important; }

.detailList_POR .ms-DetailsHeader {
  padding-top: 10px !important; }

.detailList_POR .ms-DetailsHeader-cellName {
  font-weight: 700 !important;
  color: #000 !important;
  font-size: 12px !important; }

.detailList_POR .ms-DetailsRow-cell {
  font-weight: 400 !important;
  font-size: 12px !important; }

.jodit_padd_lftRgt_0.jodit-wysiwyg {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.custom_detailList {
  padding-bottom: 30px; }
  .custom_detailList .ms-DetailsHeader {
    border-top: 1px solid #d3d3d3; }
  .custom_detailList .ms-DetailsHeader-cellName {
    font-weight: 700 !important;
    color: #000 !important;
    font-size: 12px !important; }
  .custom_detailList .ms-DetailsRow-cell {
    font-weight: 400 !important;
    font-size: 12px !important; }
  .custom_detailList .ms-List-cell:nth-of-type(odd) > .ms-FocusZone {
    background-color: #f0f2f7; }

.detailList_text_wrap .ms-DetailsHeader, .detailList_ht .ms-DetailsHeader, .detailList_previewPOR .ms-DetailsHeader {
  border-bottom: 2px solid #000;
  height: 28px; }

.detailList_text_wrap .ms-DetailsHeader-cell, .detailList_ht .ms-DetailsHeader-cell, .detailList_previewPOR .ms-DetailsHeader-cell {
  font-size: 12px !important;
  font-weight: 700;
  color: #000; }

.detailList_text_wrap .ms-DetailsRow-cell, .detailList_ht .ms-DetailsRow-cell, .detailList_previewPOR .ms-DetailsRow-cell {
  color: #000 !important;
  white-space: pre-line;
  align-self: center;
  font-size: 14px !important; }
  .detailList_text_wrap .ms-DetailsRow-cell .ms-Link, .detailList_ht .ms-DetailsRow-cell .ms-Link, .detailList_previewPOR .ms-DetailsRow-cell .ms-Link {
    padding-left: 5px;
    /* color: #666 !important; */ }
    .detailList_text_wrap .ms-DetailsRow-cell .ms-Link.is-disabled, .detailList_ht .ms-DetailsRow-cell .ms-Link.is-disabled, .detailList_previewPOR .ms-DetailsRow-cell .ms-Link.is-disabled {
      cursor: not-allowed; }
    .detailList_text_wrap .ms-DetailsRow-cell .ms-Link.ms_link_padd0, .detailList_ht .ms-DetailsRow-cell .ms-Link.ms_link_padd0, .detailList_previewPOR .ms-DetailsRow-cell .ms-Link.ms_link_padd0 {
      padding: 0; }

.detailList_text_wrap .ms-List-cell .ms-FocusZone, .detailList_ht .ms-List-cell .ms-FocusZone, .detailList_previewPOR .ms-List-cell .ms-FocusZone {
  min-height: 60px;
  align-items: center;
  border-color: #D0D0D0;
  min-width: 100% !important; }
  .detailList_text_wrap .ms-List-cell .ms-FocusZone:hover, .detailList_ht .ms-List-cell .ms-FocusZone:hover, .detailList_previewPOR .ms-List-cell .ms-FocusZone:hover {
    background-color: #F2F2F2 !important; }

.detailList_text_wrap .ms-Dropdown-container .ms-Dropdown-caretDownWrapper, .detailList_ht .ms-Dropdown-container .ms-Dropdown-caretDownWrapper, .detailList_previewPOR .ms-Dropdown-container .ms-Dropdown-caretDownWrapper {
  cursor: pointer; }

.detailList_text_wrap.detailList_column_color .ms-DetailsRow-fields > div:first-child, .detailList_ht.detailList_column_color .ms-DetailsRow-fields > div:first-child, .detailList_previewPOR.detailList_column_color .ms-DetailsRow-fields > div:first-child {
  font-weight: 700; }

.detailList_text_wrap.detailList_column_color .ms-List-cell:nth-of-type(even) > .ms-FocusZone, .detailList_ht.detailList_column_color .ms-List-cell:nth-of-type(even) > .ms-FocusZone, .detailList_previewPOR.detailList_column_color .ms-List-cell:nth-of-type(even) > .ms-FocusZone {
  background-color: #F5F5F5; }

.detailList_text_wrap.detailList_column_color .ms-List-cell .ms-FocusZone, .detailList_ht.detailList_column_color .ms-List-cell .ms-FocusZone, .detailList_previewPOR.detailList_column_color .ms-List-cell .ms-FocusZone {
  border-color: transparent; }

.detailList_text_wrap.detailList_column_custom .ms-DetailsRow-fields > div:first-child, .detailList_ht.detailList_column_custom .ms-DetailsRow-fields > div:first-child, .detailList_previewPOR.detailList_column_custom .ms-DetailsRow-fields > div:first-child {
  font-weight: 400 !important; }

.detailList_text_wrap.userdetailList_column_color .ms-DetailsRow-fields > div:first-child, .detailList_ht.userdetailList_column_color .ms-DetailsRow-fields > div:first-child, .detailList_previewPOR.userdetailList_column_color .ms-DetailsRow-fields > div:first-child {
  font-weight: 700; }

.detailList_text_wrap.userdetailList_column_color .ms-List-cell .ms-FocusZone, .detailList_ht.userdetailList_column_color .ms-List-cell .ms-FocusZone, .detailList_previewPOR.userdetailList_column_color .ms-List-cell .ms-FocusZone {
  border-color: transparent; }

.detailList_text_wrap.userdetailList_column_color .ms-DetailsRow-fields > div:nth-child(2), .detailList_ht.userdetailList_column_color .ms-DetailsRow-fields > div:nth-child(2), .detailList_previewPOR.userdetailList_column_color .ms-DetailsRow-fields > div:nth-child(2) {
  font-weight: 700; }

.detailList_text_wrap.manage_keyword_grid .ms-DetailsRow-fields > div:first-child, .detailList_ht.manage_keyword_grid .ms-DetailsRow-fields > div:first-child, .detailList_previewPOR.manage_keyword_grid .ms-DetailsRow-fields > div:first-child {
  color: #0067B8 !important; }

.detailList_text_wrap.community_approval_grid, .detailList_ht.community_approval_grid, .detailList_previewPOR.community_approval_grid {
  font-size: 14px; }
  .detailList_text_wrap.community_approval_grid .ms-DetailsRow-fields > div:first-child, .detailList_ht.community_approval_grid .ms-DetailsRow-fields > div:first-child, .detailList_previewPOR.community_approval_grid .ms-DetailsRow-fields > div:first-child {
    font-weight: normal !important; }
  .detailList_text_wrap.community_approval_grid .ms-DetailsRow-fields > div:nth-child(3), .detailList_ht.community_approval_grid .ms-DetailsRow-fields > div:nth-child(3), .detailList_previewPOR.community_approval_grid .ms-DetailsRow-fields > div:nth-child(3) {
    text-align: center; }
  .detailList_text_wrap.community_approval_grid .ms-Link, .detailList_ht.community_approval_grid .ms-Link, .detailList_previewPOR.community_approval_grid .ms-Link {
    color: #0067B8;
    font-weight: 700; }
    .detailList_text_wrap.community_approval_grid .ms-Link:hover, .detailList_ht.community_approval_grid .ms-Link:hover, .detailList_previewPOR.community_approval_grid .ms-Link:hover {
      text-decoration: underline; }
  .detailList_text_wrap.community_approval_grid .ms-DetailsHeader .ms-DetailsHeader-cell:nth-child(7), .detailList_ht.community_approval_grid .ms-DetailsHeader .ms-DetailsHeader-cell:nth-child(7), .detailList_previewPOR.community_approval_grid .ms-DetailsHeader .ms-DetailsHeader-cell:nth-child(7) {
    text-align: center; }

.detailList_text_wrap.manage_communitiy_grid, .detailList_ht.manage_communitiy_grid, .detailList_previewPOR.manage_communitiy_grid {
  font-size: 14px; }

.detailList_text_wrap.detailist_persona .ms-Persona-details .ms-Persona-primaryText, .detailList_ht.detailist_persona .ms-Persona-details .ms-Persona-primaryText, .detailList_previewPOR.detailist_persona .ms-Persona-details .ms-Persona-primaryText {
  color: #000 !important;
  font-weight: normal; }

.detailList_text_wrap.detailist_persona .ms-Persona-details .ms-Persona-secondaryText,
.detailList_text_wrap.detailist_persona .ms-Persona-details .ms-Persona-secondaryText::before, .detailList_ht.detailist_persona .ms-Persona-details .ms-Persona-secondaryText,
.detailList_ht.detailist_persona .ms-Persona-details .ms-Persona-secondaryText::before, .detailList_previewPOR.detailist_persona .ms-Persona-details .ms-Persona-secondaryText,
.detailList_previewPOR.detailist_persona .ms-Persona-details .ms-Persona-secondaryText::before {
  display: none; }

.detailList_ht .ms-DetailsHeader {
  height: 38px; }

.detailList_ht .ms-DetailsRow-cell:nth-child(2) {
  text-overflow: initial !important; }

.detailList_previewPOR .ms-DetailsRow-cell {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #000; }
  .detailList_previewPOR .ms-DetailsRow-cell:nth-child(6) {
    display: flex;
    justify-content: flex-end; }

.detailList_previewPOR .ms-DetailsRow-fields > div:nth-child(3) {
  font-weight: 700 !important; }

.detailList_previewPOR .ms-List-cell:nth-of-type(odd) > .ms-FocusZone {
  background-color: #f3f3f3; }

.detailList_text_wrap.highlight-selected .ms-List-cell {
  background-color: #F5F5F5 !important; }
  .detailList_text_wrap.highlight-selected .ms-List-cell .page_status {
    padding: 15px 0px 15px 0px;
    color: #999;
    font-size: 12px;
    border-bottom: 0.5px solid #A8A8A8 !important; }

.detailList_text_wrap.highlight-selected .ms-List-cell .ms-FocusZone {
  background-color: #F5F5F5 !important;
  border-bottom: 0.5px solid #A8A8A8 !important;
  min-width: 100% !important; }

.detailList_text_wrap.highlight-selected .ms-FocusZone.ms-DetailsHeader {
  background-color: #F5F5F5 !important;
  font-weight: 700;
  border-bottom: 2px solid #666 !important; }

.detailList_text_wrap.highlight-selected .ms-DetailsRow:hover {
  background-color: #0067B8 !important;
  font-weight: bold;
  cursor: pointer !important; }
  .detailList_text_wrap.highlight-selected .ms-DetailsRow:hover .ms-DetailsRow-cell {
    color: white !important; }

.detailList_text_wrap.highlight-selected .ms-DetailsRow.is-selected {
  background-color: #0067B8 !important;
  font-weight: bold; }
  .detailList_text_wrap.highlight-selected .ms-DetailsRow.is-selected .ms-DetailsRow-cell {
    color: white !important; }

.detailList_text_wrap.grayList .ms-List-cell .ms-FocusZone {
  min-height: 60px;
  background-color: #F5F5F5 !important;
  border-bottom: 0.5px solid transparent !important; }

.detailList_text_wrap.grayList .ms-FocusZone.ms-DetailsHeader {
  background-color: #F5F5F5 !important;
  font-weight: 700;
  border-bottom: 2px solid #666 !important; }

.admin_dashboard_table {
  background: #F5F5F5 !important; }
  .admin_dashboard_table .ms-DetailsRow-fields > div:first-child {
    font-weight: initial; }
  .admin_dashboard_table .ms-DetailsHeader-cell {
    font-size: 14px; }

span.ms-Dropdown-optionText {
  white-space: pre-line; }

.ms-TextField-errorMessage > span {
  font-size: 12px; }

.ms-Dropdown-items .is-enabled label {
  font-weight: 400;
  font-size: 13px; }

.ms-Dropdown-items .is-checked label {
  font-weight: 700;
  font-size: 13px; }

.ms-Dropdown-items > .ms-Dropdown-item {
  padding: 4px !important; }

.ms-Callout-container .ms-Callout-main .summeryCallout.bgcolor {
  background-color: #106ebe !important; }

.ms-Callout-container .ms-Callout-main .summeryCallout.fontColor {
  color: white !important; }

.ms-Callout-container .ms-Callout-main .summeryCallout .por {
  width: 225px;
  border-bottom: 1px solid #d9d9d9;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  cursor: pointer; }
  .ms-Callout-container .ms-Callout-main .summeryCallout .por:hover {
    font-weight: bold; }
  .ms-Callout-container .ms-Callout-main .summeryCallout .por .porTitle {
    font-size: 12px;
    font-weight: 700; }
  .ms-Callout-container .ms-Callout-main .summeryCallout .por .porBrief {
    font-size: 10px; }

.ms-Dialog-main {
  max-height: 90% !important;
  max-width: 80% !important;
  background: #f0f2f7 !important;
  max-width: 80% !important;
  background: #f0f2f7 !important;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.5) !important; }
  .ms-Dialog-main.dialogFixWidth1200 {
    width: 1000px !important; }
    .ms-Dialog-main.dialogFixWidth1200.wdt1022 {
      width: 1022px !important; }
    .ms-Dialog-main.dialogFixWidth1200 .ms-Dialog-header {
      padding-bottom: 0px; }
  .ms-Dialog-main.dialogWithFullWidth {
    max-width: 100% !important;
    width: 1300px !important; }
  .ms-Dialog-main.country_dialog .ms-Dialog-header {
    padding: 20px; }
  .ms-Dialog-main.country_dialog .ms-Dialog-content {
    padding: 0px 5px; }
  .ms-Dialog-main.ksl_dialog {
    width: 95vw !important;
    max-width: 95vw !important; }
  .ms-Dialog-main.text_Field_set1 {
    width: 450px !important; }
  .ms-Dialog-main.wdt900 {
    width: 900px; }
    .ms-Dialog-main.wdt900.white_bg {
      background: #FFF;
      min-height: 100px;
      max-height: 320px;
      overflow-y: auto;
      overflow-x: hidden; }
  .ms-Dialog-main.wdt1200 {
    width: 1200px !important; }
  .ms-Dialog-main.wdt400 {
    width: 400px !important;
    height: 200 !important; }
  .ms-Dialog-main .ms-Dialog-header {
    padding-top: 20px;
    padding-right: 28px;
    padding-bottom: 20px;
    padding-left: 28px; }
  .ms-Dialog-main .ms-Dialog-title {
    font-weight: 700;
    font-size: 24px;
    color: #243a5e;
    padding: 0; }
  .ms-Dialog-main .ms-Dialog-content {
    padding-top: 0px;
    padding-right: 28px;
    padding-bottom: 0px;
    padding-left: 28px; }
    .ms-Dialog-main .ms-Dialog-content .fixHeightScrollable {
      height: 500px;
      overflow: auto; }
  .ms-Dialog-main .ms-Dialog-inner {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px; }
  .ms-Dialog-main .ms-Dialog-action {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .ms-Dialog-main .ms-Dialog-actionsRight {
    margin-right: 0px !important;
    text-align: center !important; }
  .ms-Dialog-main.dialogFixWidth1200 {
    width: 1200px; }
    .ms-Dialog-main.dialogFixWidth1200 .ms-Dialog-content {
      padding-right: 0px !important; }
  .ms-Dialog-main .ms-Dialog-header {
    padding-top: 20px;
    padding-right: 28px;
    padding-bottom: 20px;
    padding-left: 28px; }
  .ms-Dialog-main .ms-Dialog-title {
    font-weight: 700;
    font-size: 24px;
    color: #243a5e; }
  .ms-Dialog-main .ms-Dialog-content {
    padding-top: 0px;
    padding-right: 28px;
    padding-bottom: 0px;
    padding-left: 28px; }
    .ms-Dialog-main .ms-Dialog-content .fixHeightScrollable {
      height: 300px;
      overflow: auto;
      padding-right: 28px; }
      @media (min-width: 1920px) {
        .ms-Dialog-main .ms-Dialog-content .fixHeightScrollable {
          height: 650px; } }
      @media (min-width: 1281px) and (max-width: 1919px) {
        .ms-Dialog-main .ms-Dialog-content .fixHeightScrollable {
          height: 500px; } }
  .ms-Dialog-main .ms-Dialog-inner {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px; }
  .ms-Dialog-main .ms-Dialog-action {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .ms-Dialog-main .ms-Dialog-actionsRight {
    margin-right: 0px !important;
    text-align: center !important; }
  .ms-Dialog-main .ms-Button-icon {
    font-size: 34px;
    color: #737373; }
  @media (min-width: 320px) and (max-width: 480px) {
    .ms-Dialog-main {
      max-width: 90% !important; } }
  .ms-Dialog-main .drpdwn_hgtWdt {
    width: 480px;
    height: 40px; }

.announcement {
  max-height: 90% !important; }

.ms-DetailsList .btn-link {
  padding: 0; }

.ms-DetailsList .ms-FocusZone {
  max-width: 80%;
  overflow: hidden;
  padding-top: 0;
  min-width: 100% !important; }

.ms-Spinner--large {
  width: 100px !important;
  height: 100px !important;
  border-width: 3px !important; }

.ms-Spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }

.xtra_sm_spinner_pos {
  top: unset !important;
  bottom: unset !important;
  left: unset !important;
  position: relative !important;
  float: right;
  right: -15px;
  margin-top: 10px; }

.filterPanel__body__group {
  border-bottom: 1px solid #000000;
  margin-bottom: 10px; }
  .filterPanel__body__group .ms-List-cell {
    min-height: auto; }
  .filterPanel__body__group .ms-Icon--ChevronUp,
  .filterPanel__body__group .ms-Icon--ChevronDown {
    font-weight: bolder;
    font-size: 14px;
    width: 15%;
    display: inline-block;
    vertical-align: top; }
  .filterPanel__body__group .ms-Checkbox-checkbox {
    width: 16px;
    height: 16px;
    margin-left: 0; }

.ms-Icon.ms-Icon--Download,
.ms-Icon.ms-Icon--Delete {
  font-size: 16px;
  cursor: pointer; }

.ms-Icon--Download:hover {
  color: #0067B8; }

.ms-Icon--Delete:hover {
  color: #ff0000; }

i.DoubleChevronDown8,
i.DoubleChevronUp8 {
  color: #0067B8;
  width: 10%;
  display: inline-block;
  vertical-align: top; }

.ms-Icon--Rocket {
  width: 40px;
  height: 40px;
  font-size: 34px;
  size: 34px; }

.ms-TagItem {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  background: #f4f4f4;
  margin: 2px;
  height: 26px;
  line-height: 26px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 150px; }
  .ms-TagItem .ms-TagItem-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 30px;
    margin: 0 8px; }
  .ms-TagItem .ms-TagItem-close {
    cursor: pointer;
    color: #666666;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    width: 30px; }
  .ms-TagItem:hover {
    background: #dadada; }

.headers {
  font-weight: 700px; }

.rolebutton_defaultcursor .ms-DetailsHeader-cell [role="button"] {
  cursor: default; }

.rolebutton_defaultcursor .ms-DetailsHeader-cell:hover {
  background-color: transparent !important; }

.rolebutton_defaultcursor .ms-PeoplePicker {
  max-width: 400px;
  font-size: 12px;
  height: 32px; }

.rolebutton_defaultcursor .user_lookup_table .col_header,
.rolebutton_defaultcursor .user_lookup_table .placeholder_txt,
.rolebutton_defaultcursor .user_lookup_table .col_content {
  border-bottom: 1px solid #707070;
  font-size: 12px;
  line-height: 16px; }

.rolebutton_defaultcursor .user_lookup_table .col_header {
  padding-bottom: 7px; }

.rolebutton_defaultcursor .user_lookup_table .placeholder_txt,
.rolebutton_defaultcursor .user_lookup_table .col_content {
  border-bottom: none; }

.rolebutton_defaultcursor .user_lookup_table .col_content {
  color: #333;
  padding: 15px; }
  .rolebutton_defaultcursor .user_lookup_table .col_content:last-child {
    padding-right: 0; }
  .rolebutton_defaultcursor .user_lookup_table .col_content.sg_content {
    line-height: 24px;
    padding-right: 40px; }
  .rolebutton_defaultcursor .user_lookup_table .col_content .action {
    color: #0077D5;
    font-weight: 500; }
  .rolebutton_defaultcursor .user_lookup_table .col_content .popup_carrot {
    cursor: pointer;
    font-size: 10px;
    padding-top: 5px; }
    .rolebutton_defaultcursor .user_lookup_table .col_content .popup_carrot:hover {
      text-decoration: none !important; }
  .rolebutton_defaultcursor .user_lookup_table .col_content .action:hover {
    text-decoration: none !important; }
  .rolebutton_defaultcursor .user_lookup_table .col_content .expand_waves {
    cursor: pointer; }

.rolebutton_defaultcursor .user_lookup_table .row_content {
  max-height: 480px;
  overflow-x: hidden;
  overflow-y: auto;
  /* custom scrollbar */
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .rolebutton_defaultcursor .user_lookup_table .row_content::-webkit-scrollbar {
    width: 10px; }
  .rolebutton_defaultcursor .user_lookup_table .row_content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent;
    border-radius: 10px; }
  .rolebutton_defaultcursor .user_lookup_table .row_content::-webkit-scrollbar-thumb {
    background: #D2D2D2;
    border-radius: 10px; }
  .rolebutton_defaultcursor .user_lookup_table .row_content::-webkit-scrollbar-thumb:hover {
    background: #989898; }
  .rolebutton_defaultcursor .user_lookup_table .row_content .row:nth-child(even) {
    background-color: #F2F2F2;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px; }

.rolebutton_defaultcursor .user_lookup_title {
  display: flex;
  flex-grow: 1; }

.rolebutton_defaultcursor .user_toggle {
  display: flex;
  margin-right: 20px;
  padding-top: 5px; }
  .rolebutton_defaultcursor .user_toggle .ms-Toggle-innerContainer {
    margin-left: 10px;
    margin-right: 10px; }

.backBtn {
  color: #0060FA !important; }

.font16 {
  font-size: 16px !important; }

.padd_btm_20 {
  padding-bottom: 20px !important; }

.text-ellipsis {
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.noChange {
  text-align: center;
  padding-top: 100px; }

.displayContent .heighlight_bg {
  background: #29364e;
  padding-right: 20px; }

.displayContent .heighlightInfo_bg {
  background: #29364e;
  width: 45px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  margin-left: 20px; }

.displayContent .mrg_lft_56 {
  margin-left: 56px; }

.displayContent .white_color {
  color: #ffffff; }

.displayContent .ms-Icon--CircleRing {
  color: #7caaf2; }

.displayContent .ms-Icon--Info {
  color: #7caaf2; }

.displayContent .ms-Icon--Cancel {
  font-size: 25px;
  color: #ffffff;
  border: 3px solid #fe8710;
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 40px;
  width: 40px;
  -webkit-animation: pulse 3s ease-out;
  -moz-animation: pulse 3s ease-out;
  animation: pulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: 0px;
  z-index: 1;
  opacity: 0; }

.vertical_dotted_line_100px {
  border-left: 1px dotted #0076d3;
  margin-left: 26px;
  height: 100px; }

.vertical_dotted_line_50px {
  border-left: 1px dotted #0076d3;
  margin-left: 6px;
  height: 50px; }

.calendar_intro_yellow {
  color: #efba24;
  font-size: 24px;
  font-weight: 600; }

.intro_bg {
  position: absolute;
  top: 200px;
  background: #1a2334;
  z-index: 5;
  min-height: 400px;
  height: 80%;
  opacity: 0.95; }

.rc_timePicker .rc-time-picker-input {
  height: 40px !important;
  width: 145px !important;
  border-radius: 0px !important;
  cursor: pointer; }

.timePicker_cust .MuiInputBase-input, .timePicker_disable .MuiInputBase-input {
  cursor: text;
  font-size: 14px;
  border: 1px solid #d2d2d2;
  padding: 10px;
  background: white; }

.timePicker_cust .MuiInput-underline:before, .timePicker_disable .MuiInput-underline:before {
  border: 0px !important; }

.timePicker_cust .MuiInput-underline:after, .timePicker_disable .MuiInput-underline:after {
  border: 0px !important; }

.timePicker_cust:hover {
  border: 0.5px solid #000000; }

.timePicker_disable .MuiInputBase-input {
  cursor: not-allowed !important; }

.dateIcon_bg .ms-TextField-fieldGroup i {
  height: 38px;
  width: 35px;
  background: #e9e9e9;
  position: absolute;
  top: 0px;
  margin: 0px !important;
  right: 0px;
  text-align: center;
  line-height: 37px; }

.timeIcon_bg {
  height: 38px;
  width: 35px;
  background: #e9e9e9;
  position: absolute;
  top: 26px;
  left: 304px;
  margin: 0px !important;
  text-align: center;
  line-height: 37px; }

.downTime_bg {
  position: absolute;
  top: 0px;
  background: #1a2334;
  z-index: 11;
  min-height: 400px;
  height: 100%;
  width: 100%;
  opacity: 0.92;
  overflow-x: hidden; }

.yellow_banner {
  color: #000000;
  background: #ffe89e;
  padding: 15px;
  height: 40px;
  line-height: 10px; }

.yellow_strip {
  color: #000;
  background: #ffe89e;
  padding: 10px 15px;
  height: 35px;
  line-height: 15px;
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 75px;
  border-radius: 0px; }

.downTime_cancel_icon.gery_circle {
  position: absolute;
  background: #383b3f;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-top: 20px; }

.downTime_cancel_icon.ms-Icon--Cancel {
  font-size: 35px;
  color: #ffffff; }

.switchIcon_pos {
  position: absolute;
  right: 30px;
  top: 405px; }

.disable_textBox .ms-TextField-field {
  color: #d2d2d2 !important;
  cursor: not-allowed !important; }

.disable_dropdown .ms-Dropdown-title, .disable_dropdown .ms-Dropdown-caretDownWrapper {
  color: #d2d2d2 !important;
  cursor: not-allowed !important; }

.country_view .ms-Dropdown-label {
  color: #ffffff !important;
  padding-bottom: 5px; }

.country_view .ms-Dropdown-title {
  background: #29364e !important;
  color: #fff !important; }

.country_view .ms-Dropdown-caretDown {
  color: #fff !important; }

.country_view .ms-Dropdown-item {
  background: #29364e !important;
  color: #fff !important; }

.country_view .btn_go {
  height: 40px !important;
  color: white;
  background: #0067b8;
  padding: 10px;
  min-width: 35px; }

/* Custom Date Picker*/
.ms-DatePicker-callout .ms-Callout-main {
  overflow-y: hidden !important; }
  .ms-DatePicker-callout .ms-Callout-main .ms-DatePicker-goToday {
    background: #106bff;
    color: #ffffff;
    border-radius: 18px;
    font-size: 12px !important;
    height: 25px !important;
    line-height: 25px !important;
    border: 1px solid #106bff; }
  .ms-DatePicker-callout .ms-Callout-main .ms-DatePicker-goToday:hover {
    background-color: #0078d4 !important;
    text-decoration: underline; }
  .ms-DatePicker-callout .ms-Callout-main .ms-DatePicker-wrap {
    min-height: 245px; }

.prod_datepicker .ms-TextField-fieldGroup i {
  font-size: 20px;
  line-height: 25px;
  top: 7px;
  right: 7px; }

.ms-TextField-fieldGroup i {
  top: 7px;
  right: 7px; }

.ms-DatePicker-callout .ms-DatePicker button.js-goToday {
  background: #0078d4;
  padding: 0 10px;
  border-radius: 20px;
  color: #FFF;
  margin-bottom: 5px; }
  .ms-DatePicker-callout .ms-DatePicker button.js-goToday[disabled] {
    background: #F1F1F1;
    color: #999; }
  .ms-DatePicker-callout .ms-DatePicker button.js-goToday:hover {
    color: #FFF;
    text-decoration: underline; }

/* User FeedBack */
.user_feedback .ms-Dialog-main {
  background: #354767 !important;
  color: #FFF;
  text-align: center; }

.user_feedback .ms-TextField-fieldGroup {
  background: #1a2334 !important;
  min-height: 85px !important;
  border: none !important;
  border-radius: 6px;
  color: #FFF !important; }

.user_feedback .ms-TextField-field {
  color: #FFF !important; }

.user_feedback .ms-Button-icon {
  color: #FFF !important;
  font-size: 24px !important; }

.user_feedback .ms-Button-icon:hover {
  color: #d2d2d2 !important; }

.user_feedback .ms-Dialog-button:hover {
  background: transparent !important; }

.user_feedback .white_color {
  color: #ffffff; }

.user_feedback .img_default_border {
  border-radius: 50%;
  border: 3px solid transparent;
  padding: 5px; }

.tag-admin {
  border: 1px solid #d2d2d2;
  padding: 2px 8px 5px;
  background: #ffffff;
  text-align: center; }

.custom_reason .ms-TextField-fieldGroup {
  border: 1px solid #000 !important; }

.custom_reason .ms-TextField-fieldGroup:focus-within {
  border: 2px solid #7caaf2 !important; }

.custom_reason .ms-Dialog-inner {
  background: #ffffff !important; }

.custom_reason .cNrjqJ {
  border: 1px solid #000 !important;
  border-radius: 0px !important;
  background: #FFF !important;
  box-shadow: none !important;
  width: 100% !important;
  padding: 5px !important;
  font-family: unset !important;
  position: unset !important;
  transform: unset !important;
  -webkit-transform: unset !important; }

.custom_reason .cNrjqJ:focus-within {
  border: 2px solid #7caaf2 !important; }

.custom_reason .cMWoBu {
  background: white;
  color: black;
  border: 1px solid #d2d2d2;
  border-radius: 0px;
  height: 30px;
  line-height: 15px;
  font-size: 16px; }

.custom_reason .PlTuF {
  color: #7caaf2;
  font-size: 20px; }

.custom_reason .fEDVdc {
  width: 50% !important; }

.tag-input {
  border: 1px solid #ccc;
  width: 100%;
  min-height: 40px;
  padding: 8px;
  display: flex;
  flex-wrap: wrap; }

.tags {
  padding: 5px;
  border: 1px solid #ccc;
  margin-bottom: 10px; }

.reason_ChangeBg {
  background: #f0f2f7;
  padding: 15px; }
  .reason_ChangeBg .ms-TextField-fieldGroup {
    min-height: 80px !important; }

.reason_change_popup.ms-Dialog-main {
  width: 700px !important;
  overflow-x: hidden !important; }

.reason_change_popup .ms-Dialog-inner {
  background: #ffffff !important;
  overflow-x: hidden !important; }

.reason_change_popup .ms-Dialog-content {
  padding: 0px !important; }

.reason_change_popup .comment_bg {
  background: #f0f2f7 !important; }

.reason_change_popup .ms-Dialog-actions {
  margin-top: 0px !important; }

.reason_change_popup .ms-Label {
  margin-bottom: 3px !important; }

.reason_change_popup .ms-Button-icon {
  font-size: 20px;
  font-weight: 600;
  color: #000000; }

.reason_change_popup .ms-Button-flexContainer {
  font-weight: 600 !important; }

.textfield_ht30 .ms-TextField-fieldGroup, .textfield_padd5 .ms-TextField-fieldGroup {
  height: 30px !important; }

.textfield_padd5 .ms-TextField-field {
  padding-left: 5px !important;
  padding-right: 5px !important;
  text-align: center; }

.release_notes_popup.ms-Dialog-main {
  width: 900px !important;
  overflow-x: hidden !important; }
  .release_notes_popup.ms-Dialog-main .ms-Button-icon {
    font-size: 25px;
    color: #000000;
    padding-top: 5px; }

.release_notes_popup .ms-Dialog-inner {
  background: #ffffff !important;
  padding-bottom: 20px;
  padding-top: 10px; }
  .release_notes_popup .ms-Dialog-inner .ms-Dialog-content {
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 28px; }
    .release_notes_popup .ms-Dialog-inner .ms-Dialog-content .fixHeightScrollable {
      max-height: 400px;
      overflow: auto;
      padding-right: 20px; }

.mtrl_title {
  margin-top: 15px;
  font-weight: 600;
  padding-left: 3px; }

.mtrl_list {
  margin-top: 20px;
  padding-left: 0 !important;
  margin-right: 5px;
  white-space: nowrap;
  overflow: hidden;
  min-width: 32%; }

.Banner_Strip {
  color: #000;
  padding: 8px 15px;
  min-height: auto;
  height: auto;
  line-height: 1.2;
  position: fixed;
  width: 100%;
  z-index: 10;
  background: #ffe89e;
  border-radius: 0px;
  box-sizing: border-box;
  top: 0; }
  .Banner_Strip .Banner_Strip_Text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    word-break: break-word;
    overflow-wrap: break-word;
    text-align: center;
    font-size: 13px;
    line-height: 1.2;
    margin: 0;
    padding: 0; }
    .Banner_Strip .Banner_Strip_Text a {
      word-break: break-all;
      white-space: nowrap; }
  @media (max-width: 768px) {
    .Banner_Strip {
      padding: 8px 10px; }
      .Banner_Strip .Banner_Strip_Text {
        font-size: 12px;
        line-height: 1.3; }
        .Banner_Strip .Banner_Strip_Text a {
          white-space: normal; } }
  @media (max-width: 480px) {
    .Banner_Strip {
      padding: 6px 8px; }
      .Banner_Strip .Banner_Strip_Text {
        font-size: 11px;
        line-height: 1.4; } }

.GTMPORView, .GTMPORAdministration {
  /* HTML5 display-role reset for older browsers */ }
  .GTMPORView html, .GTMPORView body, .GTMPORView applet, .GTMPORView object, .GTMPORView iframe,
  .GTMPORView h1, .GTMPORView h2, .GTMPORView h3, .GTMPORView h4, .GTMPORView h5, .GTMPORView h6, .GTMPORView p, .GTMPORView blockquote, .GTMPORView pre,
  .GTMPORView a, .GTMPORView abbr, .GTMPORView acronym, .GTMPORView address, .GTMPORView big, .GTMPORView cite, .GTMPORView code,
  .GTMPORView del, .GTMPORView dfn, .GTMPORView em, .GTMPORView img, .GTMPORView ins, .GTMPORView kbd, .GTMPORView q, .GTMPORView s, .GTMPORView samp,
  .GTMPORView small, .GTMPORView strike, .GTMPORView strong, .GTMPORView sub, .GTMPORView sup, .GTMPORView tt, .GTMPORView var,
  .GTMPORView b, .GTMPORView u, .GTMPORView i, .GTMPORView center,
  .GTMPORView dl, .GTMPORView dt, .GTMPORView dd, .GTMPORView ol, .GTMPORView ul, .GTMPORView li,
  .GTMPORView fieldset, .GTMPORView form, .GTMPORView label, .GTMPORView legend,
  .GTMPORView table, .GTMPORView caption, .GTMPORView tbody, .GTMPORView tfoot, .GTMPORView thead, .GTMPORView tr, .GTMPORView th, .GTMPORView td,
  .GTMPORView article, .GTMPORView aside, .GTMPORView canvas, .GTMPORView details, .GTMPORView embed,
  .GTMPORView figure, .GTMPORView figcaption, .GTMPORView footer, .GTMPORView header, .GTMPORView hgroup,
  .GTMPORView menu, .GTMPORView nav, .GTMPORView output, .GTMPORView ruby, .GTMPORView section, .GTMPORView summary,
  .GTMPORView time, .GTMPORView mark, .GTMPORView audio, .GTMPORView video, .GTMPORAdministration html, .GTMPORAdministration body, .GTMPORAdministration applet, .GTMPORAdministration object, .GTMPORAdministration iframe,
  .GTMPORAdministration h1, .GTMPORAdministration h2, .GTMPORAdministration h3, .GTMPORAdministration h4, .GTMPORAdministration h5, .GTMPORAdministration h6, .GTMPORAdministration p, .GTMPORAdministration blockquote, .GTMPORAdministration pre,
  .GTMPORAdministration a, .GTMPORAdministration abbr, .GTMPORAdministration acronym, .GTMPORAdministration address, .GTMPORAdministration big, .GTMPORAdministration cite, .GTMPORAdministration code,
  .GTMPORAdministration del, .GTMPORAdministration dfn, .GTMPORAdministration em, .GTMPORAdministration img, .GTMPORAdministration ins, .GTMPORAdministration kbd, .GTMPORAdministration q, .GTMPORAdministration s, .GTMPORAdministration samp,
  .GTMPORAdministration small, .GTMPORAdministration strike, .GTMPORAdministration strong, .GTMPORAdministration sub, .GTMPORAdministration sup, .GTMPORAdministration tt, .GTMPORAdministration var,
  .GTMPORAdministration b, .GTMPORAdministration u, .GTMPORAdministration i, .GTMPORAdministration center,
  .GTMPORAdministration dl, .GTMPORAdministration dt, .GTMPORAdministration dd, .GTMPORAdministration ol, .GTMPORAdministration ul, .GTMPORAdministration li,
  .GTMPORAdministration fieldset, .GTMPORAdministration form, .GTMPORAdministration label, .GTMPORAdministration legend,
  .GTMPORAdministration table, .GTMPORAdministration caption, .GTMPORAdministration tbody, .GTMPORAdministration tfoot, .GTMPORAdministration thead, .GTMPORAdministration tr, .GTMPORAdministration th, .GTMPORAdministration td,
  .GTMPORAdministration article, .GTMPORAdministration aside, .GTMPORAdministration canvas, .GTMPORAdministration details, .GTMPORAdministration embed,
  .GTMPORAdministration figure, .GTMPORAdministration figcaption, .GTMPORAdministration footer, .GTMPORAdministration header, .GTMPORAdministration hgroup,
  .GTMPORAdministration menu, .GTMPORAdministration nav, .GTMPORAdministration output, .GTMPORAdministration ruby, .GTMPORAdministration section, .GTMPORAdministration summary,
  .GTMPORAdministration time, .GTMPORAdministration mark, .GTMPORAdministration audio, .GTMPORAdministration video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box; }
  .GTMPORView article, .GTMPORView aside, .GTMPORView details, .GTMPORView figcaption, .GTMPORView figure,
  .GTMPORView footer, .GTMPORView header, .GTMPORView hgroup, .GTMPORView menu, .GTMPORView nav, .GTMPORView section, .GTMPORAdministration article, .GTMPORAdministration aside, .GTMPORAdministration details, .GTMPORAdministration figcaption, .GTMPORAdministration figure,
  .GTMPORAdministration footer, .GTMPORAdministration header, .GTMPORAdministration hgroup, .GTMPORAdministration menu, .GTMPORAdministration nav, .GTMPORAdministration section {
    display: block; }
  .GTMPORView body, .GTMPORAdministration body {
    line-height: 1; }
  .GTMPORView ul, .GTMPORAdministration ul {
    list-style: disc;
    padding-left: 20px; }
  .GTMPORView ol, .GTMPORAdministration ol {
    list-style: decimal;
    padding-left: 20px; }
  .GTMPORView blockquote, .GTMPORView q, .GTMPORAdministration blockquote, .GTMPORAdministration q {
    quotes: none; }
  .GTMPORView blockquote:before, .GTMPORView blockquote:after,
  .GTMPORView q:before, .GTMPORView q:after, .GTMPORAdministration blockquote:before, .GTMPORAdministration blockquote:after,
  .GTMPORAdministration q:before, .GTMPORAdministration q:after {
    content: '';
    content: none; }
  .GTMPORView table, .GTMPORAdministration table {
    border-collapse: collapse;
    border-spacing: 0; }

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  html *:focus, body *:focus, applet *:focus, object *:focus, iframe *:focus,
  h1 *:focus, h2 *:focus, h3 *:focus, h4 *:focus, h5 *:focus, h6 *:focus, p *:focus, blockquote *:focus, pre *:focus,
  a *:focus, abbr *:focus, acronym *:focus, address *:focus, big *:focus, cite *:focus, code *:focus,
  del *:focus, dfn *:focus, em *:focus, img *:focus, ins *:focus, kbd *:focus, q *:focus, s *:focus, samp *:focus,
  small *:focus, strike *:focus, strong *:focus, sub *:focus, sup *:focus, tt *:focus, var *:focus,
  b *:focus, u *:focus, i *:focus, center *:focus,
  dl *:focus, dt *:focus, dd *:focus, ol *:focus, ul *:focus, li *:focus,
  fieldset *:focus, form *:focus, label *:focus, legend *:focus,
  table *:focus, caption *:focus, tbody *:focus, tfoot *:focus, thead *:focus, tr *:focus, th *:focus, td *:focus,
  article *:focus, aside *:focus, canvas *:focus, details *:focus, embed *:focus,
  figure *:focus, figcaption *:focus, footer *:focus, header *:focus, hgroup *:focus,
  menu *:focus, nav *:focus, output *:focus, ruby *:focus, section *:focus, summary *:focus,
  time *:focus, mark *:focus, audio *:focus, video *:focus, div *:focus, button *:focus {
    outline: 1px dotted grey; } }

.mob_btn_w100:focus {
  border: 1px dotted white !important; }

.btn_enabled:focus {
  outline: 1px dotted grey !important; }

.GTMPORView .border {
  border: 1px solid #999; }

.GTMPORView .redborder {
  border: 1px solid #DD0000; }

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
/* 50% of Browser width #Screen between 600 to 1024*/
/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
/*
##Device = Laptops, Desktops
##Screen = B/w 1025px to 1280px
*/
body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  /* = 0.875rem */
  /* 16px = 1rem */
  position: relative;
  background: #1a2334; }

.modal-open .modal.in {
  z-index: 10000000; }

.app-container {
  /* tablet portrait */
  /* tablet landscape */ }
  @media only screen and (min-width: 768px) {
    .app-container {
      position: relative;
      min-height: 100vh; } }
  @media (min-width: 768px) {
    .app-container .app-row {
      margin-bottom: 196px;
      /* 283px; */ } }
  @media (min-width: 1024px) {
    .app-container .app-row {
      margin-bottom: 267px; } }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .app-container .app-row {
      margin-bottom: 267px; } }
  @media (min-width: 992px) {
    .app-container {
      /* constant margin after the main row == Footer height */ }
      .app-container .app-row {
        margin-bottom: 250px; } }

.defaultModal_container {
  width: 450px !important;
  color: #FFF !important;
  text-align: center !important;
  position: relative;
  background: #e8e8e8 !important;
  box-shadow: 0px 3px 30px #000 !important;
  overflow-y: hidden !important; }
  .defaultModal_container .text_left {
    text-align: left !important; }
  .defaultModal_container .padd_lftRgt_0 {
    padding-left: 0;
    padding-right: 0; }
  .defaultModal_container .mrg_all_0 {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0; }
  .defaultModal_container .mrg_lftRgt_0 {
    margin-left: 0;
    margin-right: 0; }
  .defaultModal_container .mrg_top_110 {
    margin-top: 110px; }
  .defaultModal_container .secondaryMessage {
    font-size: 16px;
    font-weight: 700;
    color: #000; }
  .defaultModal_container .defaultModal_header {
    font-size: 46px !important;
    font-weight: 400;
    line-height: 1.3269em !important;
    margin-top: 30px; }
    .defaultModal_container .defaultModal_header .iconSize {
      font-size: 60px;
      padding-left: 30px; }
    .defaultModal_container .defaultModal_header .success_header {
      font-size: 40px;
      color: #106bff; }
    .defaultModal_container .defaultModal_header .error_header {
      font-size: 40px;
      color: #ff6310; }
    .defaultModal_container .defaultModal_header .warning_header {
      font-size: 40px;
      color: #ff6310; }
  .defaultModal_container .defaultModal_body {
    font-size: 20px !important;
    line-height: 1.35em !important;
    margin: 11px 47px 23px 58px !important; }
    .defaultModal_container .defaultModal_body .community_subscribe_body {
      margin: 0 auto;
      font-size: 20px;
      padding-bottom: 10px;
      display: inline-block;
      color: #000;
      width: 100%;
      font-style: initial;
      font-weight: 400; }
      .defaultModal_container .defaultModal_body .community_subscribe_body ul li {
        font-size: 18px; }
  .defaultModal_container .defaultModal_footer {
    margin-left: 49px;
    margin-bottom: 70px;
    margin-right: 38px;
    font-size: 18px !important;
    line-height: 1.333em !important; }
  .defaultModal_container .dialogSubmitButtonFull {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #3a7589;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .defaultModal_container .dialogSubmitButtonFull :hover {
      background-color: #106bff;
      text-decoration: underline; }
  .defaultModal_container .dialogSubmitButtonHalf {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #3a7589;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .defaultModal_container .dialogSubmitButtonHalf :hover {
      background-color: #106bff;
      text-decoration: underline;
      border: 1px solid #106bff; }
  .defaultModal_container .btn_blue {
    width: 200px;
    background: #106bff;
    height: 40px;
    font-size: 12px;
    font-weight: 500;
    padding: 10px; }
    .defaultModal_container .btn_blue :hover {
      background-color: #000;
      text-decoration: underline;
      border: 1px solid #FFF; }
  .defaultModal_container .dialogSubmitButtonHalfDefault {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .defaultModal_container .dialogSubmitButtonHalfDefault :hover {
      text-decoration: underline; }
  .defaultModal_container .ms-fontWeight-regular .ms-Button-label {
    font-weight: 400; }
  .defaultModal_container .ms-Icon--Warning {
    color: #FFF;
    font-size: 160%;
    padding-top: 20px; }

.Loader-Large {
  text-align: center;
  padding-top: 200px;
  padding-bottom: 200px; }
  .Loader-Large h1 {
    font-size: 62px !important;
    height: 100px;
    background: -webkit-linear-gradient(top, #5c0f5d 0%, #326973 61%, #16a582 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation-duration: 1s;
    animation-name: Loading;
    animation-iteration-count: infinite;
    animation-direction: alternate; }

@keyframes Loading {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.video_popup {
  width: 60% !important;
  height: auto !important;
  overflow: hidden !important; }
  @media (max-width: 767px) {
    .video_popup {
      width: 90% !important; } }
  .video_popup .ms-Dialog-header {
    display: none; }
  .video_popup .ms-Dialog-inner {
    padding: 0 !important; }

.Large_image_popup {
  width: 90% !important;
  height: 90% !important;
  max-height: 90% !important; }
  .Large_image_popup .ms-Dialog-inner {
    height: 100%; }
  .Large_image_popup .ms-Dialog-content {
    height: 100%;
    overflow: auto; }

.GTMPORView {
  /* Global for all Video - Responsive css */
  /* for customized  Video */
  /* white button */
  /*paddings*/
  /*margins*/
  /* Global Media-queries */
  /* Extra small devices (phones, 767px and down) */ }
  .GTMPORView .action {
    color: #3372d9 !important;
    cursor: pointer; }
    .GTMPORView .action:hover {
      text-decoration: underline !important; }
  .GTMPORView .accessLink {
    color: #FFF !important;
    cursor: pointer;
    font-weight: bold; }
    .GTMPORView .accessLink:hover {
      text-decoration: underline !important; }
  .GTMPORView .defaulttabaction {
    color: black !important;
    font-weight: 500;
    cursor: pointer; }
    .GTMPORView .defaulttabaction:hover {
      text-decoration: underline !important; }
  .GTMPORView .footer_action {
    cursor: pointer; }
    .GTMPORView .footer_action:hover {
      text-decoration: underline !important; }
  .GTMPORView .txt_underline {
    text-decoration: underline; }
  .GTMPORView .viewMarketCode {
    border: 1px solid #0065c1;
    font-size: 12px;
    color: #0065c1;
    height: 25px;
    padding-top: 2px;
    padding-right: 5px;
    min-width: 175px; }
    .GTMPORView .viewMarketCode .label {
      font-weight: 700;
      font-size: 12px;
      color: #0065c1;
      padding-top: 3px; }
  .GTMPORView .viewSeason {
    border: 1px solid #0065c1;
    font-size: 12px;
    color: white;
    height: 25px;
    padding-top: 1px;
    padding-right: 5px;
    background-color: #0065c1;
    min-width: 175px; }
    .GTMPORView .viewSeason .seasonLabel {
      font-weight: 700;
      font-size: 12px;
      padding-top: 2px;
      padding-right: 5px; }
  .GTMPORView .error_msg {
    color: #a80000;
    font-size: 12px;
    font-weight: 400; }
  .GTMPORView .blueBorderButton {
    background-color: white !important;
    border: 1px solid #106bff !important;
    height: 40px;
    color: #106bff; }
    .GTMPORView .blueBorderButton:hover {
      color: #106bff;
      text-decoration: underline; }
  .GTMPORView .primaryButton, .GTMPORView .primaryButton_ht30 {
    background-color: #106bff !important;
    border: 1px solid #106bff !important;
    height: 40px; }
    .GTMPORView .primaryButton:hover, .GTMPORView .primaryButton_ht30:hover {
      background-color: #0078d4 !important;
      text-decoration: underline; }
  .GTMPORView .primaryButton_ht30 {
    height: 30px; }
  .GTMPORView .checkedButton {
    background-color: #cedef8 !important;
    border: 1px solid #106bff !important; }
  .GTMPORView .btn_remove, .GTMPORView .btn_remove_dis {
    background: #106bff;
    border-radius: 18px;
    color: white;
    padding: 4px 12px;
    font-size: 12px;
    cursor: pointer; }
  .GTMPORView .btn_remove_dis {
    background: orange; }
  .GTMPORView .blue {
    color: #106bff; }
    .GTMPORView .blue img {
      margin-left: -5px;
      height: 30px !important;
      margin-top: -4px; }
  .GTMPORView .orange {
    color: orange; }
  .GTMPORView .orange-border {
    border: 2px solid #FFBF00; }
    .GTMPORView .orange-border .ms-TextField-fieldGroup {
      border: none !important;
      height: 33px; }
      .GTMPORView .orange-border .ms-TextField-fieldGroup:after {
        border: none !important; }
    .GTMPORView .orange-border .ms-TextField-fieldGroup:hover {
      border: none !important; }
  .GTMPORView .publish_divider {
    border-right: 1px solid #d3d3d3;
    height: 36x; }
  .GTMPORView .loader_container {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 1000;
    background-color: #666;
    margin: auto;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px; }
  .GTMPORView .loader_container_indidual {
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 1000;
    background-color: #666;
    margin: auto;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px; }
  .GTMPORView .dialogSubmitButtonFull {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #3a7589;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .GTMPORView .dialogSubmitButtonFull :hover {
      background-color: #106bff;
      border: 1px solid #106bff; }
  .GTMPORView .dialogSubmitButtonHalf {
    width: 50%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #3a7589;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .GTMPORView .dialogSubmitButtonHalf :hover {
      background-color: #106bff;
      text-decoration: underline;
      border: 1px solid #106bff; }
  .GTMPORView .dialogSubmitButtonHalfDefault {
    width: 50%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .GTMPORView .dialogSubmitButtonHalfDefault :hover {
      text-decoration: underline; }
  .GTMPORView .loadMoreButton {
    font-size: 16px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer; }
  .GTMPORView .rich_text_global ol {
    list-style-type: decimal !important;
    list-style-position: inside !important;
    -webkit-margin-before: 1em !important;
    -webkit-margin-after: 1em !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-end: 0px !important;
    -webkit-padding-start: 0px !important; }
  .GTMPORView .rich_text_global ul {
    display: block !important;
    list-style-type: disc !important;
    -webkit-margin-before: 1em !important;
    -webkit-margin-after: 1em !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-end: 0px !important;
    -webkit-padding-start: 40px !important;
    list-style-position: inside !important; }
  .GTMPORView .rich_text_global sup {
    top: -0.5em; }
  .GTMPORView .rich_text_global sub,
  .GTMPORView .rich_text_global sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline; }
  .GTMPORView .rich_text_global p {
    margin: 0 0 10px; }
  .GTMPORView .wrap_ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*word-break: break-all;
        word-wrap: break-word;*/ }
  .GTMPORView .dList_scroll.ms-DetailsList .ms-SelectionZone, .GTMPORView .dList_userScroll.ms-DetailsList .ms-SelectionZone, .GTMPORView .dList_publishScroll.ms-DetailsList .ms-SelectionZone, .GTMPORView .dList_publishScroll_new.ms-DetailsList .ms-SelectionZone {
    max-height: 650px;
    overflow-y: overlay; }
  .GTMPORView .dList_scroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar, .GTMPORView .dList_userScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar, .GTMPORView .dList_publishScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar, .GTMPORView .dList_publishScroll_new.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar {
    width: 10px; }
  .GTMPORView .dList_scroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb, .GTMPORView .dList_userScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb, .GTMPORView .dList_publishScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb, .GTMPORView .dList_publishScroll_new.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb {
    background: #d2d2d2;
    border-radius: 10px; }
  .GTMPORView .dList_scroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb:hover, .GTMPORView .dList_userScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb:hover, .GTMPORView .dList_publishScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb:hover, .GTMPORView .dList_publishScroll_new.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb:hover {
    background: #a9a9a9; }
  .GTMPORView .dList_publishScroll.ms-DetailsList .ms-SelectionZone {
    max-height: 400px; }
  .GTMPORView .dList_publishScroll_new.ms-DetailsList .ms-SelectionZone {
    max-height: 760px; }
  .GTMPORView .rowht40sction .ms-DetailsRow, .GTMPORView .rowht40sction .ms-DetailsRow-cell {
    min-height: 30px !important;
    padding: 2px 0px !important;
    margin: 0px !important; }
  .GTMPORView .dList_userScroll.ms-DetailsList .ms-DetailsHeader-cell {
    font-weight: 700; }
  .GTMPORView .dList_userScroll.ms-DetailsList .ms-SelectionZone {
    max-height: 480px; }
  .GTMPORView .container_fluid {
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 1400px) {
    .GTMPORView .container {
      width: 1330px !important; } }
  .GTMPORView .word_break, .GTMPORView .richtext_list > div {
    word-break: break-word; }
    .GTMPORView .word_break_all {
      word-break: break-all; }
  .GTMPORView .page_status {
    font-size: 14px; }
  .GTMPORView .border_none {
    border: none !important; }
  .GTMPORView .r_border {
    border-right: 1px solid #000; }
  .GTMPORView .pos_rel {
    position: relative; }
  .GTMPORView .whitespace_nowrap {
    white-space: nowrap; }
  .GTMPORView .cust_grid {
    display: block;
    justify-content: normal;
    margin-top: 10px; }
    @media (min-width: 481px) {
      .GTMPORView .cust_grid {
        display: flex;
        justify-content: center;
        flex-flow: row wrap;
        margin-top: 10px; } }
  .GTMPORView .column_in_center {
    float: none; }
  .GTMPORView .video_section {
    /* 4x3 Aspect Ratio */
    /* React Player css */ }
    .GTMPORView .video_section .iframe-container {
      overflow: hidden;
      padding-top: 56.25%;
      position: relative; }
    .GTMPORView .video_section .iframe-container iframe {
      border: 0;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .GTMPORView .video_section .iframe-container-4x3 {
      padding-top: 75%; }
    .GTMPORView .video_section .player_wrapper {
      position: relative !important;
      padding-top: 56% !important; }
    .GTMPORView .video_section .react_player {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important; }
    .GTMPORView .video_section .view_large_btn {
      padding-left: 0px;
      text-decoration: underline; }
  .GTMPORView .cust_video .home_sm_tile {
    background: #000; }
  .GTMPORView .cust_video .home_sm_tile iframe,
  .GTMPORView .cust_video .last_visited_img iframe {
    height: 100%;
    width: 100%;
    opacity: 0.7; }
  .GTMPORView .cust_video .home_sm_tile .ut_img,
  .GTMPORView .cust_video .last_visited_img .ut_img {
    height: 100%;
    width: 100%;
    opacity: 0.7; }
    .GTMPORView .cust_video .home_sm_tile .ut_img img,
    .GTMPORView .cust_video .last_visited_img .ut_img img {
      height: 100%;
      width: 100%;
      max-width: 100% !important; }
  .GTMPORView .cust_video .last_visited_img iframe,
  .GTMPORView .cust_video .last_visited_img .ut_img {
    opacity: 0.9 !important; }
  .GTMPORView .cust_video .last_visited_img .video_icon_bg .video_icon {
    opacity: 0.7; }
  .GTMPORView .cust_video .ut_video .video_icon_bg {
    opacity: 1; }
  .GTMPORView .black_bg {
    background: #000 !important; }
  .GTMPORView .btn_whiteOutline {
    background: transparent;
    height: 33px;
    color: #FFF !important;
    border: 1px solid #FFF !important;
    padding: 10px 25px; }
  .GTMPORView .btn_whiteOutline:hover {
    background: #106bff !important;
    border: none !important;
    color: #FFF !important; }
  .GTMPORView .btn_outline {
    background: #FFF;
    height: 40px;
    color: #106bff !important;
    border: 1px solid #106bff !important;
    padding: 10px 6px; }
  .GTMPORView .btn_outline:hover {
    background: #106bff !important;
    color: #FFF !important; }
  .GTMPORView .btn_outline_disable {
    background: #FFF;
    height: 40px;
    color: #d2d2d2 !important;
    border: 1px solid #d2d2d2 !important;
    padding: 10px 6px; }
  .GTMPORView .btn_outline_disable:hover {
    background: #FFF !important;
    color: #d2d2d2 !important; }
  .GTMPORView .btn_active, .GTMPORView .btn_disable {
    background: #106bff;
    height: 30px;
    color: #FFF !important;
    border: 1px solid #106bff !important;
    cursor: pointer;
    padding: 10px 6px;
    pointer-events: auto;
    cursor: pointer; }
  .GTMPORView .btn_disable {
    background: #d2d2d2;
    border: 1px solid #d2d2d2 !important;
    pointer-events: none; }
  .GTMPORView .ltGrey_bg, .GTMPORView .ltGreyBg {
    background-color: #f0f2f7;
    min-height: 100vh;
    padding-bottom: 70px; }
  .GTMPORView .ltGreyBg {
    min-height: 90vh; }
  .GTMPORView .ltGreyBg20 {
    background-color: #f0f2f7;
    min-height: 100vh;
    padding-bottom: 20px;
    overflow-x: hidden; }
  .GTMPORView .minheight90 {
    min-height: 90vh; }
  .GTMPORView .bg_grey {
    background: #f0f2f7;
    padding: 15px; }
  .GTMPORView .grey_bg {
    background: #e9e9e9;
    padding: 15px; }
  .GTMPORView .content_hidden {
    visibility: hidden; }
  .GTMPORView .action_btn {
    font-size: 16px;
    padding: 3px;
    width: 30px;
    margin-right: 5px;
    background: white;
    color: #007bff !important;
    border: 1px solid #eaeaea;
    box-shadow: 0px 5px 8px #d9d9d9; }
  .GTMPORView .config_action_btn:hover {
    background: #007bff !important;
    color: #fff !important; }
  .GTMPORView .config_action_btn.add_sku {
    padding: 3px 5px; }
    .GTMPORView .config_action_btn.add_sku .ms-Icon.ms-Icon--Add::before {
      font-size: 13px !important;
      font-weight: 600; }
    .GTMPORView .config_action_btn.add_sku:hover .ms-Icon.ms-Icon--Add::before {
      color: #FFF; }
  .GTMPORView .releaseNotes_hr {
    border-bottom: 1.5px solid #d2d2d2;
    padding-top: 10px;
    margin-left: 0px;
    margin-right: 0px; }
  .GTMPORView .releaseNotes_divider {
    border-right: 1px solid #000;
    height: 40px; }
  .GTMPORView .releaseNotes_divider_grey {
    border-left: 2px solid #d2d2d2;
    height: 40px; }
  .GTMPORView .releaseNotesBtn_divider {
    border-right: 1px solid #a9a9a9;
    height: 40px; }
  .GTMPORView .releaseNotes_hyphon {
    border-top: 1px solid black;
    width: 15px; }
  .GTMPORView .confidential_title {
    color: #D28917; }
  .GTMPORView .d_flex {
    display: flex; }
  .GTMPORView .d_flex_rEnd {
    display: flex;
    justify-content: flex-end; }
  .GTMPORView .d_flex_spacebetween {
    display: flex;
    justify-content: space-between; }
  .GTMPORView .d_flex_wrap {
    display: flex;
    flex-wrap: wrap; }
  .GTMPORView .related_por {
    background: #29364e;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0px 10px;
    white-space: nowrap; }
  .GTMPORView .related_por:hover {
    background: #354767; }
  .GTMPORView .divider_grey {
    color: #d2d2d2; }
  .GTMPORView .dropdown_icon i {
    color: white;
    font-size: 12px;
    font-weight: 700;
    line-height: 55px !important; }
  .GTMPORView .rel_wdt560 {
    width: 560px !important;
    padding: 10px !important;
    color: #000;
    overflow-x: hidden !important; }
  .GTMPORView .rel_wdt560:hover {
    background: #e9e9e9; }
    .GTMPORView .rel_wdt560:hover .prod_name {
      color: #0078d4;
      font-weight: 500; }
  .GTMPORView .bottom_line {
    border-bottom: 1px solid #d2d2d2; }
  .GTMPORView .bottom_line:hover {
    background: #f1f7fd; }
  .GTMPORView .others_view {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 85px;
    margin-bottom: 10px; }
  .GTMPORView .btm_hr {
    border-bottom: 1px solid #6f7478;
    padding: 5px 0px; }
  .GTMPORView .top_hr {
    border-top: 1px solid #6f7478; }
  .GTMPORView .reportOwner_bg {
    font-size: 13px;
    background: #29364e;
    display: inline-block;
    text-align: center;
    padding: 5px;
    margin: 5px 0px; }
  .GTMPORView .one_line {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .GTMPORView .font24 {
    font-size: 24px; }
  .GTMPORView .font10 {
    font-size: 10px; }
  .GTMPORView .font12 {
    font-size: 12px; }
  .GTMPORView .font16 {
    font-size: 16px; }
  .GTMPORView .font18 {
    font-size: 18px; }
  .GTMPORView .font_wt500 {
    font-weight: 500; }
  .GTMPORView .font_wt600 {
    font-weight: 600; }
  .GTMPORView .font_bold {
    font-weight: 700; }
  .GTMPORView .ht40 {
    height: 40px !important; }
  .GTMPORView .ht75 {
    height: 75px !important; }
  .GTMPORView .mrg_rgt_3 {
    margin-right: 3px !important; }
  .GTMPORView .padd0 {
    padding: 0px; }
  .GTMPORView .padd5 {
    padding: 5px; }
  .GTMPORView .padd10 {
    padding: 10px; }
  .GTMPORView .padd15 {
    padding: 15px; }
  .GTMPORView .padd20 {
    padding: 20px; }
  .GTMPORView .padd_rgt_0 {
    padding-right: 0; }
  .GTMPORView .padd_lftRgt_0 {
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 481px) and (max-width: 767px) {
    .GTMPORView .padd_lftRgt_0_portrait {
      padding-left: 0;
      padding-right: 0; } }
  .GTMPORView .padd_lftRgt_2 {
    padding-left: 2px;
    padding-right: 2px; }
  .GTMPORView .padd_lftRgt_5 {
    padding-left: 5px;
    padding-right: 5px; }
  .GTMPORView .padd_lftRgt_10 {
    padding-left: 10px;
    padding-right: 10px; }
  .GTMPORView .padd_lftRgt_15 {
    padding-left: 15px;
    padding-right: 15px; }
  .GTMPORView .padd_lftRgt_20 {
    padding-left: 20px;
    padding-right: 20px; }
  .GTMPORView .padd_lftRgt_30 {
    padding-left: 30px;
    padding-right: 30px; }
  .GTMPORView .padd_lftRgt_40 {
    padding-left: 40px;
    padding-right: 40px; }
  .GTMPORView .padd_topbtm_5 {
    padding-top: 5px;
    padding-bottom: 5px; }
  .GTMPORView .padd_topbtm_10 {
    padding-top: 10px;
    padding-bottom: 10px; }
  .GTMPORView .padd_topbtm_15 {
    padding-top: 15px;
    padding-bottom: 15px; }
  .GTMPORView .padd_topbtm_20 {
    padding-top: 20px;
    padding-bottom: 20px; }
  .GTMPORView .padd_topbtm_25 {
    padding-top: 25px;
    padding-bottom: 25px; }
  .GTMPORView .padd_topbtm_30 {
    padding-top: 30px;
    padding-bottom: 30px; }
  .GTMPORView .padd_topbtm_40 {
    padding-top: 40px;
    padding-bottom: 40px; }
  .GTMPORView .padd_topbtm_50 {
    padding-top: 50px;
    padding-bottom: 50px; }
  .GTMPORView .padd_lft_0 {
    padding-left: 0; }
  .GTMPORView .padd_lft_5 {
    padding-left: 5px; }
  .GTMPORView .padd_lft_10 {
    padding-left: 10px; }
  .GTMPORView .padd_lft_15 {
    padding-left: 15px; }
  @media (min-width: 481px) and (max-width: 767px) {
    .GTMPORView .padd_lft_45_portrait {
      padding-left: 45px; } }
  .GTMPORView .padd_lft_20 {
    padding-left: 20px; }
  .GTMPORView .padd_lft_25 {
    padding-left: 25px; }
  .GTMPORView .padd_lft_30 {
    padding-left: 30px; }
  .GTMPORView .padd_lft_35 {
    padding-left: 35px; }
  .GTMPORView .padd_lft_40 {
    padding-left: 40px; }
    @media (min-width: 481px) and (max-width: 767px) {
      .GTMPORView .padd_lft_40 {
        padding-left: 17px; } }
  .GTMPORView .padd_lft_50 {
    padding-left: 50px; }
  .GTMPORView .padd_lft_60 {
    padding-left: 60px; }
  .GTMPORView .padd_lft_70 {
    padding-left: 70px; }
  .GTMPORView .padd_lft_80 {
    padding-left: 80px; }
  .GTMPORView .padd_lft_100 {
    padding-left: 100px; }
  .GTMPORView .padd_lft_105 {
    padding-left: 105px; }
  .GTMPORView .padd_lft_115 {
    padding-left: 115px; }
  .GTMPORView .padd_lft_100 {
    padding-left: 100px; }
  .GTMPORView .padd_lft_540 {
    padding-left: 540px; }
  .GTMPORView .padd_rgt_2 {
    padding-right: 2px; }
  .GTMPORView .padd_rgt_4 {
    padding-right: 4px; }
  .GTMPORView .padd_rgt_5 {
    padding-right: 5px; }
  .GTMPORView .padd_rgt_9 {
    padding-right: 9px; }
  .GTMPORView .padd_rgt_10 {
    padding-right: 10px; }
  .GTMPORView .padd_rgt_15 {
    padding-right: 15px; }
  .GTMPORView .padd_rgt_20 {
    padding-right: 20px; }
  .GTMPORView .padd_rgt_25 {
    padding-right: 25px; }
  .GTMPORView .padd_rgt_30 {
    padding-right: 30px; }
  .GTMPORView .padd_rgt_35 {
    padding-right: 35px; }
  .GTMPORView .padd_rgt_40 {
    padding-right: 40px; }
  .GTMPORView .padd_rgt_50 {
    padding-right: 50px; }
  .GTMPORView .padd_rgt_60 {
    padding-right: 60px; }
  .GTMPORView .padd_top_0 {
    padding-top: 0px; }
  .GTMPORView .padd_top_2 {
    padding-top: 2px; }
  .GTMPORView .padd_top_4 {
    padding-top: 4px; }
  .GTMPORView .padd_top_5 {
    padding-top: 5px; }
  .GTMPORView .padd_top_7 {
    padding-top: 7px; }
  .GTMPORView .padd_top_8 {
    padding-top: 8px; }
  .GTMPORView .padd_top_9 {
    padding-top: 9px; }
  .GTMPORView .padd_top_10 {
    padding-top: 10px; }
  .GTMPORView .padd_top_12 {
    padding-top: 12px; }
  .GTMPORView .padd_top_15 {
    padding-top: 15px; }
  .GTMPORView .padd_top_18 {
    padding-top: 18px !important; }
  .GTMPORView .padd_top_20 {
    padding-top: 20px; }
  .GTMPORView .padd_top_25 {
    padding-top: 25px; }
  .GTMPORView .padd_top_30 {
    padding-top: 30px; }
  .GTMPORView .padd_top_35 {
    padding-top: 35px; }
  .GTMPORView .padd_top_40 {
    padding-top: 40px; }
  .GTMPORView .padd_top_50 {
    padding-top: 50px; }
  .GTMPORView .padd_top_65 {
    padding-top: 65px; }
  .GTMPORView .padd_top_70 {
    padding-top: 70px; }
  .GTMPORView .padd_top_80 {
    padding-top: 80px; }
  .GTMPORView .padd_top_90 {
    padding-top: 90px; }
  .GTMPORView .padd_top_95 {
    padding-top: 95px; }
  .GTMPORView .padd_top_100 {
    padding-top: 100px; }
  .GTMPORView .padd_top_115 {
    padding-top: 115px; }
  .GTMPORView .padd_top_120 {
    padding-top: 120px; }
  .GTMPORView .padd_top_125 {
    padding-top: 125px; }
  .GTMPORView .padd_top_130 {
    padding-top: 130px; }
  .GTMPORView .padd_top_135 {
    padding-top: 135px; }
  .GTMPORView .padd_top_140 {
    padding-top: 140px; }
  .GTMPORView .padd_top_160 {
    padding-top: 160px; }
  .GTMPORView .padd_top_170 {
    padding-top: 170px; }
  .GTMPORView .padd_top_180 {
    padding-top: 180px; }
  .GTMPORView .padd_top_190 {
    padding-top: 190px; }
  .GTMPORView .padd_top_200 {
    padding-top: 200px; }
  .GTMPORView .padd_top_250 {
    padding-top: 250px; }
  .GTMPORView .padd_btm_0 {
    padding-bottom: 0; }
  .GTMPORView .padd_btm_0_imp {
    padding-bottom: 0 !important; }
  .GTMPORView .padd_btm_2 {
    padding-bottom: 2rem; }
  .GTMPORView .padd_btm_5 {
    padding-bottom: 5px; }
  .GTMPORView .padd_btm_10 {
    padding-bottom: 10px; }
  .GTMPORView .padd_btm_15 {
    padding-bottom: 15px; }
  .GTMPORView .padd_btm_20 {
    padding-bottom: 20px; }
  .GTMPORView .padd_btm_25 {
    padding-bottom: 25px; }
  .GTMPORView .padd_btm_30 {
    padding-bottom: 30px; }
  .GTMPORView .padd_btm_40 {
    padding-bottom: 40px; }
  .GTMPORView .padd_btm_50 {
    padding-bottom: 50px; }
  .GTMPORView .padd_btm_80 {
    padding-bottom: 100px; }
  .GTMPORView .padd_btm_80_a {
    padding-bottom: 80px; }
  .GTMPORView .padd_btm_150 {
    padding-bottom: 150px; }
  .GTMPORView .mrg_lft_0 {
    margin-left: 0; }
  .GTMPORView .mrg_lft_10 {
    margin-left: 10px; }
  .GTMPORView .mrg_lft_15 {
    margin-left: 15px; }
  .GTMPORView .mrg_lft_25 {
    margin-left: 25px; }
  .GTMPORView .mrg_lft_40 {
    margin-left: 40px; }
  .GTMPORView .mrg_lft_50 {
    margin-left: 50px; }
  .GTMPORView .mrg_lft_105 {
    margin-left: 105px; }
  .GTMPORView .mrg_lft_375 {
    margin-left: 375px; }
  .GTMPORView .mrg_lft_220 {
    margin-left: 220px; }
  .GTMPORView .mrg_lft_min_5 {
    margin-left: -5px; }
  .GTMPORView .mrg_lft_min_10 {
    margin-left: -10px; }
  .GTMPORView .mrg_lft_min_15 {
    margin-left: -15px; }
  .GTMPORView .mrg_top_n_60 {
    margin-top: -60px; }
  .GTMPORView .mrg_lft_min_30 {
    margin-left: -30px; }
  .GTMPORView .mrg_lftRgt_0 {
    margin-left: 0;
    margin-right: 0; }
  .GTMPORView .mrg_lftRgt_15 {
    margin-left: 15px;
    margin-right: 15px; }
  .GTMPORView .mrg_lftRgt_20 {
    margin-left: 20px;
    margin-right: 20px; }
  .GTMPORView .mrg_topbtm_5 {
    margin-top: 5px;
    margin-bottom: 5px; }
  .GTMPORView .mrg_topbtm_10 {
    margin-top: 10px;
    margin-bottom: 10px; }
  .GTMPORView .mrg_topbtm_20 {
    margin-top: 20px;
    margin-bottom: 20px; }
  .GTMPORView .mrg_topbtm_30 {
    margin-top: 30px;
    margin-bottom: 30px; }
  .GTMPORView .mrg_rgt_0 {
    margin-right: 0; }
  .GTMPORView .mrg_rgt_5 {
    margin-right: 5px; }
  .GTMPORView .mrg_rgt_10 {
    margin-right: 10px; }
  .GTMPORView .mrg_rgt_15 {
    margin-right: 15px; }
  .GTMPORView .mrg_rgt_20 {
    margin-right: 20px; }
  .GTMPORView .mrg_rgt_30 {
    margin-right: 30px; }
  .GTMPORView .mrg_rgt_280 {
    margin-right: 280px; }
  .GTMPORView .mrg_btm_0 {
    margin-bottom: 0; }
  .GTMPORView .mrg_btm_5 {
    margin-bottom: 5px; }
  .GTMPORView .mrg_btm_10 {
    margin-bottom: 10px; }
  .GTMPORView .mrg_btm_15 {
    margin-bottom: 15px; }
  .GTMPORView .mrg_btm_20 {
    margin-bottom: 20px; }
  .GTMPORView .mrg_btm_30 {
    margin-bottom: 30px; }
  .GTMPORView .mrg_btm_40 {
    margin-bottom: 40px; }
  .GTMPORView .mrg_btm_45 {
    margin-bottom: 45px; }
  .GTMPORView .mrg_btm_50 {
    margin-bottom: 50px; }
  .GTMPORView .mrg_btm_60 {
    margin-bottom: 60px; }
  .GTMPORView .mrg_btm_90 {
    margin-bottom: 90px; }
  .GTMPORView .mrg_btm_100 {
    margin-bottom: 100px; }
  .GTMPORView .mrg_btm_140 {
    margin-bottom: 140px; }
  .GTMPORView .mrg_btm_170 {
    margin-bottom: 170px; }
  .GTMPORView .mrg_top_n_15 {
    margin-top: -15px; }
  .GTMPORView .mrg_top_0 {
    margin-top: 0; }
  .GTMPORView .mrg_top_4 {
    margin-top: 4px; }
  .GTMPORView .mrg_top_5 {
    margin-top: 5px; }
  .GTMPORView .mrg_top_10 {
    margin-top: 10px; }
  .GTMPORView .mrg_top_12 {
    margin-top: 12px; }
  .GTMPORView .mrg_top_15 {
    margin-top: 15px; }
  .GTMPORView .mrg_top_20 {
    margin-top: 20px; }
  .GTMPORView .mrg_top_25 {
    margin-top: 25px; }
  .GTMPORView .mrg_top_30 {
    margin-top: 30px; }
  .GTMPORView .mrg_top_35 {
    margin-top: 35px; }
  .GTMPORView .mrg_top_40 {
    margin-top: 40px; }
  .GTMPORView .mrg_top_45 {
    margin-top: 45px; }
  .GTMPORView .mrg_top_50 {
    margin-top: 50px; }
  .GTMPORView h1,
  .GTMPORView .h1 {
    font-size: 1.875em;
    font-weight: 400; }
  .GTMPORView h2,
  .GTMPORView .h2 {
    font-size: 1.72em;
    font-weight: 500; }
  .GTMPORView h3,
  .GTMPORView .h3 {
    font-size: 1.14em;
    font-weight: 600; }
  .GTMPORView h5,
  .GTMPORView .h5 {
    font-size: 0.625em;
    font-weight: 300; }
  .GTMPORView .font14 {
    font-size: 14px; }
  .GTMPORView .font20 {
    font-size: 20px; }
  .GTMPORView .font28 {
    font-size: 28px; }
  .GTMPORView .font40 {
    font-size: 40px; }
  .GTMPORView .blue_outlook {
    color: #006fc4; }
  .GTMPORView .blue_word {
    color: #2b589b; }
  .GTMPORView .blue_text {
    color: #00b4f1; }
  .GTMPORView .blue_icon {
    font-weight: 700;
    color: #106bff; }
  .GTMPORView .blue_visio {
    color: #36519f; }
  .GTMPORView .green {
    color: #107B12; }
  .GTMPORView .green-border {
    border: 2px solid #107B12; }
  .GTMPORView .brown {
    color: #D73A06; }
  .GTMPORView .white {
    color: #FFF; }
  .GTMPORView .white_bg {
    background: #FFF; }
  .GTMPORView .grey_hr {
    border-bottom: 1px solid #D0D0D0; }
  .GTMPORView .grey_top {
    border-top: 2px solid #D0D0D0;
    padding-top: 10px; }
  .GTMPORView .blue_hr {
    border-bottom: 3px solid #106bff; }
  .GTMPORView .blue_checkedBox .ms-Checkbox-text {
    color: #0078d6 !important; }
  .GTMPORView .vertical_align {
    height: 40px;
    line-height: 13px; }
  .GTMPORView .noHorizontalScroll {
    overflow-x: hidden !important; }
  .GTMPORView .blue_checkedBox1.ms-Checkbox-text {
    color: #0078d6 !important; }
  .GTMPORView .black_hr {
    border-top: 1px solid #000; }
  .GTMPORView .d_none {
    display: none !important; }
  .GTMPORView .d_inline {
    display: inline; }
  .GTMPORView .block {
    display: block; }
  .GTMPORView .d_inline_block {
    display: inline-block; }
  .GTMPORView .d_inline_flex {
    display: inline-flex; }
  .GTMPORView .img_publish_por {
    height: 25px;
    width: 30px; }
  .GTMPORView .img_preview_por {
    height: 30px;
    width: 30px; }
  .GTMPORView .word_break_price {
    word-break: break-all; }
  .GTMPORView .width60 {
    width: 60px; }
  .GTMPORView .width90 {
    width: 90px; }
  .GTMPORView .height100 {
    height: 100%; }
  .GTMPORView .heightAuto {
    height: auto !important; }
  .GTMPORView .width100 {
    width: 100%; }
  .GTMPORView .widthAuto {
    width: auto !important; }
  .GTMPORView .wdt135 {
    width: 135px; }
  .GTMPORView .wdt145 {
    width: 145px; }
  .GTMPORView .wdt160 {
    width: 160px; }
  .GTMPORView .wdt175 {
    width: 175px; }
  .GTMPORView .wdt260 {
    width: 260px; }
  .GTMPORView .wdt600 {
    width: 600px; }
  .GTMPORView .wdt106 {
    width: 106px; }
  .GTMPORView .hgt45 {
    height: 45px; }
  .GTMPORView .align_center_abs {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .GTMPORView .align_center, .GTMPORView .video_icon_bg {
    display: flex;
    justify-content: center;
    align-items: center; }
  .GTMPORView .content_right {
    display: flex;
    justify-content: flex-end; }
  .GTMPORView .align_leftBaseline {
    display: flex !important;
    align-items: baseline !important; }
  .GTMPORView .align_right {
    display: inline-grid;
    justify-content: right;
    align-items: flex-end; }
  .GTMPORView .align_leftMiddle {
    display: flex;
    align-items: center; }
  .GTMPORView .align_left {
    display: inline-grid;
    justify-content: left;
    align-items: center; }
  .GTMPORView .align_left_bottom {
    display: inline-grid;
    justify-content: left;
    align-items: flex-end; }
  .GTMPORView .text_webkit_right {
    text-align: -webkit-right; }
  .GTMPORView .cursor_pointer {
    cursor: pointer; }
  .GTMPORView .cursor_not_allow {
    cursor: not-allowed; }
  .GTMPORView .cursor_default {
    cursor: default; }
  .GTMPORView .cursor_pointer_off .ms-TextField-fieldGroup .ms-TextField-field {
    cursor: default !important; }
  .GTMPORView .expand_waves {
    color: #0077D5;
    font-size: 12px;
    padding: 3px;
    text-align: center;
    width: 93px;
    border: 1px solid #7caaf2;
    border-radius: 15px; }
  .GTMPORView .manage_private_communities .subscription.people_selected {
    background: #F5F5F5;
    position: relative;
    height: 70px; }
    .GTMPORView .manage_private_communities .subscription.people_selected .ms-Icon {
      position: absolute;
      right: 10px;
      top: 10px; }
  .GTMPORView .ms-Persona-details {
    padding: 0 6px;
    display: inline-block; }
    .GTMPORView .ms-Persona-details .ms-Persona-primaryText,
    .GTMPORView .ms-Persona-details .ms-Persona-secondaryText {
      display: inline;
      color: #000;
      font-size: 14px; }
    .GTMPORView .ms-Persona-details .ms-Persona-primaryText {
      font-weight: 600; }
    .GTMPORView .ms-Persona-details .ms-Persona-secondaryText {
      padding-left: 0; }
      .GTMPORView .ms-Persona-details .ms-Persona-secondaryText::before {
        content: "-";
        margin: 0 5px; }
  .GTMPORView .ms-TextField-fieldGroup,
  .GTMPORView .FilteredMultiSelect__select,
  .GTMPORView .ms-Dropdown-title {
    background: #FFF;
    border: 1px solid #D0D0D0;
    height: 40px; }
  .GTMPORView .custom_field .ms-TextField-field {
    font-size: 20px;
    line-height: 26px !important; }
  @media (min-width: 600px) and (max-width: 991px) {
    .GTMPORView .hide_on_screen50 {
      display: none !important; }
    .GTMPORView .font12 {
      font-size: 12px; }
    .GTMPORView .padd_lft_0 {
      padding-left: 0px !important; }
    .GTMPORView .padd_top_160_s50 {
      padding-top: 160px !important; }
    .GTMPORView .padd_lft_35_s50 {
      padding-left: 35px !important; }
    .GTMPORView .padd_lftRgt_0_s50 {
      padding-left: 0px !important;
      padding-right: 0px !important; }
    .GTMPORView .item_left {
      display: flex !important;
      justify-content: left !important; }
    .GTMPORView .item_center {
      display: flex !important;
      justify-content: center !important; }
    .GTMPORView .item_right {
      display: flex !important;
      justify-content: flex-end !important; }
    .GTMPORView .pivot_container {
      margin-right: 5px; }
    .GTMPORView .pivot_tabs .ms-Pivot-link {
      min-width: 126px !important; }
    .GTMPORView .pivot_tabs .ms-FocusZone ul.ms-Pivot--tabs {
      display: flex; }
      .GTMPORView .pivot_tabs .ms-FocusZone ul.ms-Pivot--tabs button {
        height: 45px !important; }
      .GTMPORView .pivot_tabs .ms-FocusZone ul.ms-Pivot--tabs button.ms-Pivot-link {
        background-color: #fcfcfc !important;
        margin-right: 3px !important;
        min-width: 1em !important;
        font-weight: 400;
        font-size: 14px !important; } }
  @media only screen and (min-width: 768px) {
    .GTMPORView .hide_on_desktop {
      display: none !important; } }
  @media (max-width: 767px) {
    .GTMPORView .hide_on_mobile {
      display: none !important; } }
  @media (min-width: 481px) {
    .GTMPORView .hide_common_layout {
      display: none !important; } }
  @media (min-width: 320px) and (max-width: 480px) {
    .GTMPORView .hide_on_mobile_portrait {
      display: none !important; } }
  @media (min-width: 481px) and (max-width: 767px) {
    .GTMPORView .quick_links_section .viewhome_nav {
      display: none !important; }
    .GTMPORView .quick_links_section .landscape_only {
      display: block !important; } }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .GTMPORView .quick_links_section .viewhome_nav {
      display: none !important; }
    .GTMPORView .quick_links_section .landscape_only {
      display: block !important; } }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .GTMPORView .tab_landscape {
      display: block !important; }
    .GTMPORView .other_d {
      display: none !important; } }
  @media (max-width: 767px) {
    .GTMPORView .mobile_center {
      text-align: center; }
    .GTMPORView .mob_btn_w100 {
      width: 100%; }
    .GTMPORView .mob_padding_0 {
      padding: 0; } }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .GTMPORView .tab_center {
      text-align: center; } }
  .GTMPORView .default_message {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
    color: #666;
    height: 100%;
    padding: 10px; }
    .GTMPORView .default_message h2 {
      font-weight: 300; }
      @media (max-width: 767px) {
        .GTMPORView .default_message h2 {
          font-size: 18px; } }
  .GTMPORView .richtext_list {
    overflow: auto !important;
    /*table { width: 100% !important}*/ }
    .GTMPORView .richtext_list ul,
    .GTMPORView .richtext_list ol {
      padding-left: 15px; }
    .GTMPORView .richtext_list ul {
      list-style-type: unset !important; }
    .GTMPORView .richtext_list ol {
      list-style-type: decimal !important; }

.labelBold {
  font-weight: 700px; }

.GTMPORView {
  /* Buttons */ }
  .GTMPORView label {
    font-weight: normal; }
  .GTMPORView .ms_logo {
    width: 112px;
    height: 28px;
    padding-right: 14px;
    background-size: contain;
    display: inline-block; }
  .GTMPORView .ms_logo_black {
    width: 112px;
    height: 21px;
    padding-right: 14px;
    background-size: contain;
    display: inline-block; }
  .GTMPORView input[type="checkbox"],
  .GTMPORView input[type="radio"] {
    margin: 4px 5px 0 0 !important; }
  .GTMPORView input[type="checkbox"] + label {
    color: #0067B8; }
  .GTMPORView .grey_txt {
    color: #999; }
  .GTMPORView .page_url {
    font-size: 1.5em;
    padding-right: 8px; }
  .GTMPORView .share_icon {
    font-size: 1.5em;
    vertical-align: middle; }
  .GTMPORView .vertical-alignMiddle {
    vertical-align: middle !important; }
  .GTMPORView .toggle_label {
    display: flex; }
    .GTMPORView .toggle_label .ms-Toggle {
      display: flex; }
    .GTMPORView .toggle_label .ms-Toggle-label {
      margin-right: 20px; }
    .GTMPORView .toggle_label.whtLabel .ms-Toggle-label {
      color: white !important; }
  .GTMPORView .btn_primary {
    /* Blue Button */
    background: #0077D5;
    color: #FFF !important;
    border-color: transparent;
    padding: 6px 20px;
    font-size: 14px;
    text-transform: uppercase; }
    .GTMPORView .btn_primary:hover {
      text-decoration: none; }
  .GTMPORView .btn_default {
    color: #000;
    border: 1px solid #000;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 14px;
    background-color: transparent;
    border-radius: 0; }
    .GTMPORView .btn_default:hover {
      text-decoration: none; }
    .GTMPORView .btn_default:focus, .GTMPORView .btn_default:active:focus, .GTMPORView .btn_default.active:focus, .GTMPORView .btn_default.focus, .GTMPORView .btn_default:active.focus, .GTMPORView .btn_default.active.focus {
      outline: none;
      box-shadow: none; }
  .GTMPORView .btn_disabled {
    color: #000;
    padding: 4px 13px;
    border-radius: 13px;
    font-size: 11px;
    background-color: #AFAFAF;
    text-decoration: none;
    opacity: 0.5;
    cursor: not-allowed;
    margin-top: 4px; }
  .GTMPORView .btn_enabled {
    cursor: pointer;
    border-radius: 13px;
    font-size: 11px;
    padding: 4px 13px;
    margin-top: 4px;
    border: 1px solid #a6a6a6;
    background-color: #FFF;
    color: #000; }
    .GTMPORView .btn_enabled:hover {
      text-decoration: none; }
  .GTMPORView .btn_submit {
    background-color: #e70070;
    color: #FFF;
    padding: 8px 20px;
    border: 1px solid #e70070;
    border-radius: 0;
    font-weight: 600; }
  .GTMPORView .rounded_btn {
    background-color: #B4229E;
    color: #FFF;
    padding: 14px 28px;
    border: 1px solid #B4229E;
    border-radius: 25px;
    text-transform: uppercase; }
  .GTMPORView .btn_secondary {
    border: 1px solid #666;
    background: none;
    color: #000;
    min-width: 120px;
    padding: 10px 20px;
    font-size: 12px;
    border-radius: 0;
    text-transform: uppercase; }
  .GTMPORView .view_all_btn {
    padding: 6px 15px;
    border-radius: 0;
    height: 35px;
    color: #0067B8;
    border-color: #0067B8;
    background-color: transparent;
    transition: 0.25s; }
    .GTMPORView .view_all_btn:hover {
      background-color: #0067B8;
      color: #FFF;
      transition: 0.25s;
      text-decoration: none; }
  .GTMPORView .btn_primary,
  .GTMPORView .btn_secondary,
  .GTMPORView .btn_default {
    transition: 0.25s; }
  .GTMPORView .border_top_0 {
    border-top: 0; }
  .GTMPORView .ms-Persona-initials,
  .GTMPORView .callout-content-container .ms-Persona-initials {
    background: #D28917; }
  .GTMPORView .view_bg_overlay {
    background: rgba(212, 228, 239, 0);
    background: -moz-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212, 228, 239, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#000000', GradientType=0 );
    min-height: 500px; }
    @media (max-width: 767px) {
      .GTMPORView .view_bg_overlay {
        min-height: 250px; } }
  .GTMPORView .banner_image_filter {
    position: relative; }
    .GTMPORView .banner_image_filter .headerStyle_content {
      position: absolute;
      width: 100%;
      z-index: 1;
      text-align: center; }
    .GTMPORView .banner_image_filter .view_hero_content {
      display: flex;
      align-items: flex-end;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 18px; }
      .GTMPORView .banner_image_filter .view_hero_content .row {
        display: contents;
        align-items: flex-end;
        width: 100%; }
        @media (max-width: 767px) {
          .GTMPORView .banner_image_filter .view_hero_content .row {
            display: inline-block; } }
    .GTMPORView .banner_image_filter h1.page_title {
      color: #FFF;
      padding-bottom: 10px;
      font-weight: 100;
      word-wrap: break-word;
      font-size: 60px; }
      @media (max-width: 767px) {
        .GTMPORView .banner_image_filter h1.page_title {
          font-size: 36px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; } }
      @media (min-width: 320px) and (max-width: 480px) {
        .GTMPORView .banner_image_filter h1.page_title {
          padding-left: 10%;
          text-align: center; } }
      @media (min-width: 481px) and (max-width: 767px) {
        .GTMPORView .banner_image_filter h1.page_title {
          padding: 0px 15px 0px 15px; } }
    .GTMPORView .banner_image_filter .hubBreadCrumb {
      margin-top: 0;
      display: inline-block; }
      @media (min-width: 320px) and (max-width: 480px) {
        .GTMPORView .banner_image_filter .hubBreadCrumb {
          display: none; } }
      @media (min-width: 481px) and (max-width: 767px) {
        .GTMPORView .banner_image_filter .hubBreadCrumb {
          padding: 0px 15px 0px 15px; } }
      .GTMPORView .banner_image_filter .hubBreadCrumb li div {
        font-size: 18px;
        margin-right: 10px; }
      .GTMPORView .banner_image_filter .hubBreadCrumb li a {
        font-size: 16px;
        color: #FFF; }
        .GTMPORView .banner_image_filter .hubBreadCrumb li a:hover {
          background: none; }
        .GTMPORView .banner_image_filter .hubBreadCrumb li a:last-child {
          color: #FFC625; }
        .GTMPORView .banner_image_filter .hubBreadCrumb li a > div {
          font-size: 16px; }
    .GTMPORView .banner_image_filter .dropdown.hubBreadCrumbDpdn {
      display: inline-block; }
      @media (min-width: 320px) and (max-width: 480px) {
        .GTMPORView .banner_image_filter .dropdown.hubBreadCrumbDpdn {
          display: none; } }
    .GTMPORView .banner_image_filter .page_description {
      background: rgba(0, 0, 0, 0.5);
      padding: 15px; }
      .GTMPORView .banner_image_filter .page_description p {
        font-size: 18px;
        font-weight: normal;
        line-height: 24px;
        color: #FFF;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden; }
        @media (max-width: 767px) {
          .GTMPORView .banner_image_filter .page_description p {
            font-size: 16px;
            line-height: 20px;
            padding-bottom: 2px;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            width: 100%; } }
  .GTMPORView .fav_icon_bg, .GTMPORView .fav_icon_bg_grey, .GTMPORView .fav_icon_bg_red {
    width: 40px;
    height: 40px;
    border-radius: 22px;
    background-color: #D73A06;
    padding-top: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    .GTMPORView .fav_icon_bg_grey {
      background-color: #D0D0D0; }
      .GTMPORView .fav_icon_bg_grey .ms-Icon--Share {
        color: black !important;
        padding-left: 4px;
        padding-bottom: 4px; }
    .GTMPORView .fav_icon_bg_red {
      color: #FFF;
      width: 23px;
      height: 23px;
      font-size: 12px;
      padding-top: 0px; }
  .GTMPORView .heart_fill {
    font-size: 180%;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center; }
  .GTMPORView .video_icon_bg {
    margin: 0 auto;
    position: absolute;
    top: 0 !important;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0; }
    .GTMPORView .video_icon_bg .video_icon {
      font-size: 440%;
      color: #000;
      position: relative;
      opacity: 0.8; }
      @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
        .GTMPORView .video_icon_bg .video_icon {
          font-size: 440%; } }
      @media (max-width: 767px) {
        .GTMPORView .video_icon_bg .video_icon {
          font-size: 450%; } }
    .GTMPORView .video_icon_bg .play_icon {
      font-size: 300%;
      color: #b8b8b8;
      opacity: 0.5; }
      @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
        .GTMPORView .video_icon_bg .play_icon {
          font-size: 320%; } }
      @media (max-width: 767px) {
        .GTMPORView .video_icon_bg .play_icon {
          font-size: 320%; } }
  .GTMPORView .grey_container {
    background: #F1F1F1;
    margin-bottom: 40px; }
  .GTMPORView .doc_load_more {
    background: #E6E6E6;
    color: #000;
    text-align: center;
    padding: 5px;
    margin: 0px -20px 0px -20px;
    cursor: pointer; }
  .GTMPORView .related-links {
    background-color: #F1F1F1;
    padding: 20px 20px 0px 20px; }
    .GTMPORView .related-links.links {
      margin-bottom: 0px; }
    .GTMPORView .related-links.docs {
      padding: 10px; }
    .GTMPORView .related-links.landing_docs {
      margin-bottom: 50px;
      padding-bottom: 0; }
      @media (max-width: 767px) {
        .GTMPORView .related-links.landing_docs {
          margin-bottom: 0px; } }
    .GTMPORView .related-links .media {
      padding: 5px;
      cursor: default;
      transition: 0.25s;
      display: flex;
      align-items: center; }
      .GTMPORView .related-links .media:hover,
      .GTMPORView .related-links .media:hover span {
        background: #DDD; }
      .GTMPORView .related-links .media-body {
        display: flex;
        align-items: center; }
        .GTMPORView .related-links .media-body .file_icon {
          display: flex;
          flex-grow: 0;
          align-items: center; }
        .GTMPORView .related-links .media-body .ms-Icon--Document {
          font-size: 40px;
          color: #000;
          font-weight: 100; }
        .GTMPORView .related-links .media-body span {
          font-size: 14px;
          line-height: 14px;
          position: absolute;
          color: #000;
          text-transform: uppercase;
          background: #f1f1f1;
          margin-left: -5px; }
    .GTMPORView .related-links .media-heading {
      font-size: 16px;
      display: flex;
      flex-grow: 1;
      overflow: visible;
      word-break: break-all;
      line-height: 20px;
      margin-bottom: 5px; }
    .GTMPORView .related-links .created_author_date {
      font-size: 12px;
      color: #8b8b8b; }
    .GTMPORView .related-links .download_wrapper_gray {
      width: 40px;
      height: 40px;
      display: inline-block;
      border-radius: 50%;
      cursor: default;
      background-color: #D0D0D0;
      opacity: 0.7; }
      .GTMPORView .related-links .download_wrapper_gray .ms-Icon--Download {
        color: #000;
        font-size: 24px;
        padding: 3px 8px;
        opacity: 0.7; }
    .GTMPORView .related-links .download_wrapper {
      width: 40px;
      height: 40px;
      background-color: #D0D0D0;
      display: inline-block;
      border-radius: 50%;
      cursor: pointer; }
      .GTMPORView .related-links .download_wrapper:hover {
        background: #A8A8A8; }
      .GTMPORView .related-links .download_wrapper .ms-Icon--Download {
        color: #000;
        font-size: 24px;
        padding: 3px 8px; }
  .GTMPORView .filter_section {
    background-color: #F1F1F1;
    padding: 18px 0;
    line-height: 1; }
    .GTMPORView .filter_section .filter_title {
      font-size: 20px;
      font-weight: 700;
      margin-top: 4px; }
    .GTMPORView .filter_section .up_down_icon {
      font-size: 30px;
      cursor: pointer; }
    .GTMPORView .filter_section .dropdown_errmsg .ms-Dropdown-label {
      color: #000;
      margin-bottom: 5px; }
    .GTMPORView .filter_section .dropdown_errmsg .ms-Dropdown-container:after {
      display: none; }
  .GTMPORView .ms-Dropdown-container .ms-Dropdown-caretDownWrapper {
    cursor: pointer; }
  .GTMPORView .default_message {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
    color: #666;
    height: 100%;
    padding: 10px; }
    .GTMPORView .default_message h2 {
      font-weight: 300; }
      @media (max-width: 767px) {
        .GTMPORView .default_message h2 {
          font-size: 18px; } }
  .GTMPORView .default_message_home {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
    color: #F5F5F5;
    height: 100%;
    padding-top: 80px; }
    .GTMPORView .default_message_home p {
      font-weight: 300;
      font-size: 14px; }
      @media (max-width: 767px) {
        .GTMPORView .default_message_home p {
          font-size: 12px; } }

.view_bg_overlay {
  background: rgba(212, 228, 239, 0);
  background: -moz-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212, 228, 239, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#000000', GradientType=0 );
  min-height: 250px; }
  @media only screen and (min-width: 768px) {
    .view_bg_overlay {
      min-height: 500px; } }

.banner_image_filter {
  position: relative; }
  .banner_image_filter .headerStyle_content {
    position: absolute;
    width: 100%;
    z-index: 1;
    text-align: center; }
  .banner_image_filter .view_hero_content {
    display: flex;
    align-items: flex-end;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 18px; }
    .banner_image_filter .view_hero_content .row {
      display: contents;
      align-items: flex-end;
      width: 100%; }
  .banner_image_filter h1.page_title {
    color: #FFF;
    padding-bottom: 10px;
    font-size: 60px;
    font-weight: 100;
    max-width: 100%;
    word-wrap: break-word; }
  .banner_image_filter .hubBreadCrumb {
    margin-top: 0;
    display: inline-block; }
    .banner_image_filter .hubBreadCrumb li div {
      font-size: 18px;
      margin-right: 10px; }
    .banner_image_filter .hubBreadCrumb li a {
      font-size: 16px;
      color: #FFF; }
      .banner_image_filter .hubBreadCrumb li a:hover {
        background: none; }
      .banner_image_filter .hubBreadCrumb li a:last-child {
        color: #FFC625; }
      .banner_image_filter .hubBreadCrumb li a > div {
        font-size: 16px; }
  .banner_image_filter .dropdown.hubBreadCrumbDpdn {
    display: inline-block; }
  .banner_image_filter .page_description {
    background: rgba(0, 0, 0, 0.5);
    padding: 15px; }
    .banner_image_filter .page_description p {
      font-size: 18px;
      font-weight: normal;
      line-height: 24px;
      color: #FFF;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden; }

.heightHandler {
  display: flex;
  flex-wrap: wrap;
  min-height: 60px; }

.wave_Checkbox_Text .ms-Checkbox-label .ms-Checkbox-text {
  color: #106ebe !important; }

.blue_Border {
  height: 40px;
  padding-top: 8px;
  border: 1px solid grey;
  border-radius: 20px; }
  .blue_Border:hover {
    border-color: #106ebe;
    color: #106ebe; }

.black_Border {
  height: 40px;
  padding-top: 8px;
  border: 1px solid #000;
  border-radius: 20px;
  cursor: pointer; }
  .black_Border:hover {
    border-color: #106ebe;
    color: #106ebe; }
  .black_Border.except_case {
    position: relative;
    top: 4px;
    display: inline-block;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 10px;
    margin-right: 10px; }
  .black_Border.cursor_default:hover {
    border-color: #000;
    color: #000; }

.waveDropDown .ms-Dropdown-title.title_64adfa86 {
  padding-right: 50px !important;
  font-weight: bold;
  font-size: 16px; }

.waveCallout .ms-ContextualMenu-item {
  color: white !important; }

.waveCallout .ms-ContextualMenu-link {
  color: white !important;
  background-color: #106ebe !important; }

.waveCallout .ms-ContextualMenu-list {
  background-color: #106ebe !important; }
  .waveCallout .ms-ContextualMenu-list :focus {
    background-color: #106ebe !important;
    font-weight: bold; }
  .waveCallout .ms-ContextualMenu-list :hover {
    background-color: #106ebe !important;
    font-weight: bold; }

.errorMsg {
  color: red; }

.hScroll_remove {
  overflow-x: hidden !important;
  word-break: break-word; }

.bg_Color {
  border: none !important;
  background-color: transparent !important;
  min-height: 10px !important; }

@media (min-width: 481px) and (max-width: 767px) {
  .font_size_portrait {
    font-size: 8px !important; } }

@media (min-width: 481px) and (max-width: 767px) {
  .ms-Callout-main .ms-Button-flexContainer {
    font-size: 10px !important; } }

.yellow-border {
  border-style: double;
  border-color: yellow; }

.publish_main_section {
  padding: 0 20px 10px !important; }

.publishedGridTop {
  padding-top: 15px;
  background-color: white;
  padding-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px; }

.padd_lft_36 {
  padding-left: 36px; }

.tablesection-club {
  margin: 0px -15px 50px !important; }

.ms-Callout.ms-DatePicker-callout .ms-Callout-main .ms-DatePicker .ms-FocusZone > table th {
  text-align: center; }

.seasonImage_map_fltr {
  padding: 10px;
  width: 22px;
  height: 20px;
  color: #FFF; }

.previewborderSec-prod img {
  width: 36px; }

.m_initial {
  position: relative;
  top: 1.5px; }
  .m_initial_0 {
    position: relative;
    top: 0; }
  .m_initial-3 {
    position: relative;
    top: -3px; }

.Disabledbutton {
  pointer-events: none;
  opacity: 0.4; }

.addeditmodlepopup {
  overflow-x: hidden !important; }

.GTMPORView.CreatePORPage .bundle-total-section {
  padding: 5px 20px !important;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  width: 100%; }
  .GTMPORView.CreatePORPage .bundle-total-section .sumpricelabel {
    font-weight: bolder;
    padding: 10px 20px; }
  .GTMPORView.CreatePORPage .bundle-total-section .sumpricevalue {
    font-weight: bolder;
    padding: 10px 20px; }

.GTMPORView.CreatePORPage .bundle-action-control-popup .config_element {
  padding: 10px 10px 10px 0; }

.GTMPORView.CreatePORPage .bundle-action-control-popup .control-sec1 {
  padding: 10px 0 10px 10px !important; }

.GTMPORView.CreatePORPage .bundle-action-control-popup .control-sec2 {
  display: flex;
  padding: 10px 1px 10px 1px !important; }
  .GTMPORView.CreatePORPage .bundle-action-control-popup .control-sec2 .secpadd {
    padding: 0 10px; }
  .GTMPORView.CreatePORPage .bundle-action-control-popup .control-sec2 .minmaxwidth230 {
    max-width: 230px !important;
    min-width: 230px !important; }
  .GTMPORView.CreatePORPage .bundle-action-control-popup .control-sec2 .checkBoxSection {
    padding: 20px 0px 0px !important;
    align-self: center !important; }

.GTMPORView.CreatePORPage.share_width.ms-Dialog-main {
  width: 600px !important; }

.GTMPORView.CreatePORPage.share_width .ms-BasePicker-input {
  height: 40px; }

.GTMPORView.CreatePORPage.share_width .RichTextEditor__editor___1QqIU {
  height: 120px; }

.GTMPORView.CreatePORPage.add_PopUp_Ref_Data.ms-Dialog-main, .GTMPORView.CreatePORPage.reasonChange_popup.ms-Dialog-main {
  width: 540px !important; }
  .GTMPORView.CreatePORPage.add_PopUp_Ref_Data.ms-Dialog-main .ms-Dialog-header, .GTMPORView.CreatePORPage.reasonChange_popup.ms-Dialog-main .ms-Dialog-header {
    padding: 10px 28px; }

.GTMPORView.CreatePORPage.reasonChange_popup.ms-Dialog-main {
  width: 800px !important; }
  .GTMPORView.CreatePORPage.reasonChange_popup.ms-Dialog-main .ms-Dialog-header .ms-Dialog-button--close .ms-Button-icon {
    margin-top: 0; }
  .GTMPORView.CreatePORPage.reasonChange_popup.ms-Dialog-main .ms-Dialog-inner {
    background: #ffffff !important; }
  .GTMPORView.CreatePORPage.reasonChange_popup.ms-Dialog-main .ms-Button-icon {
    font-size: 24px !important;
    font-weight: 600 !important; }

.GTMPORView.CreatePORPage .groupNameSelectedCountryCount {
  background-color: #106bff;
  border-radius: 8px;
  width: 22px;
  height: 15px;
  margin-left: 5px; }
  .GTMPORView.CreatePORPage .groupNameSelectedCountryCount .selectedGrpCnt {
    width: 19px;
    height: 14px;
    text-align: center;
    font-size: 11px;
    color: #fff; }

.GTMPORView.CreatePORPage .highlight {
  background-color: #fff500;
  font-weight: bold; }

.GTMPORView.CreatePORPage .porHeader {
  background-color: #ffffff;
  padding-bottom: 10px; }

.GTMPORView.CreatePORPage .porHeaderImage {
  padding-top: 10px; }

.GTMPORView.CreatePORPage .marginTop {
  margin-top: 120px; }

.GTMPORView.CreatePORPage .customError_container {
  float: right;
  width: 50%; }

.GTMPORView.CreatePORPage .customError {
  color: #a80000;
  font-size: 12px;
  font-weight: 400; }

.GTMPORView.CreatePORPage .customBootstrap .col-md-4 {
  width: 36%; }

.GTMPORView.CreatePORPage .customBootstrap .col-md-3 {
  width: 28%; }

.GTMPORView.CreatePORPage .customBootstrap .col-md-8 {
  width: 64%; }

.GTMPORView.CreatePORPage .porContainer, .GTMPORView.CreatePORPage .contributer_minHgt {
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 36px;
  padding-right: 36px;
  min-height: 350px; }
  .GTMPORView.CreatePORPage .porContainer .prod_name_sec, .GTMPORView.CreatePORPage .contributer_minHgt .prod_name_sec {
    display: flex !important;
    align-items: center !important;
    height: 30px !important; }
  .GTMPORView.CreatePORPage .porContainer .add_links .ht70, .GTMPORView.CreatePORPage .contributer_minHgt .add_links .ht70 {
    height: 70px !important; }
  .GTMPORView.CreatePORPage .porContainer .add_links .col-md-1, .GTMPORView.CreatePORPage .contributer_minHgt .add_links .col-md-1 {
    width: 3%; }
    .GTMPORView.CreatePORPage .porContainer .add_links .col-md-1.link_numbers, .GTMPORView.CreatePORPage .contributer_minHgt .add_links .col-md-1.link_numbers {
      height: 38px;
      display: flex;
      justify-content: center;
      align-items: center; }

.GTMPORView.CreatePORPage .contributer_minHgt {
  min-height: 400px; }

.GTMPORView.CreatePORPage .rtbGlobal .channelname {
  font-size: 24px; }

.GTMPORView.CreatePORPage .rtbGlobal .DraftEditor-editorContainer {
  height: 200px; }

.GTMPORView.CreatePORPage .buttons_container {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px; }
  .GTMPORView.CreatePORPage .buttons_container button.primaryButton[disabled] {
    /*background: $lightgrey4 !important;
            border: 1px solid $lightgrey !important;*/
    color: #999; }

.GTMPORView.CreatePORPage .pivot_container {
  background-color: #ffffff; }
  .GTMPORView.CreatePORPage .pivot_container .ms-Label {
    margin-bottom: 3px; }

.GTMPORView.CreatePORPage .channelName {
  font-size: 24px; }

.GTMPORView.CreatePORPage .labelBanners {
  font-size: 12px; }

.GTMPORView.CreatePORPage .labelData {
  font-size: 14px; }

.GTMPORView.CreatePORPage .labelBannerClassified {
  font-size: 10px;
  background: #ff6310;
  font-weight: 700;
  margin-left: 10px;
  color: white;
  padding: 6px !important; }

.GTMPORView.CreatePORPage .labelBannerProductName {
  font-size: 24px;
  font-weight: 700; }

.GTMPORView.CreatePORPage .labelBannerVersion {
  font-size: 16px;
  font-weight: 700; }

.GTMPORView.CreatePORPage .labelBannerBold16 {
  font-size: 16px;
  font-weight: 700; }

.GTMPORView.CreatePORPage .labelBannerBold14 {
  font-size: 14px;
  font-weight: 700; }

.GTMPORView.CreatePORPage .mrg_rgt-30 {
  margin-right: -30px; }

.GTMPORView.CreatePORPage .iconWidth.col-md-1 {
  width: 2.33333333%; }

.GTMPORView.CreatePORPage .iconWidth.col-md-2 {
  width: 12.66666667%; }

.GTMPORView.CreatePORPage .countriesCount.col-md-2 {
  width: 13.666667%; }

.GTMPORView.CreatePORPage .sectionTitle {
  font-size: 20px; }

.GTMPORView.CreatePORPage .labelBold {
  font-weight: 700; }

.GTMPORView.CreatePORPage .jodit_alignment.jodit_container {
  width: 620px !important; }
  .GTMPORView.CreatePORPage .jodit_alignment.jodit_container.jodit_workplace.jodit_wysiwyg.p {
    margin: 0px !important; }
  .GTMPORView.CreatePORPage .jodit_alignment.jodit_container .jodit_toolbar {
    width: 620px; }

.GTMPORView.CreatePORPage .hr_lgtrgtmargin_10 {
  margin: 10px 0 !important;
  border: 1px solid #cbcbcb !important; }

.GTMPORView.CreatePORPage .sectionTitleBold {
  font-size: 20px;
  font-weight: 700; }

.GTMPORView.CreatePORPage .labelConfigNameAddWave {
  margin-bottom: 3px;
  margin-left: -4px !important; }
  .GTMPORView.CreatePORPage .labelConfigNameAddWave .ms-Checkbox-text {
    font-size: 14px;
    font-weight: 500; }

.GTMPORView.CreatePORPage .infolbeladdedWavesection {
  padding: 10px 0px !important;
  margin: 0px !important; }
  .GTMPORView.CreatePORPage .infolbeladdedWavesection .ms-Checkbox.is-checked .ms-Checkbox-text {
    font-size: 14px !important;
    font-weight: bolder !important; }

.GTMPORView.CreatePORPage .channelNameAddWave {
  font-size: 18px;
  font-weight: 700; }

.GTMPORView.CreatePORPage .regionNameSelected {
  color: #106bff;
  font-weight: 700;
  border-bottom: 3px solid #106bff; }

.GTMPORView.CreatePORPage .regionNameSelectedCountryCount {
  height: 15px;
  width: 22px;
  border-radius: 15px;
  background: #106bff;
  color: white;
  font-size: 10px;
  text-align: center;
  margin-left: 5px; }

.GTMPORView.CreatePORPage .porContributer_container {
  background: rgba(230, 230, 230, 0.2);
  padding: 15px; }
  .GTMPORView.CreatePORPage .porContributer_container .contributer {
    border-top: 1px solid #e6e6e6;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 10px; }
    .GTMPORView.CreatePORPage .porContributer_container .contributer .delAction {
      color: #0060fa !important; }
  .GTMPORView.CreatePORPage .porContributer_container .contributorsList {
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 10px; }
  .GTMPORView.CreatePORPage .porContributer_container .fnd12 {
    font-size: 12px; }
  .GTMPORView.CreatePORPage .porContributer_container .fnd18 {
    font-size: 18px; }

.GTMPORView.CreatePORPage .shareBtn .primaryButton {
  color: #FFF;
  height: 40px; }

.GTMPORView.CreatePORPage .config_container {
  margin-top: 30px; }
  .GTMPORView.CreatePORPage .config_container .title-configtable-section {
    margin: 20px 15px !important; }
    .GTMPORView.CreatePORPage .config_container .title-configtable-section.titlemrg0 {
      margin: 20px 0px !important; }
    .GTMPORView.CreatePORPage .config_container .title-configtable-section .title-configtable {
      font-size: 18px;
      font-weight: bold;
      margin: 10px 0px !important; }
    .GTMPORView.CreatePORPage .config_container .title-configtable-section .linkexpandcollapse {
      color: #007bff !important;
      margin: 10px !important;
      font-weight: bold;
      cursor: pointer; }
  .GTMPORView.CreatePORPage .config_container .table_scroll {
    max-height: 700px;
    overflow-y: overlay; }
  .GTMPORView.CreatePORPage .config_container .table_scroll::-webkit-scrollbar {
    width: 10px; }
  .GTMPORView.CreatePORPage .config_container .table_scroll::-webkit-scrollbar-thumb {
    background: #d2d2d2;
    border-radius: 10px; }
  .GTMPORView.CreatePORPage .config_container .table_scroll::-webkit-scrollbar-thumb:hover {
    background: #a9a9a9; }
  .GTMPORView.CreatePORPage .config_container .config_border {
    border-bottom: 1px solid #d2d2d2;
    padding-top: 5px; }
  .GTMPORView.CreatePORPage .config_container .labelConfigName {
    font-size: 16px;
    font-weight: 700;
    margin-top: 3px;
    margin-bottom: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%; }
  .GTMPORView.CreatePORPage .config_container .labelConfigSubChannel {
    font-size: 12px;
    margin-top: 3px; }
  .GTMPORView.CreatePORPage .config_container .ms-DetailsRow-cell {
    padding-top: 0px;
    padding-bottom: 0px; }
  .GTMPORView.CreatePORPage .config_container .collection-info-table-padd {
    padding: 15px !important; }
  .GTMPORView.CreatePORPage .config_container .collection-info-table .table-header-section {
    border-bottom: 1px solid #000;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-width: 800px; }
    .GTMPORView.CreatePORPage .config_container .collection-info-table .table-header-section .table-header-text {
      color: #000;
      font-size: 12px;
      font-weight: 700;
      padding: 5px 0px; }
      .GTMPORView.CreatePORPage .config_container .collection-info-table .table-header-section .table-header-text.header-first-column {
        min-width: 45%;
        max-width: 45%; }
      .GTMPORView.CreatePORPage .config_container .collection-info-table .table-header-section .table-header-text.header-first2-column {
        min-width: 30%;
        max-width: 30%; }
      .GTMPORView.CreatePORPage .config_container .collection-info-table .table-header-section .table-header-text.header-first1-column {
        min-width: 35%;
        max-width: 35%; }
      .GTMPORView.CreatePORPage .config_container .collection-info-table .table-header-section .table-header-text.header-columns {
        min-width: 12%;
        max-width: 12%; }
      .GTMPORView.CreatePORPage .config_container .collection-info-table .table-header-section .table-header-text.header-btn-columns {
        min-width: 5%;
        max-width: 5%; }
    .GTMPORView.CreatePORPage .config_container .collection-info-table .table-header-section.no-data-section {
      opacity: 0.5;
      color: #000; }
      .GTMPORView.CreatePORPage .config_container .collection-info-table .table-header-section.no-data-section .table-header-text {
        color: #000 !important;
        font-size: 14px; }
    .GTMPORView.CreatePORPage .config_container .collection-info-table .table-header-section.config_color {
      justify-content: initial; }
      .GTMPORView.CreatePORPage .config_container .collection-info-table .table-header-section.config_color .table-header-text.config_column {
        min-width: 10.7%;
        max-width: 10.7%; }
      .GTMPORView.CreatePORPage .config_container .collection-info-table .table-header-section.config_color .table-header-text.configuration_column {
        min-width: 24%;
        max-width: 24%; }
      .GTMPORView.CreatePORPage .config_container .collection-info-table .table-header-section.config_color .table-header-text.color_column {
        min-width: 27.5%;
        max-width: 27.5%; }
      .GTMPORView.CreatePORPage .config_container .collection-info-table .table-header-section.config_color .table-header-text.lte_column {
        min-width: 14%;
        max-width: 14%; }
      .GTMPORView.CreatePORPage .config_container .collection-info-table .table-header-section.config_color .table-header-text.price_column {
        min-width: 13%;
        max-width: 13%; }
      .GTMPORView.CreatePORPage .config_container .collection-info-table .table-header-section.config_color .table-header-text.action_column {
        text-align: center;
        padding-right: 10px; }
    .GTMPORView.CreatePORPage .config_container .collection-info-table .table-header-section.model_number {
      justify-content: initial; }
      .GTMPORView.CreatePORPage .config_container .collection-info-table .table-header-section.model_number .table-header-text.header-columns:first-child {
        min-width: 15.7%;
        max-width: 15.7%; }
      .GTMPORView.CreatePORPage .config_container .collection-info-table .table-header-section.model_number .table-header-text.header-columns:nth-child(2) {
        min-width: 30.8%;
        max-width: 30.8%; }
      .GTMPORView.CreatePORPage .config_container .collection-info-table .table-header-section.model_number .table-header-text.header-columns:nth-child(3) {
        min-width: 32%;
        max-width: 32%; }
      .GTMPORView.CreatePORPage .config_container .collection-info-table .table-header-section.model_number .table-header-text.header-columns:nth-child(3) {
        min-width: 28%;
        max-width: 28%; }
  .GTMPORView.CreatePORPage .config_container .collection-info-table .infodatadeatils {
    display: flex; }
    .GTMPORView.CreatePORPage .config_container .collection-info-table .infodatadeatils .infodatadeatils-sec {
      background: #f1f1f1;
      border-bottom: 2px solid #CCC;
      padding: 10px; }
    .GTMPORView.CreatePORPage .config_container .collection-info-table .infodatadeatils .paddleftperc {
      padding: 10px 0px 10px 13% !important; }
    .GTMPORView.CreatePORPage .config_container .collection-info-table .infodatadeatils .infodatadeatils-padd {
      padding: 12px 1px 12px 15% !important; }
  .GTMPORView.CreatePORPage .config_container .collection-info-table .justifydataleft {
    justify-content: left !important; }
  .GTMPORView.CreatePORPage .config_container .collection-info-table .bundlepopuptable-section {
    display: inline-block;
    width: 100%;
    background: #FFF;
    border-bottom: 1px solid #CCC;
    padding: 10px; }
    .GTMPORView.CreatePORPage .config_container .collection-info-table .bundlepopuptable-section .tablerowsection {
      display: flex;
      justify-content: stretch;
      width: 100%; }
    .GTMPORView.CreatePORPage .config_container .collection-info-table .bundlepopuptable-section .columntable-data-text {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      display: block;
      min-width: 25%;
      max-width: 25%; }
    .GTMPORView.CreatePORPage .config_container .collection-info-table .bundlepopuptable-section .columntablecell-width-text1 {
      min-width: 25%;
      max-width: 25%;
      padding: 0px 3%; }
    .GTMPORView.CreatePORPage .config_container .collection-info-table .bundlepopuptable-section .columntablecell-width-text2 {
      min-width: 25%;
      max-width: 25%;
      padding: 0px 2% 0px 7%; }
    .GTMPORView.CreatePORPage .config_container .collection-info-table .bundlepopuptable-section .columntablecell-width-text3 {
      min-width: 10%;
      max-width: 10%;
      padding: 0px 11%; }
    .GTMPORView.CreatePORPage .config_container .collection-info-table .bundlepopuptable-section .columntablecell-width-price {
      min-width: 17%;
      max-width: 17%;
      text-align: right; }
    .GTMPORView.CreatePORPage .config_container .collection-info-table .bundlepopuptable-section .verticalAlignmiddle {
      vertical-align: middle !important; }
  .GTMPORView.CreatePORPage .config_container .collection-info-table .table-data-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #FFF;
    border-bottom: 1px solid #CCC;
    padding: 5px 0px;
    margin: 0px;
    min-height: 70px;
    align-items: center;
    min-width: 800px; }
    .GTMPORView.CreatePORPage .config_container .collection-info-table .table-data-section.row-Inactive {
      opacity: 0.5;
      color: #000; }
      .GTMPORView.CreatePORPage .config_container .collection-info-table .table-data-section.row-Inactive .table-data-text {
        color: #000 !important; }
    .GTMPORView.CreatePORPage .config_container .collection-info-table .table-data-section .table_prod_name_sec {
      display: flex !important;
      align-items: center !important; }
    .GTMPORView.CreatePORPage .config_container .collection-info-table .table-data-section .borderSec-prod {
      border: 1px solid #CCC;
      padding: 5px;
      background-color: white !important; }
    .GTMPORView.CreatePORPage .config_container .collection-info-table .table-data-section .borderSec-prod:first-of-type {
      border-radius: 10px 0px 0px 10px !important; }
    .GTMPORView.CreatePORPage .config_container .collection-info-table .table-data-section .borderSec-prod:last-of-type {
      border-radius: 0px 10px 10px 0px !important; }
    .GTMPORView.CreatePORPage .config_container .collection-info-table .table-data-section .border-section .borderSec-prod:only-of-type {
      border-radius: 10px !important; }
    .GTMPORView.CreatePORPage .config_container .collection-info-table .table-data-section .table-data-text {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .GTMPORView.CreatePORPage .config_container .collection-info-table .table-data-section .table-data-text.doticon {
        min-width: 1%;
        max-width: 1%; }
      .GTMPORView.CreatePORPage .config_container .collection-info-table .table-data-section .table-data-text.data-first-column {
        min-width: 41%;
        max-width: 41%; }
      .GTMPORView.CreatePORPage .config_container .collection-info-table .table-data-section .table-data-text.data-first2-column {
        min-width: 30%;
        max-width: 30%; }
      .GTMPORView.CreatePORPage .config_container .collection-info-table .table-data-section .table-data-text.data-first1-column {
        min-width: 35%;
        max-width: 35%; }
      .GTMPORView.CreatePORPage .config_container .collection-info-table .table-data-section .table-data-text.data-columns {
        min-width: 12%;
        max-width: 12%; }
        .GTMPORView.CreatePORPage .config_container .collection-info-table .table-data-section .table-data-text.data-columns.matrl_cstm {
          padding-left: 4px; }
  .GTMPORView.CreatePORPage .config_container .collection-info-table .chevronUpBackground {
    background: #f2f2f2 !important; }
  .GTMPORView.CreatePORPage .config_container .collection-info-table .table-data-section:hover {
    background: #f2f2f2 !important; }
  .GTMPORView.CreatePORPage .config_container .collection-info-table .config_table_scroll {
    min-height: 320px;
    max-height: 320px;
    overflow-y: overlay; }
  .GTMPORView.CreatePORPage .config_container .collection-info-table .config_table_scroll::-webkit-scrollbar {
    width: 10px; }
  .GTMPORView.CreatePORPage .config_container .collection-info-table .config_table_scroll::-webkit-scrollbar-thumb {
    background: #d2d2d2;
    border-radius: 10px; }
  .GTMPORView.CreatePORPage .config_container .collection-info-table .config_table_scroll::-webkit-scrollbar-thumb:hover {
    background: #a9a9a9; }
  .GTMPORView.CreatePORPage .config_container .collection-info-table .alignItemsCenter {
    align-items: center !important; }
  .GTMPORView.CreatePORPage .config_container .collection-info-table .bundle_config_column {
    min-width: 48%;
    max-width: 48%; }
  .GTMPORView.CreatePORPage .config_container .collection-info-table .config_column {
    min-width: 7%;
    max-width: 7%; }
  .GTMPORView.CreatePORPage .config_container .collection-info-table .config_color_column {
    min-width: 20%;
    max-width: 20%; }
  .GTMPORView.CreatePORPage .config_container .collection-info-table .configuration_column {
    min-width: 20%;
    max-width: 20%; }
  .GTMPORView.CreatePORPage .config_container .collection-info-table .os_column {
    min-width: 15%;
    max-width: 16%; }
  .GTMPORView.CreatePORPage .config_container .collection-info-table .color_column {
    min-width: 20%;
    max-width: 21%;
    padding-right: 10px; }
  .GTMPORView.CreatePORPage .config_container .collection-info-table .display_column {
    min-width: 7%;
    max-width: 7%; }
  .GTMPORView.CreatePORPage .config_container .collection-info-table .lte_column {
    min-width: 10%;
    max-width: 10%; }
  .GTMPORView.CreatePORPage .config_container .collection-info-table .package_column {
    min-width: 20%;
    max-width: 20%; }
  .GTMPORView.CreatePORPage .config_container .collection-info-table .price_column {
    min-width: 10%;
    max-width: 10%; }
  .GTMPORView.CreatePORPage .config_container .collection-info-table .action_column {
    min-width: 10%;
    max-width: 10%; }
    .GTMPORView.CreatePORPage .config_container .collection-info-table .action_column.matrl_custom {
      min-width: 16%;
      max-width: 16%;
      text-align: left;
      padding-left: 4px; }
      .GTMPORView.CreatePORPage .config_container .collection-info-table .action_column.matrl_custom .ms-Icon--Delete:hover {
        color: #FFF; }
    .GTMPORView.CreatePORPage .config_container .collection-info-table .action_column .action_btn.config_action_btn.activate {
      background: #007bff;
      color: #FFF !important; }
  .GTMPORView.CreatePORPage .config_container .collection-info-table .action_btn {
    font-size: 16px;
    padding: 3px;
    width: 30px;
    margin-right: 5px;
    background: white;
    color: #007bff !important;
    border: 1px solid #eaeaea;
    box-shadow: 0px 5px 8px #d9d9d9; }
    .GTMPORView.CreatePORPage .config_container .collection-info-table .action_btn.disabled {
      color: #999 !important;
      cursor: default;
      pointer-events: none; }
  .GTMPORView.CreatePORPage .config_container .collection-info-table .config_action_btn:hover {
    background: #007bff !important;
    color: #fff !important; }
  @media only screen and (max-width: 1023px) and (min-width: 640px) {
    .GTMPORView.CreatePORPage .config_container .collection-info-table {
      overflow-x: auto; } }
  @media only screen and (max-width: 639px) and (min-width: 480px) {
    .GTMPORView.CreatePORPage .config_container .collection-info-table {
      overflow-x: auto; } }
  @media only screen and (max-width: 479px) and (min-width: 320px) {
    .GTMPORView.CreatePORPage .config_container .collection-info-table {
      overflow-x: auto; } }

.GTMPORView.CreatePORPage .protection_Border {
  border: 1px solid #d2d2d2;
  padding: 0px;
  min-height: 129px; }
  .GTMPORView.CreatePORPage .protection_Border .configplantitlesection {
    border-bottom: 1px solid #d2d2d2 !important;
    padding: 10px 0px !important;
    display: flex; }
  .GTMPORView.CreatePORPage .protection_Border .configdatasection {
    margin: 10px 0px !important;
    display: flex; }
  .GTMPORView.CreatePORPage .protection_Border .addbtnsection {
    margin: 10px 15px !important; }

.GTMPORView.CreatePORPage .wave_container {
  margin: 5px;
  padding-left: 10px;
  padding-right: 10px; }
  .GTMPORView.CreatePORPage .wave_container .wave {
    background-color: #f2f2f2;
    height: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px; }
    .GTMPORView.CreatePORPage .wave_container .wave .ms-Icon--ChevronUp,
    .GTMPORView.CreatePORPage .wave_container .wave .ms-Icon--ChevronDown {
      cursor: pointer; }
  .GTMPORView.CreatePORPage .wave_container .labelSmall {
    font-size: 12px;
    margin: 3px; }
  .GTMPORView.CreatePORPage .wave_container .labelSmallBold {
    font-size: 12px;
    font-weight: 700;
    margin: 3px; }
  .GTMPORView.CreatePORPage .wave_container .fndBold {
    font-weight: 700; }
  .GTMPORView.CreatePORPage .wave_container .moreIcon {
    font-weight: 800;
    font-size: 26px; }
  .GTMPORView.CreatePORPage .wave_container .alignRight {
    text-align: right; }
  .GTMPORView.CreatePORPage .wave_container .ms-Button {
    padding: 0px !important;
    margin-left: 3px;
    margin-right: 3px;
    width: 30px !important; }

.GTMPORView.CreatePORPage .wavegroup_container {
  margin: 5px;
  padding-left: 15px;
  padding-right: 5px; }
  .GTMPORView.CreatePORPage .wavegroup_container .waveborderSec-prod {
    border: 1px solid #CCC;
    padding: 5px; }
  .GTMPORView.CreatePORPage .wavegroup_container .waveborderSec-prod:first-of-type {
    border-radius: 10px 0px 0px 10px !important; }
  .GTMPORView.CreatePORPage .wavegroup_container .waveborderSec-prod:last-of-type {
    border-radius: 0px 10px 10px 0px !important; }
  .GTMPORView.CreatePORPage .wavegroup_container .waveborder-section .waveborder-indiviual-section {
    margin: 0px 10px 10px 0 !important; }
  .GTMPORView.CreatePORPage .wavegroup_container .waveborder-section .waveborderSec-prod:only-of-type {
    border-radius: 10px !important; }
  .GTMPORView.CreatePORPage .wavegroup_container .labelLarge {
    font-size: 16px;
    margin: 3px; }
  .GTMPORView.CreatePORPage .wavegroup_container .labelSmall {
    font-size: 12px;
    margin: 3px; }
  .GTMPORView.CreatePORPage .wavegroup_container .labelSmallBold {
    font-size: 12px;
    font-weight: 700;
    margin: 3px; }

.GTMPORView.CreatePORPage .waveOverrideCountry {
  padding-right: 30px;
  max-width: 1172px; }
  .GTMPORView.CreatePORPage .waveOverrideCountry .header {
    background-color: #3c5d76;
    padding: 10px;
    color: white; }
  .GTMPORView.CreatePORPage .waveOverrideCountry .fndBold {
    font-weight: 700; }
  .GTMPORView.CreatePORPage .waveOverrideCountry .countrySelected {
    color: #106bff;
    font-weight: 700;
    cursor: default; }
  .GTMPORView.CreatePORPage .waveOverrideCountry .overrideCountries {
    font-size: 16px;
    font-weight: 700;
    color: #243a5e; }
  .GTMPORView.CreatePORPage .waveOverrideCountry .countryItem {
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d6d6d6;
    cursor: pointer; }

.GTMPORView.CreatePORPage .vcenter {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }

.GTMPORView.CreatePORPage .channelConfigCount {
  font-size: 24px;
  font-weight: 700;
  margin-left: 13px;
  margin-right: 12px; }
  .GTMPORView.CreatePORPage .channelConfigCount.fw-normal {
    font-size: 20px;
    font-weight: normal !important; }

.GTMPORView.CreatePORPage .channelConfigName {
  color: #3d87ff !important;
  font-size: 24px;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer; }

.GTMPORView.CreatePORPage .colorPickerItems {
  border: 1px solid #cecece;
  padding: 3px;
  margin: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }
  .GTMPORView.CreatePORPage .colorPickerItems .padd_selected {
    padding: 5px 5px 10px !important; }

.GTMPORView.CreatePORPage .waveConfigList {
  background-color: #FFF;
  padding: 10px;
  overflow-y: auto;
  min-height: 60px; }
  .GTMPORView.CreatePORPage .waveConfigList .colorBoxHgt .ms-BasePicker-text {
    padding-right: 5px; }
  .GTMPORView.CreatePORPage .waveConfigList .colorBoxHgt .addWavePlanResetBtn {
    border: 1px solid #D0D0D0;
    padding: 6px;
    padding-left: 7px;
    height: 37px;
    color: #3d87ff !important;
    font-weight: bold;
    font-size: 18px;
    border-left: none;
    text-align: center; }
  .GTMPORView.CreatePORPage .waveConfigList .colorBoxHgt.col-md-6:nth-child(3) {
    clear: both; }
  .GTMPORView.CreatePORPage .waveConfigList .colorBoxHgt .yellow-border + div .addWavePlanResetBtn {
    height: 36px; }
  .GTMPORView.CreatePORPage .waveConfigList .rowwavelengthinfo {
    height: 60px;
    padding: 1px 0px !important;
    border-bottom: 1px solid #CCC !important; }
  .GTMPORView.CreatePORPage .waveConfigList .wavelengthborderSec {
    border: 1px solid #CCC;
    padding: 5px; }
  .GTMPORView.CreatePORPage .waveConfigList .wavelengthborderSec:first-of-type {
    border-radius: 10px 0px 0px 10px !important; }
  .GTMPORView.CreatePORPage .waveConfigList .wavelengthborderSec:last-of-type {
    border-radius: 0px 10px 10px 0px !important; }
  .GTMPORView.CreatePORPage .waveConfigList .wavelenborder-section {
    text-align: right;
    padding: 10px 0px !important; }
    .GTMPORView.CreatePORPage .waveConfigList .wavelenborder-section .wavelengthborderSec:only-of-type {
      border-radius: 10px !important; }
  .GTMPORView.CreatePORPage .waveConfigList .editMiddlePadd .editWaveMidPadd:nth-of-type(even) {
    padding-left: 40px;
    padding-right: 0px; }
  .GTMPORView.CreatePORPage .waveConfigList .editMiddlePadd .editWaveMidPadd:nth-of-type(odd) {
    padding-left: 0px; }

.GTMPORView.CreatePORPage .assignTaskcontainer {
  padding-left: 20px;
  padding-right: 20px; }
  .GTMPORView.CreatePORPage .assignTaskcontainer .messageWidth {
    width: 500px; }
  .GTMPORView.CreatePORPage .assignTaskcontainer .ms-DatePicker-event--with-label {
    font-size: 20px;
    top: 10px; }

.GTMPORView.CreatePORPage .pivot_tabs .ms-FocusZone {
  border: none;
  padding: 0px; }
  .GTMPORView.CreatePORPage .pivot_tabs .ms-FocusZone button {
    height: 55px; }
  .GTMPORView.CreatePORPage .pivot_tabs .ms-FocusZone button::before {
    border: none; }
  .GTMPORView.CreatePORPage .pivot_tabs .ms-FocusZone button.ms-Pivot-link {
    background-color: #e4e7ed !important;
    margin-right: 0.45% !important;
    width: 24.7%;
    font-weight: 400;
    font-size: 18px; }
    .GTMPORView.CreatePORPage .pivot_tabs .ms-FocusZone button.ms-Pivot-link:focus {
      outline: 1px dotted !important; }
    .GTMPORView.CreatePORPage .pivot_tabs .ms-FocusZone button.ms-Pivot-link.is-selected {
      background-color: #FFF !important;
      color: #106BFF !important;
      border-top: 3px solid #106BFF !important;
      font-weight: 700; }

.GTMPORView.CreatePORPage .pivot_tabs.add_sku .ms-FocusZone {
  border: none;
  padding: 0px; }
  .GTMPORView.CreatePORPage .pivot_tabs.add_sku .ms-FocusZone button {
    height: 55px; }
  .GTMPORView.CreatePORPage .pivot_tabs.add_sku .ms-FocusZone button::before {
    border: none; }
  .GTMPORView.CreatePORPage .pivot_tabs.add_sku .ms-FocusZone button.ms-Pivot-link {
    background-color: #e4e7ed !important;
    margin-right: 0.45% !important;
    width: 19.65%;
    font-weight: 400;
    font-size: 18px; }
    .GTMPORView.CreatePORPage .pivot_tabs.add_sku .ms-FocusZone button.ms-Pivot-link:focus {
      outline: 1px dotted !important; }
    .GTMPORView.CreatePORPage .pivot_tabs.add_sku .ms-FocusZone button.ms-Pivot-link.is-selected {
      background-color: #FFF !important;
      color: #106BFF !important;
      border-top: 3px solid #106BFF !important;
      font-weight: 700; }

.GTMPORView.CreatePORPage .dashboardTypesList {
  background: #29364e;
  height: 50px;
  color: #FFF; }
  .GTMPORView.CreatePORPage .dashboardTypesList.fixed_dashboaardHeader {
    position: fixed;
    top: 75px;
    width: 100%;
    z-index: 4; }

.GTMPORView.CreatePORPage .choiceGrpPadd .ms-ChoiceField {
  padding-right: 10px;
  font-size: 13px; }
  .GTMPORView.CreatePORPage .choiceGrpPadd .ms-ChoiceField .ms-Label {
    font-size: 11px; }

.GTMPORView.CreatePORPage .regnTabMrg {
  margin-left: 2px; }
  .GTMPORView.CreatePORPage .regnTabMrg .countriesSelClr {
    color: #0078d6 !important; }

.GTMPORView.CreatePORPage .regnChkbxMrg {
  margin-left: 27px; }

.GTMPORView.CreatePORPage .grey_dash_hr .waveCountiesList {
  border: 1px solid #D0D0D0; }

.GTMPORView.CreatePORPage .comm_note {
  padding-left: 15px;
  margin-top: 10px; }

.GTMPORView.CreatePORPage.addWavePlanModule .ms-Dialog-content {
  padding: 0; }
  .GTMPORView.CreatePORPage.addWavePlanModule .ms-Dialog-content .configsBorder {
    border-bottom: 1px solid #D0D0D0;
    margin-right: 5px; }
  .GTMPORView.CreatePORPage.addWavePlanModule .ms-Dialog-content .fixHeightScrollable {
    padding-right: 0px;
    overflow-x: hidden;
    height: auto; }

.GTMPORView.CreatePORPage.addWavePlanModule .addWaveDateContrBrdr {
  border-bottom: 1px solid #000;
  margin-left: -5px; }

.GTMPORView.CreatePORPage.addWavePlanModule .editWavePreSelCntr {
  top: 50px;
  z-index: 1;
  margin-bottom: -10px; }

.GTMPORView.CreatePORPage.ms-Dialog-main.color_swap_modal {
  width: 550px !important;
  overflow-y: visible; }
  .GTMPORView.CreatePORPage.ms-Dialog-main.color_swap_modal .ms-Dialog-content {
    padding: 0 44px; }
  .GTMPORView.CreatePORPage.ms-Dialog-main.color_swap_modal .color_swap_select > div {
    display: flex;
    align-items: center;
    margin-top: -5px; }
  .GTMPORView.CreatePORPage.ms-Dialog-main.color_swap_modal .color_swap_select > div > div {
    display: inline-block;
    width: 80%; }

.GTMPORView.CreatePORPage.ms-Dialog-main .feature_info {
  margin-left: -15px; }

.GTMPORView.CreatePORPage.ms-Dialog-main .ms-Dialog-header .ms-Dialog-button--close {
  border: none; }
  .GTMPORView.CreatePORPage.ms-Dialog-main .ms-Dialog-header .ms-Dialog-button--close:hover {
    background: none; }
  .GTMPORView.CreatePORPage.ms-Dialog-main .ms-Dialog-header .ms-Dialog-button--close:focus {
    outline: none; }
  .GTMPORView.CreatePORPage.ms-Dialog-main .ms-Dialog-header .ms-Dialog-button--close .ms-Button-icon {
    font-size: 16px;
    margin-top: 26px;
    color: #7E7E7E;
    font-weight: 600;
    margin-right: 15px; }

.GTMPORView.CreatePORPage.ms-Dialog-main .ms-Dialog-actions {
  margin-top: 40px; }

.GTMPORView.CreatePORPage.ms-Dialog-main .color_selection_table {
  max-height: 25vw;
  overflow: auto;
  padding-right: 10px; }
  .GTMPORView.CreatePORPage.ms-Dialog-main .color_selection_table.thead {
    border-bottom: 2px solid #000;
    padding-bottom: 5px; }
    .GTMPORView.CreatePORPage.ms-Dialog-main .color_selection_table.thead .title {
      font-size: 14px;
      line-height: 19px;
      padding: 10px 0 0; }
  .GTMPORView.CreatePORPage.ms-Dialog-main .color_selection_table .content_row .content {
    padding: 13px 0;
    border-bottom: 1px solid #D6D6D6;
    line-height: 40px;
    text-transform: capitalize;
    color: #000; }
    .GTMPORView.CreatePORPage.ms-Dialog-main .color_selection_table .content_row .content.color_swap_select {
      margin-top: 5px; }

.GTMPORView.CreatePORPage.ms-Dialog-main.model_number_popup {
  width: 60%; }
  .GTMPORView.CreatePORPage.ms-Dialog-main.model_number_popup .ms-Dialog-content .ms-TextField .ms-TextField-fieldGroup {
    height: 30px;
    font-weight: normal; }

.GTMPORView.CreatePORPage .por_title {
  display: flex;
  align-items: center; }
  .GTMPORView.CreatePORPage .por_title .one_line {
    flex-grow: 1; }
  .GTMPORView.CreatePORPage .por_title .toast {
    padding: 10px;
    margin-top: 0;
    margin-right: -15px; }

.publishAlrt {
  background-color: #FFF;
  margin-bottom: -40px; }

.confirm_publishPOR_title,
.conf_publishPOR_wave,
.conf_publishPOR_infodtl {
  font-size: 16px;
  font-weight: bold;
  padding-left: 27px;
  padding-right: 27px; }

.alrt_publishPOR_prdName {
  font-size: 16px;
  font-weight: bold;
  padding-right: 10px; }

.alrt_publishPOR_msg {
  font-size: 16px; }

.alrt_publishPOR_title {
  font-size: 24px;
  color: #243a5e; }

.alrt_publishPOR_mrktcode_season {
  border: 1px solid #0065c1;
  font-size: 12px;
  color: #0065c1;
  padding: 3px 6px; }
  .alrt_publishPOR_mrktcode_season .alrt_publishPOR_mrktcode_lbl {
    font-weight: bold; }

.alrt_publishPOR_wrap {
  background-color: #0065c1;
  color: #FFF;
  font-size: 12px;
  padding: 3px 6px;
  height: 24px; }
  .alrt_publishPOR_wrap .alrt_publishPOR_season_lbl {
    font-weight: bold; }

.porpublish.ms-Dialog-main {
  width: 540px; }

.porpublish .alrt_publish_por {
  font-size: 24px;
  font-weight: bold;
  color: #243a5e; }

/* Custom popups*/
.publishAlertTitle .porpublish.ms-Dialog-main, .publishAlertTitle .publishPOR.ms-Dialog-main, .publishAlertTitle .emailPOR_popup.ms-Dialog-main, .publishAlertTitle .previewPOR_popup.ms-Dialog-main {
  width: 900px;
  overflow-x: hidden !important; }
  .publishAlertTitle .porpublish.ms-Dialog-main .ms-Dialog-inner, .publishAlertTitle .publishPOR.ms-Dialog-main .ms-Dialog-inner, .publishAlertTitle .emailPOR_popup.ms-Dialog-main .ms-Dialog-inner, .publishAlertTitle .previewPOR_popup.ms-Dialog-main .ms-Dialog-inner {
    overflow-x: hidden !important; }
    .publishAlertTitle .porpublish.ms-Dialog-main .ms-Dialog-inner .ms-Dialog-content, .publishAlertTitle .publishPOR.ms-Dialog-main .ms-Dialog-inner .ms-Dialog-content, .publishAlertTitle .emailPOR_popup.ms-Dialog-main .ms-Dialog-inner .ms-Dialog-content, .publishAlertTitle .previewPOR_popup.ms-Dialog-main .ms-Dialog-inner .ms-Dialog-content {
      overflow-x: hidden !important;
      padding: 0px;
      width: 98.2%;
      margin-bottom: -20px; }
  .publishAlertTitle .porpublish.ms-Dialog-main .dialog_body, .publishAlertTitle .publishPOR.ms-Dialog-main .dialog_body, .publishAlertTitle .emailPOR_popup.ms-Dialog-main .dialog_body, .publishAlertTitle .previewPOR_popup.ms-Dialog-main .dialog_body {
    background: #FFF;
    min-height: 100px;
    max-height: 320px;
    overflow-y: auto;
    overflow-x: hidden; }
    .publishAlertTitle .porpublish.ms-Dialog-main .dialog_body .geryHR, .publishAlertTitle .publishPOR.ms-Dialog-main .dialog_body .geryHR, .publishAlertTitle .emailPOR_popup.ms-Dialog-main .dialog_body .geryHR, .publishAlertTitle .previewPOR_popup.ms-Dialog-main .dialog_body .geryHR {
      border-top: 1px solid #a9a9a9;
      margin-top: 10px;
      margin-bottom: 10px; }
    .publishAlertTitle .porpublish.ms-Dialog-main .dialog_body .lt_geryHR, .publishAlertTitle .publishPOR.ms-Dialog-main .dialog_body .lt_geryHR, .publishAlertTitle .emailPOR_popup.ms-Dialog-main .dialog_body .lt_geryHR, .publishAlertTitle .previewPOR_popup.ms-Dialog-main .dialog_body .lt_geryHR {
      border-top: 1px solid #f3f3f3;
      margin-top: 10px;
      margin-bottom: 20px; }
  .publishAlertTitle .porpublish.ms-Dialog-main .popup_title, .publishAlertTitle .publishPOR.ms-Dialog-main .popup_title, .publishAlertTitle .emailPOR_popup.ms-Dialog-main .popup_title, .publishAlertTitle .previewPOR_popup.ms-Dialog-main .popup_title {
    font-size: 24px;
    font-weight: 700;
    padding-left: 10px;
    padding-top: 20px; }
  .publishAlertTitle .porpublish.ms-Dialog-main .popup_subTitle, .publishAlertTitle .publishPOR.ms-Dialog-main .popup_subTitle, .publishAlertTitle .emailPOR_popup.ms-Dialog-main .popup_subTitle, .publishAlertTitle .previewPOR_popup.ms-Dialog-main .popup_subTitle {
    font-size: 18px;
    font-weight: 500;
    padding-left: 10px; }
  .publishAlertTitle .porpublish.ms-Dialog-main .titleClassName, .publishAlertTitle .publishPOR.ms-Dialog-main .titleClassName, .publishAlertTitle .emailPOR_popup.ms-Dialog-main .titleClassName, .publishAlertTitle .previewPOR_popup.ms-Dialog-main .titleClassName {
    padding-left: 27px;
    padding-right: 27px;
    padding-bottom: 15px; }
  .publishAlertTitle .porpublish.ms-Dialog-main .divClassName.fixHeightScrollable, .publishAlertTitle .publishPOR.ms-Dialog-main .divClassName.fixHeightScrollable, .publishAlertTitle .emailPOR_popup.ms-Dialog-main .divClassName.fixHeightScrollable, .publishAlertTitle .previewPOR_popup.ms-Dialog-main .divClassName.fixHeightScrollable {
    max-height: 500px;
    height: auto;
    overflow: auto;
    padding-right: 0px; }

.publishAlertTitle .publishPOR.ms-Dialog-main {
  width: 580px; }
  .publishAlertTitle .publishPOR.ms-Dialog-main .ms-Dialog-header {
    padding: 0px; }
  .publishAlertTitle .publishPOR.ms-Dialog-main .ms-Dialog-inner .ms-Dialog-content {
    width: 100% !important; }

.publishAlertTitle .emailPOR_popup.ms-Dialog-main {
  width: 825px;
  background: #FFF !important; }

.publishAlertTitle .emailPOR_popup .ms-Dialog-header {
  padding: 16px !important;
  background: #f0f2f7 !important; }

.publishAlertTitle .emailPOR_popup .ms-Dialog-content {
  padding-left: 15px !important;
  padding-bottom: 20px !important;
  margin-bottom: 0px !important; }

.publishAlertTitle .previewPOR_popup.ms-Dialog-main {
  width: 1025px;
  background: #FFF !important; }

.publishAlertTitle .previewPOR_popup .ms-Dialog-header {
  padding: 0px !important; }

.publishAlertTitle .previewPOR_popup .ms-Button-icon {
  font-size: 18px;
  color: #FFF;
  padding-right: 8px; }

.publishAlertTitle .previewPOR_popup .ms-Button--primary {
  height: 40px !important; }

.publishAlertTitle .previewPOR_popup .ms-Dialog-content {
  width: 100% !important;
  padding-bottom: 20px !important;
  margin-bottom: 0px !important; }

.publishAlertTitle .taskListValidation {
  min-height: 159px; }

.publishAlertTitle .countryMatrix_popup {
  /*min-width: 80%;*/
  width: 950px !important;
  /*for countries with no wave plan &/or all config*/
  /*for countries with no wave plan &/or all config*/ }
  @media (min-width: 1400px) {
    .publishAlertTitle .countryMatrix_popup {
      width: 1110px !important; } }
  .publishAlertTitle .countryMatrix_popup .ms-Dialog-header {
    background: none !important; }
    .publishAlertTitle .countryMatrix_popup .ms-Dialog-header .ms-Dialog-button--close {
      border: none; }
      .publishAlertTitle .countryMatrix_popup .ms-Dialog-header .ms-Dialog-button--close:hover {
        background: none; }
      .publishAlertTitle .countryMatrix_popup .ms-Dialog-header .ms-Dialog-button--close:focus {
        outline: none; }
      .publishAlertTitle .countryMatrix_popup .ms-Dialog-header .ms-Dialog-button--close .ms-Button-icon {
        font-size: 16px;
        margin-top: 26px;
        color: #7E7E7E;
        font-weight: 600;
        margin-right: 15px; }
  .publishAlertTitle .countryMatrix_popup .ms-Dialog-inner .ms-Dialog-content .config_matrix_heading {
    color: #243A5E;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px; }
  .publishAlertTitle .countryMatrix_popup .ms-Dialog-inner .ms-Dialog-content .ms-Icon.ms-Icon--ChevronLeft.icon_next,
  .publishAlertTitle .countryMatrix_popup .ms-Dialog-inner .ms-Dialog-content .ms-Icon.ms-Icon--ChevronRight.icon_next {
    color: #333;
    font-size: 18px;
    font-weight: bold; }
  .publishAlertTitle .countryMatrix_popup .ms-Dialog-inner .ms-Dialog-content .configs {
    overflow: hidden; }
    .publishAlertTitle .countryMatrix_popup .ms-Dialog-inner .ms-Dialog-content .configs .config {
      /*max-width: 125px;*/
      min-width: 125px;
      margin-right: 25px;
      white-space: nowrap;
      display: flex;
      flex-wrap: nowrap; }
      .publishAlertTitle .countryMatrix_popup .ms-Dialog-inner .ms-Dialog-content .configs .config_name {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
        max-width: 125px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .publishAlertTitle .countryMatrix_popup .ms-Dialog-inner .ms-Dialog-content .configs .config_color {
        margin-right: 7px !important; }
      .publishAlertTitle .countryMatrix_popup .ms-Dialog-inner .ms-Dialog-content .configs .config .no_clr {
        color: #707070;
        border: 1px solid #707070;
        border-radius: 16px;
        font-size: 10px;
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
        cursor: default; }
  .publishAlertTitle .countryMatrix_popup .ms-Dialog-inner .ms-Dialog-content .config_data {
    /*width: 140px;*/
    min-width: 125px;
    margin-right: 25px;
    white-space: nowrap; }
    .publishAlertTitle .countryMatrix_popup .ms-Dialog-inner .ms-Dialog-content .config_data_container {
      overflow: hidden; }
    .publishAlertTitle .countryMatrix_popup .ms-Dialog-inner .ms-Dialog-content .config_data .ms-Icon--Accept:before,
    .publishAlertTitle .countryMatrix_popup .ms-Dialog-inner .ms-Dialog-content .config_data .ms-Icon--ChromeClose:before {
      font-weight: bold;
      margin-right: 5px;
      margin-left: 3px; }
    .publishAlertTitle .countryMatrix_popup .ms-Dialog-inner .ms-Dialog-content .config_data .ms-Icon--Accept:before {
      font-size: 12px;
      color: #05B76B;
      margin-left: 0; }
    .publishAlertTitle .countryMatrix_popup .ms-Dialog-inner .ms-Dialog-content .config_data .ms-Icon--ChromeClose:before {
      font-size: 10px;
      color: #D62422;
      margin-right: 12px; }
    .publishAlertTitle .countryMatrix_popup .ms-Dialog-inner .ms-Dialog-content .config_data span {
      width: 16px;
      margin-right: 7px; }
  .publishAlertTitle .countryMatrix_popup .country_data span.country {
    white-space: nowrap; }
  .publishAlertTitle .countryMatrix_popup .country_data span.country {
    white-space: nowrap; }
  .publishAlertTitle .countryMatrix_popup .ms-Dialog-actions {
    display: none; }
  .publishAlertTitle .countryMatrix_popup .country_group_section {
    border-top: 1px solid #BABABA;
    border-bottom: 1px solid #BABABA;
    margin-left: 0;
    padding-top: 10px; }
  .publishAlertTitle .countryMatrix_popup .country_group_data {
    border-bottom: 1px solid #BABABA;
    margin: 10px 0 0; }

.publishAlertTitle.world_map_popup {
  align-items: flex-start; }
  .publishAlertTitle.world_map_popup .ms-Overlay {
    background: none; }
  .publishAlertTitle.world_map_popup .ms-Dialog-main.wm_wavePlan_popup {
    right: 122px;
    top: 140px;
    height: 80%;
    overflow-y: hidden; }
  .publishAlertTitle.world_map_popup .ms-Dialog-header {
    display: none; }

.admin_user_mgmt {
  font-family: Segoe UI;
  background-color: #ffffff;
  padding-top: 15px; }
  .admin_user_mgmt .usermgmt_count_admins {
    font-weight: normal;
    cursor: pointer; }
    .admin_user_mgmt .usermgmt_count_admins .usrmgmt_count {
      font-size: 30px; }
    .admin_user_mgmt .usermgmt_count_admins .usrmgmt_admins {
      font-size: 14px; }
    .admin_user_mgmt .usermgmt_count_admins div {
      text-align: center; }
  .admin_user_mgmt .ms-SearchBox-iconContainer,
  .admin_user_mgmt .ms-SearchBox-clearButton {
    padding: 5px;
    font-size: 25px;
    display: block !important; }
  .admin_user_mgmt .selected {
    color: #106bff;
    opacity: 1;
    font-weight: bold; }

.roles_options .ms-ChoiceFieldGroup-flexContainer .ms-ChoiceField {
  padding-right: 65px;
  font-size: 16px; }

.padd_lfttop {
  padding-right: 15px !important;
  padding-top: 10px !important; }

.ms-Dialog-main .create_POR_searchbox .ms-Button-icon {
  font-size: 15px; }

.ms-Dialog-main.summary_width {
  overflow-x: hidden; }

.editWaveBlueClr {
  color: #0060fa !important; }

.notbold {
  font-weight: normal; }

.WaveAndWaveGroupFont {
  font-size: 20px; }

.deleteLastcnfg {
  width: 100%; }

.NoImageFloat {
  pointer-events: none; }

.exceptText {
  color: #e87636;
  text-transform: capitalize;
  font-weight: bold;
  font-style: italic; }

.model_sect .grey_brdr {
  border: 1px solid #CCC; }

.model_sect .config_container {
  margin-top: 0 !important; }
  .model_sect .config_container .collection-info-table .table-header-section {
    border-bottom: 1px solid #CCC !important;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 20px;
    padding-right: 20px; }
  .model_sect .config_container .collection-info-table .model_data {
    margin-left: -35px;
    margin-right: -25px;
    padding: 10px 12px 10px 25px;
    border-top: 1px solid #CCC; }
    .model_sect .config_container .collection-info-table .model_data:first-child {
      border-top: none;
      padding-top: 5px; }
  .model_sect .config_container .collection-info-table .table-data-text.data-columns.model_num {
    min-width: 18%;
    max-width: 18%; }
  .model_sect .config_container .collection-info-table .table-data-text.data-columns.configs {
    min-width: 33.5%;
    max-width: 33.5%; }
    @media (min-width: 1500px) {
      .model_sect .config_container .collection-info-table .table-data-text.data-columns.configs {
        min-width: 32.9%;
        max-width: 32.9%; } }
  .model_sect .config_container .collection-info-table .table-data-text.data-columns.actions {
    min-width: 12%;
    max-width: 12%;
    text-align: right; }

.model_add_configs {
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  border: 2px solid #DDD; }

.waveConfigList.model_num_popup .config_col:nth-child(2n + 1) {
  clear: both; }

.country_count_txt {
  font-weight: normal;
  font-size: 16px;
  color: #0078d6; }

.required > .ms-TooltipHost > .ms-TextField > .ms-TextField-wrapper > label:after, .required > .ms-TooltipHost > div > .ms-DatePicker > div > .ms-TextField > .ms-TextField-wrapper > label:after, .required > .ms-TooltipHost > div > div > .ms-Dropdown-container > label:after, .required > label:after {
  color: #a80000;
  content: " *"; }

.overflow_visible {
  overflow: visible !important;
  white-space: break-spaces !important;
  overflow-wrap: break-word !important; }

/*!
 * jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
 * Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/)
 * Version: v3.4.26
 * Url: https://xdsoft.net/jodit/
 * License(s): MIT
 */
.jodit-wysiwyg {
  outline: 0; }

.jodit-wysiwyg::-moz-selection, .jodit-wysiwyg ::-moz-selection {
  background: #b5d6fd;
  color: #4c4c4c; }

.jodit-wysiwyg::selection, .jodit-wysiwyg ::selection {
  background: #b5d6fd;
  color: #4c4c4c; }

.jodit-container:not(.jodit_inline) .jodit-wysiwyg {
  margin: 0;
  padding: 8px;
  outline: 0;
  overflow-x: auto;
  position: relative; }

.jodit-container:not(.jodit_inline) .jodit-wysiwyg img {
  position: relative;
  max-width: 100%; }

.jodit-container:not(.jodit_inline) .jodit-wysiwyg jodit-media {
  position: relative; }

.jodit-container:not(.jodit_inline) .jodit-wysiwyg jodit-media * {
  position: relative;
  z-index: 0; }

.jodit-container:not(.jodit_inline) .jodit-wysiwyg jodit-media:before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.jodit-form {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 14px;
  color: #4c4c4c; }

.jodit-form.jodit_error {
  border-color: #ff3b3b;
  box-shadow: inset 0 0 3px 0 rgba(189, 189, 189, 0.3); }

@media (max-width: 768px) {
  .jodit-form {
    min-width: 150px; } }

.jodit-form button {
  height: 36px;
  line-height: 1;
  color: #4c4c4c;
  padding: 8px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background: #d6d6d6;
  font-size: 16px;
  outline: none;
  transition: background .2s ease 0s;
  margin-top: 8px;
  margin-bottom: 8px; }

.jodit-form button:hover {
  background-color: #ecebe9;
  color: #4c4c4c; }

.jodit-form button:active {
  background: #ecebe9;
  color: #4c4c4c; }

.jodit-form label {
  margin-bottom: 8px;
  text-align: left;
  white-space: nowrap;
  display: flex;
  align-items: center; }

.jodit-form label:last-child {
  margin-bottom: 0; }

.jodit-form .jodit-form__center {
  justify-content: center; }

.jodit .jodit-input {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 14px;
  width: 100%;
  height: 32px;
  padding: calc(8px/2) 8px;
  line-height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-sizing: border-box;
  border: 1px solid #dadada;
  border-radius: 0;
  background-color: #fff; }

.jodit .jodit-select {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 14px;
  width: 100%;
  height: 32px;
  padding: calc(8px/2) 8px;
  line-height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-sizing: border-box;
  border: 1px solid #dadada;
  border-radius: 0;
  background-color: #fff; }

.jodit .jodit-textarea {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 14px;
  width: 100%;
  height: 32px;
  padding: calc(8px/2) 8px;
  line-height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-sizing: border-box;
  border: 1px solid #dadada;
  border-radius: 0;
  background-color: #fff; }

.jodit .jodit-input[disabled] {
  background-color: #f0f0f0;
  color: #dadada; }

.jodit .jodit-select[disabled] {
  background-color: #f0f0f0;
  color: #dadada; }

.jodit .jodit-textarea[disabled] {
  background-color: #f0f0f0;
  color: #dadada; }

.jodit .jodit-input_has-error_true {
  border-color: #ff3b3b; }

.jodit .jodit-select_has-error_true {
  border-color: #ff3b3b; }

.jodit .jodit-textarea_has-error_true {
  border-color: #ff3b3b; }

.jodit .jodit-input:focus {
  border-color: #66afe9;
  outline: 0; }

.jodit-checkbox {
  z-index: 2;
  border: 0;
  cursor: pointer;
  height: 16px;
  padding: 0;
  margin: 0 calc(8px/2) 0 0;
  width: 16px;
  position: relative;
  outline: none; }

.jodit-select {
  padding-right: calc(8px*2);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0ye2ZpbGw6IzQ0NH08L3N0eWxlPjwvZGVmcz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDQuOTV2MTBIMHoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xLjQxIDQuNjdsMS4wNy0xLjQ5IDEuMDYgMS40OUgxLjQxek0zLjU0IDUuMzNMMi40OCA2LjgyIDEuNDEgNS4zM2gyLjEzeiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: 98% 50%; }

.jodit-textarea {
  height: auto; }

.jodit-form__group {
  min-width: 180px; }

.jodit-textarea {
  min-width: 180px; }

.jodit-form__group {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px; }

.jodit-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  padding: 0 8px;
  height: calc(8px*4);
  line-height: 1;
  margin: 0;
  background-color: rvar(--jd-color-gray);
  color: #4c4c4c;
  cursor: pointer;
  border: 0;
  border-radius: .25rem;
  text-decoration: none; }

.jodit-button svg {
  display: inline-block;
  width: 24px;
  height: 24px; }

.jodit-button svg + span {
  margin-left: calc(8px/2); }

.jodit-button:active, .jodit-button:focus {
  outline: 0; }

.jodit-button.disabled {
  opacity: .7; }

.jodit-buttons {
  margin-bottom: 8px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }

.jodit-button .jodit_icon, .jodit-button svg, .jodit-dialog__header .jodit_icon, .jodit-dialog__header svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle; }

.jodit-button-group {
  display: flex; }

.jodit-button-group input {
  display: none; }

.jodit-button-group button {
  display: flex;
  flex: 1;
  justify-content: center;
  text-align: center; }

.jodit-button-group button + button {
  margin-left: -1px; }

.jodit-button-group button:first-child, .jodit-button-group input:first-child + button {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.jodit-button-group button:last-child, .jodit-button-group input:last-child + button {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.jodit-button-group input[type=checkbox]:checked + button, .jodit-button-group input[type=checkbox]:not(:checked) + button + button {
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.05); }

.jodit_text_icons .jodit_icon {
  width: auto;
  font-size: 14px; }

.jodit_text_icons .jodit_icon:first-letter {
  text-transform: uppercase; }

.jodit_text_icons .jodit-tabs .jodit-tabs__buttons > a {
  width: auto;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; }

.jodit_text_icons .jodit-tabs .jodit-tabs__buttons > a i {
  width: auto; }

.jodit_text_icons.jodit-dialog__box .jodit-dialog .jodit-button {
  width: auto;
  padding: 8px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  color: rgba(0, 0, 0, 0.75); }

.jodit_text_icons.jodit-dialog__box .jodit-dialog .jodit-dialog__header a {
  width: auto;
  padding: 8px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  color: rgba(0, 0, 0, 0.75); }

.jodit_text_icons.jodit-dialog__box .jodit-dialog .jodit-button .jodit_icon, .jodit_text_icons.jodit-dialog__box .jodit-dialog .jodit-dialog__header a .jodit_icon {
  width: auto; }

.jodit-grid {
  display: flex;
  width: 100%; }

.jodit-grid.jodit-grid_column {
  flex-direction: column; }

@media (max-width: 480px) {
  .jodit-grid.jodit-grid_xs-column {
    flex-direction: column; } }

.jodit-grid [class*=jodit_col-] {
  flex: 1 1 auto; }

.jodit-grid .jodit_col-lg-5-5 {
  width: 100%; }

.jodit-grid .jodit_col-lg-4-5 {
  width: 80%; }

.jodit-grid .jodit_col-lg-3-5 {
  width: 60%; }

.jodit-grid .jodit_col-lg-2-5 {
  width: 40%; }

.jodit-grid .jodit_col-lg-1-5 {
  width: 20%; }

.jodit-grid .jodit_col-lg-4-4 {
  width: 100%; }

.jodit-grid .jodit_col-lg-3-4 {
  width: 75%; }

.jodit-grid .jodit_col-lg-2-4 {
  width: 50%; }

.jodit-grid .jodit_col-lg-1-4 {
  width: 25%; }

@media (max-width: 992px) {
  .jodit-grid .jodit_col-md-5-5 {
    width: 100%; }
  .jodit-grid .jodit_col-md-4-5 {
    width: 80%; }
  .jodit-grid .jodit_col-md-3-5 {
    width: 60%; }
  .jodit-grid .jodit_col-md-2-5 {
    width: 40%; }
  .jodit-grid .jodit_col-md-1-5 {
    width: 20%; }
  .jodit-grid .jodit_col-md-4-4 {
    width: 100%; }
  .jodit-grid .jodit_col-md-3-4 {
    width: 75%; }
  .jodit-grid .jodit_col-md-2-4 {
    width: 50%; }
  .jodit-grid .jodit_col-md-1-4 {
    width: 25%; } }

@media (max-width: 768px) {
  .jodit-grid .jodit_col-sm-5-5 {
    width: 100%; }
  .jodit-grid .jodit_col-sm-4-5 {
    width: 80%; }
  .jodit-grid .jodit_col-sm-3-5 {
    width: 60%; }
  .jodit-grid .jodit_col-sm-2-5 {
    width: 40%; }
  .jodit-grid .jodit_col-sm-1-5 {
    width: 20%; }
  .jodit-grid .jodit_col-sm-4-4 {
    width: 100%; }
  .jodit-grid .jodit_col-sm-3-4 {
    width: 75%; }
  .jodit-grid .jodit_col-sm-2-4 {
    width: 50%; }
  .jodit-grid .jodit_col-sm-1-4 {
    width: 25%; } }

@media (max-width: 480px) {
  .jodit-grid .jodit_col-xs-5-5 {
    width: 100%; }
  .jodit-grid .jodit_col-xs-4-5 {
    width: 80%; }
  .jodit-grid .jodit_col-xs-3-5 {
    width: 60%; }
  .jodit-grid .jodit_col-xs-2-5 {
    width: 40%; }
  .jodit-grid .jodit_col-xs-1-5 {
    width: 20%; }
  .jodit-grid .jodit_col-xs-4-4 {
    width: 100%; }
  .jodit-grid .jodit_col-xs-3-4 {
    width: 75%; }
  .jodit-grid .jodit_col-xs-2-4 {
    width: 50%; }
  .jodit-grid .jodit_col-xs-1-4 {
    width: 25%; } }

@-webkit-keyframes rotate {
  to {
    transform: rotate(1turn); } }

@keyframes rotate {
  to {
    transform: rotate(1turn); } }

.jodit-icon_loader {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAABRsSURBVHja7F1/aJfVGn/33RgUg8FiNfK2WCykyS7GLoYyUbwYipZMumgLo+iPS9HlXhSHkRXdislESxMz0mapuaFo2myjkfnNlTQ2FJdTu8NvLVcrdbpcfGvxrfs823m/vXt3fjznvOedzr0PPJzzPe+7d+97Ps95nuc851fGAw884CD98ccfI1Jqmc3UpEyQz4FkMqRTgYshn8fymZ57SyGbzf5mENIOz9+ngE9Atg/SLkhPQHoWeEDn3SmpSZlJnvf7ypUrTpb7IyMjY+gGN6WWmaY84l2T3c+u58D1csjOgvwsyBdBvsDRo2zgMl/ZNM59vcAJ4Dj8nzikLa5QmBLv28YCfPd3li7gPHBMwKdcEwhCJgN6FoLOWJtUgiWovALG04FXsbI44xbgw8AplbaU/Q+ZQNgGf0gA/JWhC1aQyle1eN91rPRKKKuEsjzZvSph0m2RiutpIYRrfZC8B+l7kB6jgq0CnQIy9X39v2NYQW5FeUFQlQVN/aALyiYBPw/5M5B+Dvw02vMggqcDukEl57F3xHf9H747+4bA5oD6dzqaYEgAqIDbBl9RhvZ4H/B5yL+IDp3oXhmwNkm3lTLn80VIz+O3QFqm2/rHwgeI6QDOa006LZ3Q4lHNNwK3AVeYAD4WgmHQUivYNzWyb7xufICYaavXVbuKZ6MXfwRVJ+TnXW+Am/oMnNaO3/Y5pPitcyh/a6LqtXwAt+J01LVFEzAJ0jpIj7JunJYd1wHchnBQHUSC3Uan8WPgPVgHlBiBCcAkH4Da2i2DjwGZlcy5W0K17zLwVb9NgaY4iJpawJs+BCnWwUo3SKXT4oOAP8IHCFsIfMCguj8JaQ2kOaaA227d10ALuIR1gHVxErjctPtHBd8btSR3A4MIgSePAZxqVPeQlthq7ZRuZVABCVkLuGkJpGgKsY4ybfUEVO84qhsoAzSgrUfHZ1UQVe99B6o2oMYdwg7latAq5iROGoueQExW6UE0gCe/ANIh9SZ6jqkWsN3STZ0rHWEgpkNmEvILxqQbSAXaAPxqSBswQkbpbpo6fGPR0m3GBYjBIIwqNjCTEAr4wkBQUA0AjKNrdZCu0okAqgQhTKCDhFxV91BNgsDuYx3WQZptG3xtDUCJEDKvthGuLVEJlq4gUMyAylfQERadPrhKOHTmB3Ces4RFEXNsgW8UClbZcEhxqPQIpHOord2k1ZsAH4YvYNJXN3EgWX4Ocw4LbIEvDQSJfADJtULWxSuj+BBUP4DaC6D0DkyFg6JKTVo/5brvXqzbo2zSi3af3/9bGgrW1Ar5kH4MXEzVHEHVf5CuYZC4fti9AoI/gXX8Eda5Tp9f9I4xWWsnOoc5zNMv1okjmKp/vzay3epNJ4+YmALdoWBPWTHksc5zTU1AekqYt7LcWTruTYTZQdmQHoB0GuXv/de8L8e7xrsuA8kPNtx3AZIOxp3APc7wvD6kvi+//DLh3nvPPfegWs1jf4dBGGxpOA+hlOXzgw7VBjEBnDKcs4jzDOZDOmjqD2SJQFGBx9JaSOcQ7xVO2RIJhf86AfB+Z3huHs7Ra2pra+ugtubTp0+jMLgC0e6/ftddd6EgzMO5iGwSaq4NITCdLczy6GzXAj8KnDIxAaM0AKeViwCtgbRSNgGUJwQyDaACngO4w6S/CXgb8KEvvvgiFUaw59y5c64mWXvnnXdmsijdYxjpdP6cXh6oS0g1Bb48zpFEzValA3663pcuXaoleSzFltBIlWhRmWx+v6yMcQJ4PU7A/Oyzz/qca0R33HEHrjlAEJa73rns24JqA0keTUGTjglIJpNOxsMPP6wLfiGkx53hxRbcewwXc1BAx0u4gGMNcP2nn36acq4juv322ytZ5K7UlhBo5LER3AvcTXU60wKgYbsyWTCi3LTV6wLvKesGrvrkk0/qneucCgoKHoJkHbxvYRAhMMij/zMbVzZRTMAvv/wycj4AoRv4Mk7oII4HkLp+vC6drwxt/FrgKeMBfKTe3t69UMFTgPG9B3WcQdMeBsvjhJJqnYGqjMrKSmr/tZxNWAi87o9i+1l5O6SPNjc3dzrjlPLz83HyC/aWpqk0gWZUUHZtJvxuUZmAtAYgtHycr/a6qIXz2DQI5OH1UDRjPIOPdOHChU6o+JmQXW+68JYS4vUB/bozvN5RGAImdwPZA3AC51RKrMAfyBHFGCRBnz4oe7ypqemgc4PQxYsX0YytuOWWW3BRaa3DWd0U1A/w/Z4KvBx4jcoExAitE6dzPStr3RR/QKQ5fOUJ4PsaGxtvGPC9dOnSJfyu+7ALa9MJFPx+lkU05YNBBDVdg0uwKc4eAWCZ83cC8jM+/PDDLucGpr6+Pvy+GWz/ASs9AMFvd7ax1ATEFOBjmLdSBraN3gBwHHhmQ0NDrzMB6PLly73MUYubOs3EiB/GJebyTEB6QogCnGrV6KAFR7AVeP4HH3ww4EwgunLlCn7vfACi1UQDqMb5PWUvm5qAB3HESXNomKz2GaOHv/DAgQNJZwJSf38/fvdC3J5G1iPQnf3jK5sGvx80MQHP69hxHWZ/2wN8//vvv3/BmcD0008/XWCaoEcUJ6C0eoUWeFbXBOBCzTKKJ2/YExgEXrRv374eJyLn6tWrWA+LAJRBy+o/rQUQUx0TsFwzRKzLK/bu3dseQf8nDQwMYH2sCOL0ibx9Vr6cagIKmf0nxe8pguC7vn/Pnj2bIshH088//4z1st+m+veUI6ZFFBOwLGj/XqIh0O4/HkEtJgDmcZ4/EED9e69VKk0ACoDN1u/jqrq6uv4IZjElk0msnypbwPs0wTKVCUBnYbLuMC5REA7v3r37vQhikhBgPTWrTAEFeB9NZt3C0SbAr/6DdPM4jF7/PyNotUzBU26vgAo8x+7zri3jmgAgnOJdKYrVB9QEb+zcubMrgpVOv/76K9bXGzrACwTJfw1D+9k8EzAXOE8GviEPAK+JIDXSAlhvA7yWTWztvMfiXM65PBNQrgLfUBi2v/vuu70RnPo0ODjYC0BtN3D2VNfLR5gAz04eRn17yb0p4A0RlIEI6y+la/MV1xf4fYACSEtDiP031dbWRrY/AP32229dAGCTrs1XrHHEaesFXh+gXCfooyEM2yIIrdC2ADZ/1D1eM+CagHLJ5ExTxrl9hyLsrDiDWI99EjApgPvLRwhAmQh4HV/Axwe3bt06GMEXnFKpFK4tOBgQcH95WdoEAE01nc8Xi8VEArA3gs4q7VWpfsHaCpEg4GrnoeXhOEKUw3u4yZYqbGo4Lk2KR5hZpcOsXjO9GIm0AYFycTErmoDJVLWu0Tto3bJly0CEmT36/fffkzh/UKfVE3yLkix3Xx+v5FjYaaslgiwUZxDrdbrm38guF6EAFFKAF5kEwcFPrRFcoVCrIdAiKsSlYUWqFi/zBwTXOiKsQqGOIKe1cQRmSAPkmYIv0ADY9Yuif+GYgC5Wv9kB1L6X8lAA8k3BFwhB94YNG1IRXPYJutwpINwBpNjSI/O5AhDQGUxEUIVKCRMBEGiFIQG4yX+Daf+fPacvwihUM2Czfm/KcgMLtjZZhudEY//hks2VVJlZ7tJvi5SMMApVA9gMsOVkXYvDFiO6fggFACUqJ6qKcaMBbD5uAH2AlE0fIKJxRSnUAGizcykePtWzjOo1VA2gpa0V2CVRALBbURDwQV4qiGAKVQDyLZ571JfFum0lFqTJvScvgilUytPxAxSY9boawMbD3OtFEUahaoAinQap0gA4JSzhPswSFz733HOZEVT2KZlMYr0WesGV7KpOoQRqgG6DVi4rx5EqjFWfjSCz3vqLHd9IoGyYnoBjNwpAwhBoWXlpJAChCECpv66p5ycJBCSBcwI7daZ7E83FtAiuUGgaT/WLACaYhk4MBCVk0UDKWb2c3+URVqFogOm8OqccqMW5d+Dmm29OuGsDOyw7gmUvvfRSFBCySFevXsX6LBO1cIoG8NEQ5u7KoFbLi0Kz3fODI7JGeHbwTSJADcxCq1cAWnR39yYIQUWEmVX1X2G6SYTgnhavABwL0uoF91dUV1dnR9AFp/7+fjysq0IGvIEGODYkAOwa7t/XYXl3kDzgBRF8Vgg3eczT2SqGYP97vBoA83ELrd6/WPSJCDsr6v8Jw91BRdfS6za9ewQ1qVo9RQv47plXU1NTHEFoTpcvX8aTwueJgKdoAI4wpE8Y9e4SdtgdGLK4S1gm8L8jGAO1fqy/TNmiUE1hQIwPj9AADOQk7ugRdJ9ADj+2bt26aI6AAV26dAnr7THqnsFEYTgEnBRtFl0fwk6hOcCrIjiNaBXOAKIcuq3hG4w4fTXma+lNOEHEZFs4hcA8+eqrr0a+gAZdvHgRbf+TsrMDDMxBr2v/eT7A0L5+8HN7AKdPFhncHMGqZftfB84Wga0yBwKtsN1hk4B5PsCIrd0C2HwRz924cWNlBK2afvzxx0rX89c5Qo4gCNv85bwDI7r8XUKqynfL/KmHazZt2pQbQSymH374AffuqeEB7gWXCrzHFCCmXf5niE4NWxPkJFAJ41GmtRHMUtWP9TNJdYScgQZYo3NoFEYF21WmgAq8776KzZs3Px1BPZq+//57rJcKXhg3oClo90b/qCeHvqLjA2j6B+u2bNlSFkH+J3333XdlAMo6ntq3cJroK6K4gOzgyP2oBaj2nqIdPGXYKzjw5ptvToqgd5yenh5U+Qcgmy07UdxQA7QD7xfFClSnh68Oelag6H5n+Fj6j9566638iQz++fPn8wGMRq/dV4EviwVwrq0W9QpUJsAdINof5LRQxfNLgBu2bt06IaePffvttzjDp8EZ3r6dDL7sQEkfyAdVW82rjo9H/hdkB2y2ft89eEB149tvvz2hlqh/8803OazlTzMFX6ENcKLvU7LgEMUEuIc9vqLb+inBJE8ezyo+un379gkxaPT111/jdx4FEGbJwOd1A2VdQ9896Pj1qIJDMSJI6yHpNGnpGlHFqVgp77zzzg29tjCRSBQx8KfKWrmJBvDkO4HXU3oI7pQwFUDpc/8s9ABk14uB23bs2HFDTiU7d+7cAqj4NrbESxtojeAQYjWoOnyaqwF4AsFSnDm81lT1y2YZ+cpwLmHDzp07a3bt2nVDTCrt6urKBq5hDl8eBXCTHgGjtWxTaVK8IEYFjKWrvVPIdU8VE2kMgUCsBD6ye/fukvEM/ldffVUCFX4EsitVtl3UYjU0wDHg1dQIodQJFJShKXgE0j5dLaACn6MJkKcDH6+rq6uur68fV72EM2fO5Jw9e7YasseBp5u0cKoQsDxO9Vrqqn6R2hdGAjWEoBvSR03B9wPNA95HGDVcBXxqz549D40H8E+fPo3vecoZntGTreqzmwgBRyDw2Plu3TBxxmuvvcYFUQYwy+OQ5UoV6DITQzEJnGsdbLSyfvHixdfVptSnTp2qZMJaqtsVVtWbAiP0zap498ryt956q5OxYcMGyj/gpbhbxS5IlwSJBQQYYsZVzWtREBYtWnTN9ic+efIkOq1LmM9SZDKplioQgrJ6ZpZTVODd32kBIEoZL0UvvdFdCBoUfGo8gXM0/UHgHTireeHChaFrhePHj+N0dzxqdxnwg2xwS0vD6YIvwAOnd89nvhkZeJduu+02J2Pjxo0UKZO9GM7w+cjdFMIgCmiqAXj39bO5DPFYLNY8b948ayeXtLW1lbIT1mcxzjVZUGtqCjh44Bj/34H7ZXjJhCItAAHAd1Mc0fvcPYAqCPhBhIHDF5jP0MF2QkmwE02HTMjs2bPTpqOlpSXPVeHABSwoVcLsOebzTWZH2fADOClO7ZqB3yfDTWUSUACyiHZG9UJY0SiNH7PKIjsiqt6BooegIhTMOYxHUTweN3q26EAN/wkr3t+qvEaKczbvxzoXPcf7brL/a9oNFKXYPZzpnUpGlX6dbqHIDIRNlIWXsuibbjdQkGLdzoQ0YfJ/uJFAamsndllw19HZzDlxVGFmkcqilFnSEFotnnKNOlZPGQX0lWOdzoa01xR47nCwDtBEpwbHoedj94wy0KSKCOoIQhgaQrXZgkoYdMCXPAvrcr57WITuXEHlcLCu00cQGjza7BEcRjbRAFSNQAXXVAh0zuY1BV/Q2r3pekixnz+oGRomvVtMV9Vr3I/98RXAC73LzoM4grIWb1sIxgp8iSnAOlsIKdZhynB8QG8wiKIBDPyCQ5C9F0cRKY6gDFwZ2DaFIEzwCS3e3b/nXlzKras1dFr/KA2go/5FLVRwfzdzDtfodgupZoFqGohbqIYGPsH+Yx3NxF6V7D2omkXlmMZM1T8PDMXfoUl4BruKkHaaaANbtj2MnoEJ+L6/72RdvGe8Kt9kjqBOj4SsAUyvce7BCSV/Ba6C/EBYXcSg5oIKtqkj5ikbgLSKqfwWaheRWqZ6j1gIAFPuQW2AI3lTIN0b1CSonMSwYgCU6wqQ8NunsOHcQcozVKZIVwhiKjVuMEihY0YwevgPSDG0eUy3ezjWYOsEhRRAHWPf/A93Egc1MKTj+FGEIGZhIEgJiMzPYPlmHNxgjmLTtRSCsOw+o2YWzcNvbTYIBVsVgrQGsAW+6cCSJx9nUcS/QbrfVAjCDgQZ/P1+yOM33Q9pPMizqCaAKgSxsMCntk6B2sdVyYsh/QvwC7hriY4QhCkUGi0e3/kF/AYow29pJ8YArJkAihDEwgRfVyNw8rif7X+B74Y8qs03nOGNDq0IgQ3Afff0sXecAfm72bv3UFoxpdWbtH7V32cFcfgoLcyCEKQdJ9zVHNL/AM9ijOP808MYD/CP7UvuO8ZGP+OMB3nP4T1PNfYvey/KXAPKd2XpevA27iWYANk9g8yZamblOa5A4FQtZ/jEsjybWsBTaX1sQkbcA/iACAQd0E2EQgU8RUiyKC02qGnQjS6qwPP9LQJwiLFLuUwQcBuaIiYQuBjTPc8wk/32VtYJFq104xQnmLlJMPuNNr3fUEuQQtDUVm8DeNcc/F+AAQBKd8HaIWdjwQAAAABJRU5ErkJggg==") no-repeat 50%;
  background-size: 100% 100%;
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
  will-change: transform;
  -webkit-animation: rotate 2s ease-out 0s infinite;
  animation: rotate 2s ease-out 0s infinite; }

.jodit-icon {
  width: 14px;
  height: 14px;
  fill: #4c4c4c;
  transform-origin: 0 0 !important;
  overflow: visible;
  background: 50% no-repeat;
  background-size: contain; }

.jodit-icon {
  stroke: #4c4c4c; }

.jodit-icon_close {
  stroke: #4c4c4c; }

svg.jodit-icon {
  isolation: isolate;
  height: auto; }

.jodit-icon_text {
  font-size: 14px; }

.jodit, .jodit *, .jodit-container, .jodit-container * {
  box-sizing: border-box; }

.jodit-container .jodit-workplace, .jodit .jodit-workplace {
  position: relative;
  overflow: auto; }

.jodit-container .jodit-workplace .jodit-wysiwyg, .jodit-container .jodit-workplace .jodit-wysiwyg_iframe, .jodit .jodit-workplace .jodit-wysiwyg, .jodit .jodit-workplace .jodit-wysiwyg_iframe {
  height: 100%;
  width: 100%; }

.jodit-container:not(.jodit_inline) {
  border: 1px solid #dadada;
  border-radius: 3px;
  background-color: #fff; }

.jodit-container:not(.jodit_inline) .jodit-workplace {
  border: 0 solid #dadada;
  max-height: 100%; }

.jodit-container:not(.jodit_inline).jodit_disabled {
  background: rvar(--jd-color-gray); }

.jodit-container:not(.jodit_inline).jodit_disabled .jodit-workplace {
  opacity: .4; }

.jodit_disabled {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

.jodit_hidden {
  display: none !important; }

.jodit_vertical_middle {
  display: flex;
  align-items: center; }

.jodit-box {
  background: 0 0;
  border: 0;
  float: none;
  height: auto;
  margin: 0;
  max-width: none;
  outline: 0;
  padding: 0;
  position: static;
  width: auto; }

.jodit_theme_dark .jodit-toolbar-collection_mode_horizontal:after {
  background-color: #6b6b6b; }

.jodit_theme_dark .jodit-toolbar-editor-collection_mode_horizontal:after {
  background-color: #6b6b6b; }

.jodit_theme_dark.jodit-container {
  background-color: #575757; }

.jodit_theme_dark.jodit-container.jodit_disabled {
  background-color: #575757; }

.jodit_theme_dark.jodit-container:not(.jodit_inline) .jodit-workplace {
  border-color: #575757; }

.jodit_theme_dark .jodit-popup__content {
  background: #575757; }

.jodit_theme_dark .jodit-toolbar-button__text {
  color: #d1cccc; }

.jodit_theme_dark .jodit-ui-button__text {
  color: #d1cccc; }

.jodit_theme_dark .jodit-toolbar-button:hover:not([disabled]) {
  background-color: #787878; }

.jodit_theme_dark .jodit-toolbar-button__button:hover:not([disabled]) {
  background-color: #787878; }

.jodit_theme_dark .jodit-toolbar-button__trigger:hover:not([disabled]) {
  background-color: #787878; }

.jodit_theme_dark .jodit-ui-button:hover:not([disabled]) {
  background-color: #787878; }

.jodit_theme_dark .jodit-ui-button__button:hover:not([disabled]) {
  background-color: #787878; }

.jodit_theme_dark .jodit-ui-button__trigger:hover:not([disabled]) {
  background-color: #787878; }

.jodit_theme_dark .jodit-status-bar {
  background-color: rgba(95, 92, 92, 0.8);
  border-color: rgba(95, 92, 92, 0.8); }

.jodit_theme_dark .jodit-status-bar {
  color: #d1cccc; }

.jodit_theme_dark .jodit-status-bar .jodit-status-bar__item span {
  color: #d1cccc; }

.jodit_theme_dark .jodit-toolbar__box:not(:empty) {
  background: #5f5c5c; }

.jodit_theme_dark .jodit-icon {
  fill: silver;
  stroke: silver; }

.jodit_theme_dark .jodit-toolbar-button .jodit-toolbar-button__trigger {
  fill: silver;
  stroke: silver; }

.jodit_theme_dark .jodit__upload-button svg {
  fill: silver;
  stroke: silver; }

.jodit_theme_dark .jodit-icon-close {
  stroke: silver; }

.jodit_theme_dark .jodit-wysiwyg {
  background-color: #575757;
  color: #d1cccc; }

.jodit_theme_dark .jodit-wysiwyg_iframe {
  background-color: #575757;
  color: #d1cccc; }

.jodit_theme_dark .jodit-form input[type=text] {
  background-color: rgba(81, 81, 81, 0.41);
  border-color: #686767;
  color: #d1cccc; }

.jodit_theme_dark .jodit-form input[type=url] {
  background-color: rgba(81, 81, 81, 0.41);
  border-color: #686767;
  color: #d1cccc; }

.jodit_theme_dark .jodit-form textarea {
  background-color: rgba(81, 81, 81, 0.41);
  border-color: #686767;
  color: #d1cccc; }

.jodit_theme_dark .jodit-form button {
  background-color: rgba(104, 103, 103, 0.75);
  color: #d1cccc; }

.jodit_theme_dark .jodit-placeholder {
  color: rgba(209, 204, 204, 0.8); }

.jodit_theme_dark .jodit-drag-and-drop__file-box {
  color: #d1cccc; }

.jodit_theme_dark .jodit_uploadfile_button {
  color: #d1cccc; }

.jodit_theme_dark .jodit-drag-and-drop__file-box:hover {
  background-color: rgba(104, 103, 103, 0.75); }

.jodit_theme_dark .jodit_uploadfile_button:hover {
  background-color: rgba(104, 103, 103, 0.75); }

.jodit_theme_dark .jodit-add-new-line:before {
  border-top-color: #686767; }

.jodit_theme_dark .jodit-add-new-line span {
  background: rgba(104, 103, 103, 0.75);
  border-color: #686767; }

.jodit_theme_dark .jodit-add-new-line span svg {
  fill: #d1cccc; }

.jodit_theme_dark .jodit-resizer > i {
  background: rgba(104, 103, 103, 0.75);
  border-color: silver; }

.jodit_theme_dark .jodit-input {
  color: #444;
  border-color: #444;
  background-color: #787878; }

.jodit_theme_dark .jodit-select {
  color: #444;
  border-color: #444;
  background-color: #787878; }

.jodit_theme_dark.jodit-dialog__box .jodit-dialog {
  background-color: #575757; }

.jodit_theme_dark.jodit-dialog__box .jodit-dialog .jodit-dialog__header {
  border-color: #444; }

.jodit_theme_dark.jodit-dialog__box .jodit-dialog .jodit-filebrowser__files.active .jodit-filebrowser__files-item {
  border-color: #444; }

.jodit_theme_dark.jodit-dialog__box .jodit-dialog .jodit-filebrowser__files.active .jodit-filebrowser__files-item-info {
  background-color: #d1cccc; }

.jodit-color-picker {
  text-align: left;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.jodit-color-picker .jodit-color-picker__group {
  margin-bottom: calc(8px/2);
  white-space: normal;
  max-width: calc(24px*10);
  display: flex;
  flex-wrap: wrap; }

.jodit-color-picker a {
  width: 24px;
  height: 24px;
  display: block;
  text-decoration: none;
  vertical-align: middle;
  text-align: center;
  border: 1px solid transparent; }

.jodit-color-picker a:hover {
  border-color: #000; }

.jodit-color-picker a.jodit_active {
  border: 2px solid #1e88e5; }

.jodit-color-picker a:active {
  border: 2px solid #1e88e5; }

.jodit-color-picker__native svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 4px; }

.jodit-color-picker__native input {
  width: 18px;
  height: 18px;
  padding: 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.jodit-color-picker__native input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0; }

.jodit-color-picker__native input input[type=color]::-webkit-color-swatch {
  border: none; }

.jodit-ui-button-icon-text__icon {
  display: none; }

.jodit-ui-button-icon-text__icon:not(:empty) {
  display: inline-flex; }

.jodit-ui-button-icon-text__text {
  display: none; }

.jodit-ui-button-icon-text__text:not(:empty) {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 14px;
  display: inline-flex;
  flex: 1;
  justify-content: center; }

.jodit-ui-button-icon-text_context_menu .jodit-ui-button-icon-text__text {
  justify-content: left;
  padding-left: 8px;
  position: relative; }

.jodit-ui-button-icon-text_context_menu .jodit-ui-button-icon-text__text:before {
  content: "";
  position: absolute;
  border-left: 1px solid #dadada;
  height: 35px;
  top: calc(8px*-1);
  left: 0; }

.jodit-ui-button-icon-text__icon:not(:empty) + .jodit-ui-button-icon-text__text:not(:empty) {
  margin-left: 8px; }

.jodit-ui-button-icon-text__icon:empty + .jodit-ui-button-icon-text__text:not(:empty) {
  padding: 0 8px; }

.jodit-ui-button_clear {
  padding: 0;
  position: relative;
  text-align: center;
  background: 0 0;
  text-transform: none;
  font-style: normal;
  box-shadow: none;
  border: 0;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-clip: padding-box;
  text-decoration: none;
  outline: 0; }

.jodit-ui-button-sizes {
  min-width: 34px;
  height: 34px; }

.jodit-ui-button-sizes .jodit-icon {
  width: 14px;
  height: 14px; }

.jodit-ui-button-sizes button {
  min-width: 34px;
  height: 34px; }

.jodit-ui-button-sizes_size_tiny {
  min-width: 16px;
  height: 16px; }

.jodit-ui-button-sizes_size_tiny .jodit-icon {
  width: 8px;
  height: 8px; }

.jodit-ui-button-sizes_size_tiny button {
  min-width: 16px;
  height: 16px; }

.jodit-ui-button-sizes_size_xsmall {
  min-width: 22px;
  height: 22px; }

.jodit-ui-button-sizes_size_xsmall .jodit-icon {
  width: 10px;
  height: 10px; }

.jodit-ui-button-sizes_size_xsmall button {
  min-width: 22px;
  height: 22px; }

.jodit-ui-button-sizes_size_small {
  min-width: 28px;
  height: 28px; }

.jodit-ui-button-sizes_size_small .jodit-icon {
  width: 12px;
  height: 12px; }

.jodit-ui-button-sizes_size_small button {
  min-width: 28px;
  height: 28px; }

.jodit-ui-button-sizes_size_large {
  min-width: 40px;
  height: 40px; }

.jodit-ui-button-sizes_size_large .jodit-icon {
  width: 16px;
  height: 16px; }

.jodit-ui-button-sizes_size_large button {
  min-width: 40px;
  height: 40px; }

.jodit-ui-button-statuses_status_default {
  background-color: #d8d8d8;
  color: #212529; }

.jodit-ui-button-statuses_status_default svg {
  fill: #212529;
  stroke: #212529; }

.jodit-ui-button-statuses_status_default [disabled] {
  opacity: .7; }

.jodit-ui-button-statuses_status_default:hover:not([disabled]) {
  background-color: #c9cdd1;
  color: #212529; }

.jodit-ui-button-statuses_status_default:hover:not([disabled]) svg {
  fill: #212529;
  stroke: #212529; }

.jodit-ui-button-statuses_status_default:active:not([disabled]) {
  background-color: #dae0e5;
  color: #212529; }

.jodit-ui-button-statuses_status_default:active:not([disabled]) svg {
  fill: #212529;
  stroke: #212529; }

.jodit-ui-button-statuses_status_default:focus:not([disabled]) {
  outline: 1px dashed #dae0e5; }

.jodit-ui-button-statuses_status_primary {
  background-color: #007bff;
  color: #fff; }

.jodit-ui-button-statuses_status_primary svg {
  fill: #fff;
  stroke: #fff; }

.jodit-ui-button-statuses_status_primary [disabled] {
  opacity: .7; }

.jodit-ui-button-statuses_status_primary:hover:not([disabled]) {
  background-color: #0069d9;
  color: #fff; }

.jodit-ui-button-statuses_status_primary:hover:not([disabled]) svg {
  fill: #fff;
  stroke: #fff; }

.jodit-ui-button-statuses_status_primary:active:not([disabled]) {
  background-color: #0062cc;
  color: #fff; }

.jodit-ui-button-statuses_status_primary:active:not([disabled]) svg {
  fill: #fff;
  stroke: #fff; }

.jodit-ui-button-statuses_status_primary:focus:not([disabled]) {
  outline: 1px dashed #0062cc; }

.jodit-ui-button-statuses_status_secondary {
  background-color: #d8d8d8;
  color: #212529;
  border-radius: 0; }

.jodit-ui-button-statuses_status_secondary svg {
  fill: #212529;
  stroke: #212529; }

.jodit-ui-button-statuses_status_secondary [disabled] {
  opacity: .7; }

.jodit-ui-button-statuses_status_secondary:hover:not([disabled]) {
  background-color: #c9cdd1;
  color: #212529; }

.jodit-ui-button-statuses_status_secondary:hover:not([disabled]) svg {
  fill: #212529;
  stroke: #212529; }

.jodit-ui-button-statuses_status_secondary:active:not([disabled]) {
  background-color: #dae0e5;
  color: #212529; }

.jodit-ui-button-statuses_status_secondary:active:not([disabled]) svg {
  fill: #212529;
  stroke: #212529; }

.jodit-ui-button-statuses_status_secondary:focus:not([disabled]) {
  outline: 1px dashed #dae0e5; }

.jodit-ui-button-statuses_status_success {
  background-color: #28a745;
  color: #fff; }

.jodit-ui-button-statuses_status_success svg {
  fill: #fff;
  stroke: #fff; }

.jodit-ui-button-statuses_status_success [disabled] {
  opacity: .7; }

.jodit-ui-button-statuses_status_success:hover:not([disabled]) {
  background-color: #218838;
  color: #fff; }

.jodit-ui-button-statuses_status_success:hover:not([disabled]) svg {
  fill: #fff;
  stroke: #fff; }

.jodit-ui-button-statuses_status_success:active:not([disabled]) {
  background-color: #1e7e34;
  color: #fff; }

.jodit-ui-button-statuses_status_success:active:not([disabled]) svg {
  fill: #fff;
  stroke: #fff; }

.jodit-ui-button-statuses_status_success:focus:not([disabled]) {
  outline: 1px dashed #1e7e34; }

.jodit-ui-button-statuses_status_danger {
  background-color: #dc3545;
  color: #fff; }

.jodit-ui-button-statuses_status_danger svg {
  fill: #fff;
  stroke: #fff; }

.jodit-ui-button-statuses_status_danger [disabled] {
  opacity: .7; }

.jodit-ui-button-statuses_status_danger:hover:not([disabled]) {
  background-color: #c82333;
  color: #fff; }

.jodit-ui-button-statuses_status_danger:hover:not([disabled]) svg {
  fill: #fff;
  stroke: #fff; }

.jodit-ui-button-statuses_status_danger:active:not([disabled]) {
  background-color: #bd2130;
  color: #fff; }

.jodit-ui-button-statuses_status_danger:active:not([disabled]) svg {
  fill: #fff;
  stroke: #fff; }

.jodit-ui-button-statuses_status_danger:focus:not([disabled]) {
  outline: 1px dashed #bd2130; }

.jodit-ui-button-style {
  padding: 0 8px;
  border-radius: 3px; }

.jodit-ui-button, .jodit-ui-button-style {
  display: inline-flex;
  justify-content: center;
  align-items: center; }

.jodit-ui-button {
  padding: 0;
  position: relative;
  text-align: center;
  background: 0 0;
  text-transform: none;
  font-style: normal;
  box-shadow: none;
  border: 0;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-clip: padding-box;
  text-decoration: none;
  outline: 0;
  padding: 0 8px;
  border-radius: 3px;
  min-width: 34px;
  height: 34px; }

.jodit-ui-button:hover:not([disabled]) {
  background-color: #dcdcdc;
  outline: 0;
  opacity: 1; }

.jodit-ui-button:active:not([disabled]) {
  background-color: rgba(220, 220, 220, 0.4);
  outline: 0; }

.jodit-ui-button[aria-pressed=true]:not([disabled]) {
  background-color: rgba(220, 220, 220, 0.4);
  outline: 0; }

.jodit-ui-button[aria-pressed=true]:hover:not([disabled]) {
  background-color: rgba(220, 220, 220, 0.6); }

.jodit-ui-button[disabled] {
  opacity: .3; }

.jodit-ui-button .jodit-icon {
  width: 14px;
  height: 14px; }

.jodit-ui-button button {
  min-width: 34px;
  height: 34px; }

.jodit-ui-button_size_tiny {
  min-width: 16px;
  height: 16px; }

.jodit-ui-button_size_tiny .jodit-icon {
  width: 8px;
  height: 8px; }

.jodit-ui-button_size_tiny button {
  min-width: 16px;
  height: 16px; }

.jodit-ui-button_size_xsmall {
  min-width: 22px;
  height: 22px; }

.jodit-ui-button_size_xsmall .jodit-icon {
  width: 10px;
  height: 10px; }

.jodit-ui-button_size_xsmall button {
  min-width: 22px;
  height: 22px; }

.jodit-ui-button_size_small {
  min-width: 28px;
  height: 28px; }

.jodit-ui-button_size_small .jodit-icon {
  width: 12px;
  height: 12px; }

.jodit-ui-button_size_small button {
  min-width: 28px;
  height: 28px; }

.jodit-ui-button_size_large {
  min-width: 40px;
  height: 40px; }

.jodit-ui-button_size_large .jodit-icon {
  width: 16px;
  height: 16px; }

.jodit-ui-button_size_large button {
  min-width: 40px;
  height: 40px; }

.jodit-ui-button__icon {
  display: none; }

.jodit-ui-button__icon:not(:empty) {
  display: inline-flex; }

.jodit-ui-button__text {
  display: none; }

.jodit-ui-button__text:not(:empty) {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 14px;
  display: inline-flex;
  flex: 1;
  justify-content: center; }

.jodit-ui-button_context_menu .jodit-ui-button__text {
  justify-content: left;
  padding-left: 8px;
  position: relative; }

.jodit-ui-button_context_menu .jodit-ui-button__text:before {
  content: "";
  position: absolute;
  border-left: 1px solid #dadada;
  height: 35px;
  top: calc(8px*-1);
  left: 0; }

.jodit-ui-button__icon:not(:empty) + .jodit-ui-button__text:not(:empty) {
  margin-left: 8px; }

.jodit-ui-button__icon:empty + .jodit-ui-button__text:not(:empty) {
  padding: 0 8px; }

.jodit-ui-button:focus:not([disabled]) {
  outline: 1px dashed #b5d6fd; }

.jodit-ui-button_status_default {
  background-color: #d8d8d8;
  color: #212529; }

.jodit-ui-button_status_default svg {
  fill: #212529;
  stroke: #212529; }

.jodit-ui-button_status_default [disabled] {
  opacity: .7; }

.jodit-ui-button_status_default:hover:not([disabled]) {
  background-color: #c9cdd1;
  color: #212529; }

.jodit-ui-button_status_default:hover:not([disabled]) svg {
  fill: #212529;
  stroke: #212529; }

.jodit-ui-button_status_default:active:not([disabled]) {
  background-color: #dae0e5;
  color: #212529; }

.jodit-ui-button_status_default:active:not([disabled]) svg {
  fill: #212529;
  stroke: #212529; }

.jodit-ui-button_status_default:focus:not([disabled]) {
  outline: 1px dashed #dae0e5; }

.jodit-ui-button_status_primary {
  background-color: #007bff;
  color: #fff; }

.jodit-ui-button_status_primary svg {
  fill: #fff;
  stroke: #fff; }

.jodit-ui-button_status_primary [disabled] {
  opacity: .7; }

.jodit-ui-button_status_primary:hover:not([disabled]) {
  background-color: #0069d9;
  color: #fff; }

.jodit-ui-button_status_primary:hover:not([disabled]) svg {
  fill: #fff;
  stroke: #fff; }

.jodit-ui-button_status_primary:active:not([disabled]) {
  background-color: #0062cc;
  color: #fff; }

.jodit-ui-button_status_primary:active:not([disabled]) svg {
  fill: #fff;
  stroke: #fff; }

.jodit-ui-button_status_primary:focus:not([disabled]) {
  outline: 1px dashed #0062cc; }

.jodit-ui-button_status_secondary {
  background-color: #d8d8d8;
  color: #212529;
  border-radius: 0; }

.jodit-ui-button_status_secondary svg {
  fill: #212529;
  stroke: #212529; }

.jodit-ui-button_status_secondary [disabled] {
  opacity: .7; }

.jodit-ui-button_status_secondary:hover:not([disabled]) {
  background-color: #c9cdd1;
  color: #212529; }

.jodit-ui-button_status_secondary:hover:not([disabled]) svg {
  fill: #212529;
  stroke: #212529; }

.jodit-ui-button_status_secondary:active:not([disabled]) {
  background-color: #dae0e5;
  color: #212529; }

.jodit-ui-button_status_secondary:active:not([disabled]) svg {
  fill: #212529;
  stroke: #212529; }

.jodit-ui-button_status_secondary:focus:not([disabled]) {
  outline: 1px dashed #dae0e5; }

.jodit-ui-button_status_success {
  background-color: #28a745;
  color: #fff; }

.jodit-ui-button_status_success svg {
  fill: #fff;
  stroke: #fff; }

.jodit-ui-button_status_success [disabled] {
  opacity: .7; }

.jodit-ui-button_status_success:hover:not([disabled]) {
  background-color: #218838;
  color: #fff; }

.jodit-ui-button_status_success:hover:not([disabled]) svg {
  fill: #fff;
  stroke: #fff; }

.jodit-ui-button_status_success:active:not([disabled]) {
  background-color: #1e7e34;
  color: #fff; }

.jodit-ui-button_status_success:active:not([disabled]) svg {
  fill: #fff;
  stroke: #fff; }

.jodit-ui-button_status_success:focus:not([disabled]) {
  outline: 1px dashed #1e7e34; }

.jodit-ui-button_status_danger {
  background-color: #dc3545;
  color: #fff; }

.jodit-ui-button_status_danger svg {
  fill: #fff;
  stroke: #fff; }

.jodit-ui-button_status_danger [disabled] {
  opacity: .7; }

.jodit-ui-button_status_danger:hover:not([disabled]) {
  background-color: #c82333;
  color: #fff; }

.jodit-ui-button_status_danger:hover:not([disabled]) svg {
  fill: #fff;
  stroke: #fff; }

.jodit-ui-button_status_danger:active:not([disabled]) {
  background-color: #bd2130;
  color: #fff; }

.jodit-ui-button_status_danger:active:not([disabled]) svg {
  fill: #fff;
  stroke: #fff; }

.jodit-ui-button_status_danger:focus:not([disabled]) {
  outline: 1px dashed #bd2130; }

.jodit-popup {
  background: 0 0;
  border: 0;
  float: none;
  height: auto;
  margin: 0;
  max-width: none;
  outline: 0;
  padding: 0;
  position: static;
  width: auto;
  position: fixed;
  display: inline-block;
  z-index: 10000001;
  transform: translateZ(0);
  box-shadow: 0 4px 1px -2px rgba(76, 76, 76, 0.2), 0 3px 3px 0 rgba(76, 76, 76, 0.15), 0 1px 4px 0 rgba(76, 76, 76, 0.13); }

.jodit-popup__content {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 14px;
  padding: 8px;
  background: #fff;
  overflow-scrolling: touch;
  overflow: auto;
  max-height: 300px; }

.jodit-ui-group {
  display: flex;
  flex: 0 0 auto;
  flex-shrink: 0;
  flex-wrap: wrap; }

.jodit-ui-group:last-child {
  border-bottom: 0; }

.jodit-ui-list {
  display: flex;
  flex-direction: column; }

.jodit-ui-list_mode_vertical .jodit-ui-group {
  flex-direction: column;
  background-color: transparent;
  border: 0; }

.jodit-ui-list_mode_vertical .jodit-toolbar-button {
  height: auto;
  min-height: calc(16px + (16px - 4px)*2 + 2px*2); }

.jodit-ui-list_mode_vertical .jodit-toolbar-button__button {
  width: 100%;
  height: auto;
  min-height: calc(16px + (16px - 4px)*2 + 2px*2); }

.jodit-ui-list_mode_vertical .jodit-toolbar-button__text:not(:empty) {
  justify-content: left; }

.jodit-ui-separator {
  border-left: 0;
  border-right: 1px solid #dadada;
  padding: 0;
  margin: 2px;
  cursor: default; }

.jodit-ui-break {
  flex-basis: 100%;
  width: 0;
  border-top: 1px solid #dadada;
  height: 0 !important; }

.jodit-ui-input {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px; }

.jodit-ui-input__input {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 14px;
  width: 100%;
  height: 32px;
  padding: calc(8px/2) 8px;
  line-height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-sizing: border-box;
  border: 1px solid #dadada;
  border-radius: 0;
  background-color: #fff;
  min-width: 200px; }

.jodit-ui-input__input[disabled] {
  background-color: #f0f0f0;
  color: #dadada; }

.jodit-ui-input__input_has-error_true {
  border-color: #ff3b3b; }

.jodit-ui-input_has-error_true .jodit-ui-input__input {
  border-color: #ff3b3b; }

.jodit-ui-input__error {
  display: block;
  color: #a5a5a5;
  font-size: .8em; }

.jodit-ui-input__label {
  display: block;
  color: #a5a5a5;
  font-size: .8em; }

.jodit-ui-input__error {
  color: #ff3b3b; }

.jodit-ui-input_has-error_true .jodit-ui-input__label {
  color: #ff3b3b; }

.jodit-ui-block .jodit-ui-input {
  margin-bottom: 0; }

.jodit-ui-text-area {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px; }

.jodit-ui-text-area__input {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 14px;
  width: 100%;
  height: 32px;
  padding: calc(8px/2) 8px;
  line-height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-sizing: border-box;
  border: 1px solid #dadada;
  border-radius: 0;
  background-color: #fff;
  min-width: 200px; }

.jodit-ui-text-area__input[disabled] {
  background-color: #f0f0f0;
  color: #dadada; }

.jodit-ui-text-area__input_has-error_true {
  border-color: #ff3b3b; }

.jodit-ui-text-area_has-error_true .jodit-ui-text-area__input {
  border-color: #ff3b3b; }

.jodit-ui-text-area__error {
  display: block;
  color: #a5a5a5;
  font-size: .8em; }

.jodit-ui-text-area__label {
  display: block;
  color: #a5a5a5;
  font-size: .8em; }

.jodit-ui-text-area__error {
  color: #ff3b3b; }

.jodit-ui-text-area_has-error_true .jodit-ui-text-area__label {
  color: #ff3b3b; }

.jodit-ui-text-area__input {
  min-height: 60px; }

.jodit-ui-checkbox {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 8px; }

.jodit-ui-checkbox__input {
  margin-right: 8px; }

.jodit-ui-block .jodit-ui-checkbox {
  margin-bottom: 0; }

.jodit-ui-block {
  margin-bottom: 8px;
  display: flex;
  justify-content: stretch;
  align-items: center; }

.jodit-ui-block_align_full {
  justify-content: space-between; }

.jodit-tabs {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 14px; }

.jodit-tabs .jodit-tabs__buttons {
  line-height: 18px;
  margin-bottom: calc(8px/2);
  margin-top: 4px;
  display: flex;
  justify-content: center; }

.jodit-tabs .jodit-tabs__buttons > * {
  margin-left: calc(8px/2); }

.jodit-tabs .jodit-tabs__buttons > :only-of-type {
  width: 100%; }

.jodit-tabs .jodit-tabs__buttons > :first-child {
  margin-left: 0; }

@media (max-width: 480px) {
  .jodit-tabs .jodit-tabs__buttons {
    display: block; }
  .jodit-tabs .jodit-tabs__buttons > * {
    width: 100%;
    margin-left: 0; } }

.jodit-tabs__button {
  min-width: 80px; }

.jodit-tabs__button_columns_3 {
  width: 33.33333333%; }

.jodit-tabs__button_columns_2 {
  width: 50%; }

.jodit-tabs .jodit-tabs__wrapper .jodit-tab {
  display: none; }

.jodit-tabs .jodit-tabs__wrapper .jodit-tab.jodit-tab_active {
  display: block; }

.jodit-tabs .jodit-tabs__wrapper .jodit-tab.jodit-tab_empty {
  min-width: 220px;
  min-height: 100px; }

.jodit-context-menu {
  background: 0 0;
  border: 0;
  float: none;
  height: auto;
  margin: 0;
  max-width: none;
  outline: 0;
  padding: 0;
  position: static;
  width: auto;
  position: fixed;
  display: inline-block;
  z-index: 10000001;
  transform: translateZ(0);
  box-shadow: 0 4px 1px -2px rgba(76, 76, 76, 0.2), 0 3px 3px 0 rgba(76, 76, 76, 0.15), 0 1px 4px 0 rgba(76, 76, 76, 0.13);
  z-index: 30000005; }

.jodit-context-menu__content {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 14px;
  padding: 8px;
  background: #fff;
  overflow-scrolling: touch;
  overflow: auto;
  max-height: 300px; }

.jodit-context-menu .jodit-ui-button {
  display: flex; }

.jodit-context-menu__actions {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 14px; }

.jodit-context-menu__actions button {
  width: 100%; }

.jodit-dialog__box {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 14px;
  box-sizing: border-box;
  position: absolute;
  display: none;
  width: 0;
  height: 0;
  border: 0;
  will-change: left,top,width,height; }

.jodit-dialog__box.jodit-dialog__box-moved {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.jodit-dialog__box * {
  box-sizing: border-box; }

.jodit-dialog__box .jodit_elfinder, .jodit-dialog__box .jodit_elfinder * {
  box-sizing: initial; }

.jodit-dialog__box .jodit-dialog__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000003;
  text-align: center;
  white-space: nowrap;
  overflow: auto;
  display: none;
  background-color: rgba(0, 0, 0, 0.5); }

.jodit-dialog__box.jodit-dialog_active, .jodit-dialog__box.jodit-modal .jodit-dialog__overlay {
  display: block; }

.jodit-dialog__box .jodit-dialog {
  z-index: 20000004;
  display: flex;
  flex-flow: column nowrap;
  white-space: normal;
  text-align: left;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  box-shadow: 0 8px calc(8px*2) rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  min-width: 200px;
  min-height: 100px;
  max-height: 100%; }

@media (max-width: 480px) {
  .jodit-dialog__box .jodit-dialog {
    max-width: 100%;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important; } }

.jodit-dialog__box .jodit-dialog_prompt {
  max-width: 300px;
  min-width: 200px;
  padding: 8px;
  word-break: break-all; }

.jodit-dialog__box .jodit-dialog_prompt label {
  margin-bottom: calc(8px/2);
  display: block; }

.jodit-dialog__box .jodit-dialog_alert {
  max-width: 300px;
  min-width: 200px;
  padding: 8px;
  word-break: break-all; }

.jodit-dialog__box .jodit-dialog__header {
  display: flex;
  justify-content: space-between;
  text-align: left;
  cursor: move;
  overflow: hidden;
  color: #222;
  border-bottom: 1px solid #dadada; }

@media (max-width: 480px) {
  .jodit-dialog__box .jodit-dialog__header {
    flex-direction: column; } }

.jodit-dialog__box .jodit-dialog__header-title {
  display: flex;
  align-items: center;
  flex-shrink: 3;
  font-size: 18px;
  margin: 0;
  font-weight: 400;
  line-height: 48px;
  vertical-align: top;
  padding: 0 8px; }

.jodit-dialog__box .jodit-dialog__header-toolbar {
  display: flex;
  align-items: center;
  flex-shrink: 3;
  font-size: 18px;
  margin: 0;
  font-weight: 400;
  line-height: 48px;
  vertical-align: top;
  padding: 0 8px; }

@media (max-width: 480px) {
  .jodit-dialog__box .jodit-dialog__header-toolbar {
    padding-left: 0; } }

.jodit-dialog__box .jodit-dialog__header-button {
  color: #222;
  font-size: 28px;
  transition: background-color .2s ease 0s;
  flex-basis: 48px;
  height: 48px;
  line-height: 48px;
  text-decoration: none;
  text-align: center; }

.jodit-dialog__box .jodit-dialog__header-button:hover {
  background-color: #ecebe9; }

.jodit-dialog__box .jodit-dialog__header .jodit_toolbar {
  background: transparent;
  border: 0;
  box-shadow: none; }

.jodit-dialog__box .jodit-dialog__header .jodit_toolbar > li.jodit-toolbar-button .jodit-input {
  padding-left: 8px;
  width: auto; }

.jodit-dialog__box .jodit-dialog__content {
  flex: 1 0;
  min-height: 100px;
  overflow: auto; }

.jodit-dialog__box .jodit-dialog__content .jodit-form__group {
  margin-bottom: calc(8px*1.5);
  padding: 0 8px; }

.jodit-dialog__box .jodit-dialog__content .jodit-form__group:first-child {
  margin-top: 8px; }

.jodit-dialog__box .jodit-dialog__content .jodit-form__group label + .jodit-grid {
  margin-top: calc(8px/2); }

.jodit-dialog__box .jodit-dialog__content .jodit-form__group label + .jodit-input_group {
  margin-top: calc(8px/2); }

.jodit-dialog__box .jodit-dialog__content .jodit-form__group label + .jodit-select {
  margin-top: calc(8px/2); }

.jodit-dialog__box .jodit-dialog__content .jodit-form__group label + input {
  margin-top: calc(8px/2); }

.jodit-dialog__box .jodit-dialog__content .jodit-form__group .jodit-input_group {
  display: table;
  border-collapse: separate;
  width: 100%; }

.jodit-dialog__box .jodit-dialog__content .jodit-form__group .jodit-input_group > * {
  vertical-align: middle;
  display: table-cell;
  height: 34px; }

.jodit-dialog__box .jodit-dialog__content .jodit-form__group .jodit-input_group > input {
  margin: 0 !important; }

.jodit-dialog__box .jodit-dialog__content .jodit-form__group .jodit-input_group > input:not([class*=col-]) {
  width: 100%; }

.jodit-dialog__box .jodit-dialog__content .jodit-form__group .jodit-input_group-buttons {
  width: 1%;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle; }

.jodit-dialog__box .jodit-dialog__content .jodit-form__group .jodit-input_group-buttons > .jodit-button {
  border: 1px solid #dadada;
  margin-left: -1px;
  height: 34px;
  line-height: 34px;
  border-radius: 0; }

.jodit-dialog__box .jodit-dialog__footer {
  padding: 8px;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: none; }

.jodit-dialog__box .jodit-dialog__footer button {
  margin-right: calc(8px/2); }

.jodit-dialog__box .jodit-dialog__footer button:last-child {
  margin-right: 0; }

.jodit-dialog__box .jodit-dialog__column {
  display: flex; }

.jodit-dialog__box .jodit-dialog__resizer {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: se-resize;
  width: 7px;
  height: 7px;
  display: inline-block;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADFJREFUeNpilJGRYcACIoB4ORMuCSCOZMIlga4TRQJZJ4YETCdWCSBmZMIlATIOIMAAEyAPt4RnNx0AAAAASUVORK5CYII=");
  opacity: .6; }

.jodit-dialog__box .jodit-dialog__resizer:hover {
  border-color: rgba(0, 0, 0, 0.6); }

@media (max-width: 480px) {
  .jodit-dialog__box .jodit-dialog__resizer {
    display: none; } }

.jodit-dialog__box .jodit-dialog_footer_true .jodit-dialog__footer {
  display: flex; }

.jodit-dialog__box.jodit_fullsize .jodit-dialog {
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 100% !important; }

.jodit-dialog__box.jodit_fullsize .jodit-dialog .jodit-dialog__resizer {
  display: none; }

.jodit-toolbar__box:not(:empty) {
  background-color: #f9f9f9;
  overflow: hidden;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #dadada; }

.jodit-toolbar-collection, .jodit-toolbar-editor-collection {
  display: flex;
  flex-direction: column; }

.jodit-toolbar-collection_mode_horizontal {
  position: relative;
  background-image: repeating-linear-gradient(transparent, transparent calc(calc(16px + (16px - 4px)*2 + 2px*2) - 1px), #dadada calc(16px + (16px - 4px)*2 + 2px*2)); }

.jodit-toolbar-editor-collection_mode_horizontal {
  position: relative;
  background-image: repeating-linear-gradient(transparent, transparent calc(calc(16px + (16px - 4px)*2 + 2px*2) - 1px), #dadada calc(16px + (16px - 4px)*2 + 2px*2)); }

.jodit-toolbar-collection_mode_horizontal:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0; }

.jodit-toolbar-editor-collection_mode_horizontal:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0; }

.jodit-toolbar-collection_size_tiny.jodit-toolbar-collection_mode_horizontal {
  background-image: repeating-linear-gradient(transparent, transparent 19px, #dadada 20px); }

.jodit-toolbar-collection_size_tiny.jodit-toolbar-editor-collection_mode_horizontal {
  background-image: repeating-linear-gradient(transparent, transparent 19px, #dadada 20px); }

.jodit-toolbar-editor-collection_size_tiny.jodit-toolbar-collection_mode_horizontal {
  background-image: repeating-linear-gradient(transparent, transparent 19px, #dadada 20px); }

.jodit-toolbar-editor-collection_size_tiny.jodit-toolbar-editor-collection_mode_horizontal {
  background-image: repeating-linear-gradient(transparent, transparent 19px, #dadada 20px); }

.jodit-toolbar-collection_size_xsmall.jodit-toolbar-collection_mode_horizontal {
  background-image: repeating-linear-gradient(transparent, transparent 25px, #dadada 26px); }

.jodit-toolbar-collection_size_xsmall.jodit-toolbar-editor-collection_mode_horizontal {
  background-image: repeating-linear-gradient(transparent, transparent 25px, #dadada 26px); }

.jodit-toolbar-editor-collection_size_xsmall.jodit-toolbar-collection_mode_horizontal {
  background-image: repeating-linear-gradient(transparent, transparent 25px, #dadada 26px); }

.jodit-toolbar-editor-collection_size_xsmall.jodit-toolbar-editor-collection_mode_horizontal {
  background-image: repeating-linear-gradient(transparent, transparent 25px, #dadada 26px); }

.jodit-toolbar-collection_size_small.jodit-toolbar-collection_mode_horizontal {
  background-image: repeating-linear-gradient(transparent, transparent 31px, #dadada 32px); }

.jodit-toolbar-collection_size_small.jodit-toolbar-editor-collection_mode_horizontal {
  background-image: repeating-linear-gradient(transparent, transparent 31px, #dadada 32px); }

.jodit-toolbar-editor-collection_size_small.jodit-toolbar-collection_mode_horizontal {
  background-image: repeating-linear-gradient(transparent, transparent 31px, #dadada 32px); }

.jodit-toolbar-editor-collection_size_small.jodit-toolbar-editor-collection_mode_horizontal {
  background-image: repeating-linear-gradient(transparent, transparent 31px, #dadada 32px); }

.jodit-toolbar-collection_size_middle.jodit-toolbar-collection_mode_horizontal {
  background-image: repeating-linear-gradient(transparent, transparent 37px, #dadada 38px); }

.jodit-toolbar-collection_size_middle.jodit-toolbar-editor-collection_mode_horizontal {
  background-image: repeating-linear-gradient(transparent, transparent 37px, #dadada 38px); }

.jodit-toolbar-editor-collection_size_middle.jodit-toolbar-collection_mode_horizontal {
  background-image: repeating-linear-gradient(transparent, transparent 37px, #dadada 38px); }

.jodit-toolbar-editor-collection_size_middle.jodit-toolbar-editor-collection_mode_horizontal {
  background-image: repeating-linear-gradient(transparent, transparent 37px, #dadada 38px); }

.jodit-toolbar-collection_size_large.jodit-toolbar-collection_mode_horizontal {
  background-image: repeating-linear-gradient(transparent, transparent 43px, #dadada 44px); }

.jodit-toolbar-collection_size_large.jodit-toolbar-editor-collection_mode_horizontal {
  background-image: repeating-linear-gradient(transparent, transparent 43px, #dadada 44px); }

.jodit-toolbar-editor-collection_size_large.jodit-toolbar-collection_mode_horizontal {
  background-image: repeating-linear-gradient(transparent, transparent 43px, #dadada 44px); }

.jodit-toolbar-editor-collection_size_large.jodit-toolbar-editor-collection_mode_horizontal {
  background-image: repeating-linear-gradient(transparent, transparent 43px, #dadada 44px); }

.jodit-toolbar-collection_mode_vertical .jodit-ui-group, .jodit-toolbar-editor-collection_mode_vertical .jodit-ui-group {
  flex-direction: column;
  background-color: transparent;
  border: 0; }

.jodit-toolbar-collection_mode_vertical .jodit-toolbar-button {
  height: auto;
  min-height: calc(16px + (16px - 4px)*2 + 2px*2); }

.jodit-toolbar-editor-collection_mode_vertical .jodit-toolbar-button {
  height: auto;
  min-height: calc(16px + (16px - 4px)*2 + 2px*2); }

.jodit-toolbar-collection_mode_vertical .jodit-toolbar-button__button {
  width: 100%;
  height: auto;
  min-height: calc(16px + (16px - 4px)*2 + 2px*2); }

.jodit-toolbar-editor-collection_mode_vertical .jodit-toolbar-button__button {
  width: 100%;
  height: auto;
  min-height: calc(16px + (16px - 4px)*2 + 2px*2); }

.jodit-toolbar-collection_mode_vertical .jodit-toolbar-button__text:not(:empty), .jodit-toolbar-editor-collection_mode_vertical .jodit-toolbar-button__text:not(:empty) {
  justify-content: left; }

.jodit-toolbar-collection .jodit-toolbar-button {
  margin: 2px 1px;
  padding: 0; }

.jodit-toolbar-collection .jodit-toolbar-content {
  margin: 2px 1px;
  padding: 0; }

.jodit-toolbar-editor-collection .jodit-toolbar-button {
  margin: 2px 1px;
  padding: 0; }

.jodit-toolbar-editor-collection .jodit-toolbar-content {
  margin: 2px 1px;
  padding: 0; }

.jodit-dialog__box .jodit-toolbar-collection_mode_horizontal, .jodit-dialog__box .jodit-toolbar-editor-collection_mode_horizontal {
  background-image: none; }

.jodit-toolbar-button {
  border: 1px solid transparent;
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 34px;
  height: 34px; }

.jodit-toolbar-button__icon {
  display: none; }

.jodit-toolbar-button__icon:not(:empty) {
  display: inline-flex; }

.jodit-toolbar-button__text {
  display: none; }

.jodit-toolbar-button__text:not(:empty) {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 14px;
  display: inline-flex;
  flex: 1;
  justify-content: center; }

.jodit-toolbar-button_context_menu .jodit-toolbar-button__text {
  justify-content: left;
  padding-left: 8px;
  position: relative; }

.jodit-toolbar-button_context_menu .jodit-toolbar-button__text:before {
  content: "";
  position: absolute;
  border-left: 1px solid #dadada;
  height: 35px;
  top: calc(8px*-1);
  left: 0; }

.jodit-toolbar-button__icon:not(:empty) + .jodit-toolbar-button__text:not(:empty) {
  margin-left: 8px; }

.jodit-toolbar-button__icon:empty + .jodit-toolbar-button__text:not(:empty) {
  padding: 0 8px;
  padding: 0; }

.jodit-toolbar-button .jodit-icon {
  width: 14px;
  height: 14px; }

.jodit-toolbar-button button {
  min-width: 34px;
  height: 34px; }

.jodit-toolbar-button_size_tiny {
  min-width: 16px;
  height: 16px; }

.jodit-toolbar-button_size_tiny .jodit-icon {
  width: 8px;
  height: 8px; }

.jodit-toolbar-button_size_tiny button {
  min-width: 16px;
  height: 16px; }

.jodit-toolbar-button_size_xsmall {
  min-width: 22px;
  height: 22px; }

.jodit-toolbar-button_size_xsmall .jodit-icon {
  width: 10px;
  height: 10px; }

.jodit-toolbar-button_size_xsmall button {
  min-width: 22px;
  height: 22px; }

.jodit-toolbar-button_size_small {
  min-width: 28px;
  height: 28px; }

.jodit-toolbar-button_size_small .jodit-icon {
  width: 12px;
  height: 12px; }

.jodit-toolbar-button_size_small button {
  min-width: 28px;
  height: 28px; }

.jodit-toolbar-button_size_large {
  min-width: 40px;
  height: 40px; }

.jodit-toolbar-button_size_large .jodit-icon {
  width: 16px;
  height: 16px; }

.jodit-toolbar-button_size_large button {
  min-width: 40px;
  height: 40px; }

.jodit-toolbar-button__button {
  padding: 0;
  position: relative;
  text-align: center;
  background: 0 0;
  text-transform: none;
  font-style: normal;
  box-shadow: none;
  border: 0;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-clip: padding-box;
  text-decoration: none;
  outline: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
  border-radius: 3px; }

.jodit-toolbar-button__button:hover:not([disabled]) {
  background-color: #dcdcdc;
  outline: 0;
  opacity: 1; }

.jodit-toolbar-button__button:active:not([disabled]) {
  background-color: rgba(220, 220, 220, 0.4);
  outline: 0; }

.jodit-toolbar-button__button[aria-pressed=true]:not([disabled]) {
  background-color: rgba(220, 220, 220, 0.4);
  outline: 0; }

.jodit-toolbar-button__button[aria-pressed=true]:hover:not([disabled]) {
  background-color: rgba(220, 220, 220, 0.6); }

.jodit-toolbar-button__button[disabled] {
  opacity: .3; }

.jodit-toolbar-button__trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 3px 3px 0;
  opacity: .4;
  height: 100%;
  width: 14px; }

.jodit-toolbar-button__trigger:hover:not([disabled]) {
  background-color: #dcdcdc;
  outline: 0;
  opacity: 1; }

.jodit-toolbar-button__trigger:active:not([disabled]) {
  background-color: rgba(220, 220, 220, 0.4);
  outline: 0; }

.jodit-toolbar-button__trigger[aria-pressed=true]:not([disabled]) {
  background-color: rgba(220, 220, 220, 0.4);
  outline: 0; }

.jodit-toolbar-button__trigger[aria-pressed=true]:hover:not([disabled]) {
  background-color: rgba(220, 220, 220, 0.6); }

.jodit-toolbar-button__trigger[disabled] {
  opacity: .3; }

.jodit-toolbar-button__trigger svg {
  width: 10px; }

.jodit-toolbar-button_size_tiny .jodit-toolbar-button__trigger {
  width: 8px; }

.jodit-toolbar-button_size_tiny .jodit-toolbar-button__trigger svg {
  width: 4px; }

.jodit-toolbar-button_size_xsmall .jodit-toolbar-button__trigger {
  width: 10px; }

.jodit-toolbar-button_size_xsmall .jodit-toolbar-button__trigger svg {
  width: 6px; }

.jodit-toolbar-button_size_small .jodit-toolbar-button__trigger {
  width: 12px; }

.jodit-toolbar-button_size_small .jodit-toolbar-button__trigger svg {
  width: 8px; }

.jodit-toolbar-button_size_large .jodit-toolbar-button__trigger {
  width: 16px; }

.jodit-toolbar-button_size_large .jodit-toolbar-button__trigger svg {
  width: 12px; }

.jodit-toolbar-button_with-trigger_true .jodit-toolbar-button__button {
  border-radius: 3px 0 0 3px; }

.jodit-toolbar-button_with-trigger_true:hover {
  border-color: #dadada; }

.jodit-toolbar-content {
  position: relative;
  text-align: center;
  background: 0 0;
  text-transform: none;
  font-style: normal;
  box-shadow: none;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-clip: padding-box;
  text-decoration: none;
  outline: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  min-width: 34px;
  height: 34px;
  border: 1px solid transparent;
  padding: 0; }

.jodit-toolbar-content:hover:not([disabled]) {
  background-color: #dcdcdc; }

.jodit-toolbar-content:active:not([disabled]) {
  background-color: rgba(220, 220, 220, 0.4);
  outline: 0; }

.jodit-toolbar-content[aria-pressed=true]:not([disabled]) {
  background-color: rgba(220, 220, 220, 0.4);
  outline: 0; }

.jodit-toolbar-content[aria-pressed=true]:hover:not([disabled]) {
  background-color: rgba(220, 220, 220, 0.6); }

.jodit-toolbar-content[disabled] {
  opacity: .3; }

.jodit-toolbar-content .jodit-icon {
  width: 14px;
  height: 14px; }

.jodit-toolbar-content button {
  min-width: 34px;
  height: 34px; }

.jodit-toolbar-content_size_tiny {
  min-width: 16px;
  height: 16px; }

.jodit-toolbar-content_size_tiny .jodit-icon {
  width: 8px;
  height: 8px; }

.jodit-toolbar-content_size_tiny button {
  min-width: 16px;
  height: 16px; }

.jodit-toolbar-content_size_xsmall {
  min-width: 22px;
  height: 22px; }

.jodit-toolbar-content_size_xsmall .jodit-icon {
  width: 10px;
  height: 10px; }

.jodit-toolbar-content_size_xsmall button {
  min-width: 22px;
  height: 22px; }

.jodit-toolbar-content_size_small {
  min-width: 28px;
  height: 28px; }

.jodit-toolbar-content_size_small .jodit-icon {
  width: 12px;
  height: 12px; }

.jodit-toolbar-content_size_small button {
  min-width: 28px;
  height: 28px; }

.jodit-toolbar-content_size_large {
  min-width: 40px;
  height: 40px; }

.jodit-toolbar-content_size_large .jodit-icon {
  width: 16px;
  height: 16px; }

.jodit-toolbar-content_size_large button {
  min-width: 40px;
  height: 40px; }

.jodit-toolbar-content__icon {
  display: none; }

.jodit-toolbar-content__icon:not(:empty) {
  display: inline-flex; }

.jodit-toolbar-content__text {
  display: none; }

.jodit-toolbar-content__text:not(:empty) {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 14px;
  display: inline-flex;
  flex: 1;
  justify-content: center; }

.jodit-toolbar-content_context_menu .jodit-toolbar-content__text {
  justify-content: left;
  padding-left: 8px;
  position: relative; }

.jodit-toolbar-content_context_menu .jodit-toolbar-content__text:before {
  content: "";
  position: absolute;
  border-left: 1px solid #dadada;
  height: 35px;
  top: calc(8px*-1);
  left: 0; }

.jodit-toolbar-content__icon:not(:empty) + .jodit-toolbar-content__text:not(:empty) {
  margin-left: 8px; }

.jodit-toolbar-content__icon:empty + .jodit-toolbar-content__text:not(:empty) {
  padding: 0 8px; }

.jodit-toolbar-content:focus:not([disabled]) {
  outline: 1px dashed #b5d6fd; }

.jodit-toolbar-content_status_default {
  background-color: #d8d8d8;
  color: #212529; }

.jodit-toolbar-content_status_default svg {
  fill: #212529;
  stroke: #212529; }

.jodit-toolbar-content_status_default [disabled] {
  opacity: .7; }

.jodit-toolbar-content_status_default:hover:not([disabled]) {
  background-color: #c9cdd1;
  color: #212529; }

.jodit-toolbar-content_status_default:hover:not([disabled]) svg {
  fill: #212529;
  stroke: #212529; }

.jodit-toolbar-content_status_default:active:not([disabled]) {
  background-color: #dae0e5;
  color: #212529; }

.jodit-toolbar-content_status_default:active:not([disabled]) svg {
  fill: #212529;
  stroke: #212529; }

.jodit-toolbar-content_status_default:focus:not([disabled]) {
  outline: 1px dashed #dae0e5; }

.jodit-toolbar-content_status_primary {
  background-color: #007bff;
  color: #fff; }

.jodit-toolbar-content_status_primary svg {
  fill: #fff;
  stroke: #fff; }

.jodit-toolbar-content_status_primary [disabled] {
  opacity: .7; }

.jodit-toolbar-content_status_primary:hover:not([disabled]) {
  background-color: #0069d9;
  color: #fff; }

.jodit-toolbar-content_status_primary:hover:not([disabled]) svg {
  fill: #fff;
  stroke: #fff; }

.jodit-toolbar-content_status_primary:active:not([disabled]) {
  background-color: #0062cc;
  color: #fff; }

.jodit-toolbar-content_status_primary:active:not([disabled]) svg {
  fill: #fff;
  stroke: #fff; }

.jodit-toolbar-content_status_primary:focus:not([disabled]) {
  outline: 1px dashed #0062cc; }

.jodit-toolbar-content_status_secondary {
  background-color: #d8d8d8;
  color: #212529;
  border-radius: 0; }

.jodit-toolbar-content_status_secondary svg {
  fill: #212529;
  stroke: #212529; }

.jodit-toolbar-content_status_secondary [disabled] {
  opacity: .7; }

.jodit-toolbar-content_status_secondary:hover:not([disabled]) {
  background-color: #c9cdd1;
  color: #212529; }

.jodit-toolbar-content_status_secondary:hover:not([disabled]) svg {
  fill: #212529;
  stroke: #212529; }

.jodit-toolbar-content_status_secondary:active:not([disabled]) {
  background-color: #dae0e5;
  color: #212529; }

.jodit-toolbar-content_status_secondary:active:not([disabled]) svg {
  fill: #212529;
  stroke: #212529; }

.jodit-toolbar-content_status_secondary:focus:not([disabled]) {
  outline: 1px dashed #dae0e5; }

.jodit-toolbar-content_status_success {
  background-color: #28a745;
  color: #fff; }

.jodit-toolbar-content_status_success svg {
  fill: #fff;
  stroke: #fff; }

.jodit-toolbar-content_status_success [disabled] {
  opacity: .7; }

.jodit-toolbar-content_status_success:hover:not([disabled]) {
  background-color: #218838;
  color: #fff; }

.jodit-toolbar-content_status_success:hover:not([disabled]) svg {
  fill: #fff;
  stroke: #fff; }

.jodit-toolbar-content_status_success:active:not([disabled]) {
  background-color: #1e7e34;
  color: #fff; }

.jodit-toolbar-content_status_success:active:not([disabled]) svg {
  fill: #fff;
  stroke: #fff; }

.jodit-toolbar-content_status_success:focus:not([disabled]) {
  outline: 1px dashed #1e7e34; }

.jodit-toolbar-content_status_danger {
  background-color: #dc3545;
  color: #fff; }

.jodit-toolbar-content_status_danger svg {
  fill: #fff;
  stroke: #fff; }

.jodit-toolbar-content_status_danger [disabled] {
  opacity: .7; }

.jodit-toolbar-content_status_danger:hover:not([disabled]) {
  background-color: #c82333;
  color: #fff; }

.jodit-toolbar-content_status_danger:hover:not([disabled]) svg {
  fill: #fff;
  stroke: #fff; }

.jodit-toolbar-content_status_danger:active:not([disabled]) {
  background-color: #bd2130;
  color: #fff; }

.jodit-toolbar-content_status_danger:active:not([disabled]) svg {
  fill: #fff;
  stroke: #fff; }

.jodit-toolbar-content_status_danger:focus:not([disabled]) {
  outline: 1px dashed #bd2130; }

.jodit-toolbar-content:hover:not([disabled]) {
  background-color: transparent;
  outline: 0;
  opacity: 1; }

.jodit-filebrowser {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  height: 100%;
  display: flex; }

.jodit-filebrowser_no_files {
  padding: 8px; }

@media (max-width: 480px) {
  .jodit-filebrowser {
    flex-flow: column-reverse; } }

.jodit-filebrowser__loader {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.jodit-filebrowser__loader i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: calc(48px/-2);
  margin-left: calc(48px/-2);
  font-style: normal;
  opacity: .7; }

.jodit-filebrowser__status {
  position: absolute;
  font-size: 12px;
  padding: 6px;
  text-align: right;
  border-top: 1px solid rgba(127, 127, 127, 0.4);
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #4a4a4a;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s linear;
  color: #b38888;
  word-break: break-all; }

.jodit-filebrowser__status.jodit-filebrowser_success {
  color: #c5c5c5; }

.jodit-filebrowser__status.jodit-filebrowser_active {
  visibility: visible;
  opacity: 1; }

.jodit-filebrowser__files, .jodit-filebrowser__tree {
  display: none;
  vertical-align: top;
  height: 100%;
  position: relative; }

.jodit-filebrowser__files .jodit-button, .jodit-filebrowser__tree .jodit-button {
  border-radius: 0; }

.jodit-filebrowser__files.jodit-filebrowser_active, .jodit-filebrowser__tree.jodit-filebrowser_active {
  display: flex; }

.jodit-filebrowser__files::-webkit-scrollbar {
  width: calc(8px/2); }

.jodit-filebrowser__tree::-webkit-scrollbar {
  width: calc(8px/2); }

.jodit-filebrowser__files::-webkit-scrollbar-track, .jodit-filebrowser__tree::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.jodit-filebrowser__files::-webkit-scrollbar-thumb, .jodit-filebrowser__tree::-webkit-scrollbar-thumb {
  background-color: #a9a9a9;
  outline: 1px solid #708090; }

.jodit-filebrowser__tree.jodit-filebrowser_active {
  flex-direction: column;
  width: 31%;
  min-width: 200px;
  max-width: 290px;
  z-index: 2;
  background-color: #3f3f3f;
  overflow-y: auto; }

@media (max-width: 480px) {
  .jodit-filebrowser__tree.jodit-filebrowser_active {
    max-width: 100%;
    width: auto;
    height: 100px; } }

.jodit-filebrowser__tree.jodit-filebrowser_active::-webkit-scrollbar {
  width: calc(8px/2); }

.jodit-filebrowser__tree.jodit-filebrowser_active::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.jodit-filebrowser__tree.jodit-filebrowser_active::-webkit-scrollbar-thumb {
  background-color: rgba(127, 127, 127, 0.5);
  outline: 1px solid #708090; }

.jodit-filebrowser__tree.jodit-filebrowser_active .jodit-filebrowser__source-title {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  padding: 2px 4px;
  color: #969696;
  border-bottom: 1px solid #484848;
  position: relative;
  word-break: break-all;
  background: #5a5a5a;
  font-size: 12px; }

.jodit-filebrowser__tree.jodit-filebrowser_active .jodit-filebrowser__tree-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 38px;
  padding: calc(8px/2) 8px;
  text-decoration: none;
  color: #b1b1b1;
  transition: background-color .2s ease 0s;
  border-bottom: 1px solid #474747;
  position: relative;
  word-break: break-all; }

.jodit-filebrowser__tree.jodit-filebrowser_active .jodit-filebrowser__tree-item-title {
  flex: 1; }

.jodit-filebrowser__tree.jodit-filebrowser_active .jodit-filebrowser__tree-item .jodit-icon_folder {
  margin-left: calc(8px/2);
  width: calc(12px + 4px);
  height: calc(12px + 4px);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .3; }

.jodit-filebrowser__tree.jodit-filebrowser_active .jodit-filebrowser__tree-item .jodit-icon_folder svg {
  width: 12px;
  height: 12px;
  stroke: #b1b1b1 !important;
  fill: #b1b1b1 !important; }

.jodit-filebrowser__tree.jodit-filebrowser_active .jodit-filebrowser__tree-item .jodit-icon_folder:hover {
  background: #696969; }

.jodit-filebrowser__tree.jodit-filebrowser_active .jodit-filebrowser__tree-item:hover {
  color: #222;
  background-color: #ecebe9; }

.jodit-filebrowser__tree.jodit-filebrowser_active .jodit-filebrowser__tree-item:hover i.jodit-icon_folder {
  opacity: .6; }

.jodit-filebrowser__files.jodit-filebrowser_active {
  width: 100%;
  overflow-y: auto;
  padding: calc(8px/2);
  flex-wrap: wrap;
  align-content: flex-start; }

.jodit-filebrowser__files.jodit-filebrowser_active .jodit-filebrowser__source-title {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: calc(8px*-1);
  margin-bottom: 0;
  display: block;
  padding: 8px;
  position: relative;
  word-break: break-all;
  background: #5a5a5a;
  font-size: 16px;
  color: #969696; }

.jodit-filebrowser__files.jodit-filebrowser_active a + .jodit-filebrowser__source-title {
  margin-top: 8px; }

.jodit-filebrowser__files.jodit-filebrowser_active .jodit-filebrowser__files-item {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #dadada;
  margin: calc(8px/2);
  font-size: 0;
  overflow: hidden;
  transition: border .1s linear,bottom .1s linear;
  position: relative; }

@media (max-width: 480px) {
  .jodit-filebrowser__files.jodit-filebrowser_active .jodit-filebrowser__files-item {
    width: calc(50% - 8px); } }

.jodit-filebrowser__files.jodit-filebrowser_active .jodit-filebrowser__files-item img {
  max-width: 100%; }

.jodit-filebrowser__files.jodit-filebrowser_active .jodit-filebrowser__files-item:hover {
  border-color: #433b5c; }

.jodit-filebrowser__files.jodit-filebrowser_active .jodit-filebrowser__files-item_active_true {
  border-color: #1e88e5;
  background-color: #b5b5b5; }

.jodit-filebrowser__files.jodit-filebrowser_active .jodit-filebrowser__files-item_active_true .jodit-filebrowser__files-item-info {
  background-color: #b5b5b5;
  color: #fff;
  text-shadow: none; }

.jodit-filebrowser__files.jodit-filebrowser_active .jodit-filebrowser__files-item-info {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  white-space: normal;
  opacity: .85;
  overflow: visible;
  padding: .3em .6em;
  transition: opacity .4s ease;
  background-color: #e9e9e9;
  color: #333;
  text-shadow: #eee 0 1px 0;
  font-size: 14px;
  line-height: 16px;
  text-align: left; }

.jodit-filebrowser__files.jodit-filebrowser_active .jodit-filebrowser__files-item-info > span {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: .75em; }

.jodit-filebrowser__files.jodit-filebrowser_active .jodit-filebrowser__files-item-info > span.jodit-filebrowser__files-item-info-filename {
  font-weight: 700;
  font-size: .9em; }

.jodit-filebrowser__files.jodit-filebrowser_active .jodit-filebrowser__files-item:hover:not(.jodit-filebrowser__files-item_active_true) .jodit-filebrowser__files-item-info {
  bottom: -100px; }

.jodit-filebrowser__files.jodit-filebrowser_active.jodit-filebrowser__files_view_list {
  scroll-behavior: smooth; }

.jodit-filebrowser__files.jodit-filebrowser_active.jodit-filebrowser__files_view_list a {
  display: block;
  width: 100%;
  height: 26px;
  line-height: 26px;
  margin: 0;
  border-width: 0 0 1px;
  text-align: left;
  white-space: nowrap; }

.jodit-filebrowser__files.jodit-filebrowser_active.jodit-filebrowser__files_view_list a img {
  min-width: 16px;
  max-width: 16px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 4px; }

.jodit-filebrowser__files.jodit-filebrowser_active.jodit-filebrowser__files_view_list a .jodit-filebrowser__files-item-info {
  padding: 0;
  position: static;
  display: inline-block;
  width: calc(100% - 20px);
  margin-left: 4px;
  background-color: transparent;
  height: 100%;
  line-height: inherit;
  vertical-align: middle;
  font-size: 0; }

.jodit-filebrowser__files.jodit-filebrowser_active.jodit-filebrowser__files_view_list a .jodit-filebrowser__files-item-info > span {
  display: inline-block;
  height: 100%;
  font-size: 12px; }

.jodit-filebrowser__files.jodit-filebrowser_active.jodit-filebrowser__files_view_list a .jodit-filebrowser__files-item-info > span.jodit-filebrowser__files-item-info-filename {
  width: 50%; }

.jodit-filebrowser__files.jodit-filebrowser_active.jodit-filebrowser__files_view_list a .jodit-filebrowser__files-item-info > span.jodit-filebrowser__files-item-info-filechanged, .jodit-filebrowser__files.jodit-filebrowser_active.jodit-filebrowser__files_view_list a .jodit-filebrowser__files-item-info > span.jodit-filebrowser__files-item-info-filesize {
  width: 25%; }

.jodit-filebrowser__files.jodit-filebrowser_active.jodit-filebrowser__files_view_list a:hover {
  background-color: #433b5c; }

.jodit-filebrowser__files.jodit-filebrowser_active.jodit-filebrowser__files_view_list a:hover .jodit-filebrowser__files-item-info {
  color: #fff;
  text-shadow: none; }

.jodit-filebrowser__files.jodit-filebrowser_active.jodit-filebrowser__files_view_list a:before {
  height: 100%;
  content: "";
  vertical-align: middle;
  display: inline-block; }

.jodit_draghover {
  background-color: #ecebe9; }

.jodit-dialog__box .jodit-dialog__header-title .jodit__upload-button {
  position: relative;
  border: 0;
  overflow: hidden; }

.jodit-dialog__box .jodit-dialog__header-title .jodit__upload-button input {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 calc(8px*-1) 0 0;
  padding: 0;
  opacity: 0;
  font-size: 400px; }

.jodit-dialog__box .jodit-dialog__header-title.jodit-filebrowser__title-box {
  display: flex;
  align-items: center;
  padding-left: 8px; }

.jodit-filebrowser_preview {
  text-align: center;
  min-width: 600px;
  max-width: 1000px;
  min-height: 700px;
  max-height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }

@media (max-width: 768px) {
  .jodit-filebrowser_preview {
    max-width: 100%;
    max-height: 100%;
    min-width: auto;
    min-height: auto;
    height: 100%; } }

.jodit-filebrowser_preview_box {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center; }

.jodit-filebrowser_preview_navigation {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0; }

.jodit-filebrowser_preview_navigation-next {
  left: auto;
  right: 0; }

.jodit-filebrowser_preview_navigation svg {
  width: 45px;
  height: 45px;
  position: relative;
  top: 50%;
  margin-top: -22px;
  transition: fill .3s linear;
  fill: #9e9ba7; }

.jodit-filebrowser_preview_navigation:hover svg {
  fill: #000; }

.jodit-filebrowser_preview img {
  max-width: 100%;
  max-height: 100%; }

.jodit-image-editor {
  width: 100%;
  height: 100%;
  padding: 8px;
  overflow: hidden; }

@media (max-width: 768px) {
  .jodit-image-editor {
    height: auto; } }

.jodit-image-editor > div, .jodit-image-editor > div > div {
  height: 100%; }

@media (max-width: 768px) {
  .jodit-image-editor > div, .jodit-image-editor > div > div {
    height: auto;
    min-height: 200px; } }

.jodit-image-editor * {
  box-sizing: border-box; }

.jodit-image-editor .jodit-image-editor__slider-title {
  text-shadow: #f3f3f3 0 1px 0;
  color: #333;
  border-bottom: 1px solid rgba(158, 158, 158, 0.31);
  background-color: #f9f9f9;
  padding: .8em 1em;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 700;
  line-height: 1em; }

.jodit-image-editor .jodit-image-editor__slider-title svg {
  margin-right: 8px;
  width: 16px;
  display: inline-block;
  vertical-align: middle; }

.jodit-image-editor .jodit-image-editor__slider-content {
  display: none; }

.jodit-image-editor .jodit-image-editor__slider.jodit-image-editor_active .jodit-image-editor__slider-title {
  background-color: #5d5d5d;
  color: #fff;
  text-shadow: #000 0 1px 0; }

.jodit-image-editor .jodit-image-editor__slider.jodit-image-editor_active .jodit-image-editor__slider-title svg {
  fill: #fff; }

.jodit-image-editor .jodit-image-editor__slider.jodit-image-editor_active .jodit-image-editor__slider-content {
  display: block; }

.jodit-image-editor__area {
  width: 100%;
  background-color: #eee;
  background-image: linear-gradient(45deg, #dadada 25%, transparent 0, transparent 75%, #dadada 0, #dadada), linear-gradient(45deg, #dadada 25%, transparent 0, transparent 75%, #dadada 0, #dadada);
  background-size: 30px 30px;
  background-position: 0 0,15px 15px;
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: none; }

.jodit-image-editor__area.jodit-image-editor_active {
  display: block; }

.jodit-image-editor__area .jodit-image-editor__box {
  overflow: hidden;
  position: relative;
  z-index: 1;
  pointer-events: none;
  height: 100%; }

.jodit-image-editor__area .jodit-image-editor__box img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100%;
  max-height: 100%; }

.jodit-image-editor__area .jodit-image-editor__croper {
  z-index: 2;
  width: 100px;
  height: 100px;
  position: absolute;
  box-shadow: 0 0 11px #000;
  border: 1px solid #fff;
  background-repeat: no-repeat;
  top: 8px;
  left: 20px;
  pointer-events: none; }

.jodit-image-editor__area .jodit-image-editor__resizer {
  z-index: 2;
  width: 100px;
  height: 100px;
  position: absolute;
  box-shadow: 0 0 11px #000;
  border: 1px solid #fff;
  background-repeat: no-repeat;
  top: 8px;
  left: 20px;
  pointer-events: none; }

.jodit-image-editor__area .jodit-image-editor__croper i.jodit_bottomright {
  position: absolute;
  display: inline-block;
  border: 1px solid #383838;
  z-index: 4;
  background-color: #8c7878;
  cursor: se-resize;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  right: calc(8px*-1);
  bottom: calc(8px*-1);
  box-shadow: 0 0 11px #000;
  pointer-events: all; }

.jodit-image-editor__area .jodit-image-editor__resizer i.jodit_bottomright {
  position: absolute;
  display: inline-block;
  border: 1px solid #383838;
  z-index: 4;
  background-color: #8c7878;
  cursor: se-resize;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  right: calc(8px*-1);
  bottom: calc(8px*-1);
  box-shadow: 0 0 11px #000;
  pointer-events: all; }

.jodit-image-editor__area .jodit-image-editor__croper i.jodit_bottomright:active, .jodit-image-editor__area .jodit-image-editor__resizer i.jodit_bottomright:active {
  border: 1px solid #ff0; }

.jodit-image-editor__area.jodit-image-editor__area_crop {
  height: 100%;
  background: #eee;
  text-align: center;
  line-height: 100%;
  position: relative; }

.jodit-image-editor__area.jodit-image-editor__area_crop .jodit-image-editor__box {
  height: 100%;
  overflow: visible;
  pointer-events: all;
  text-align: left;
  line-height: 100%; }

.jodit-image-editor__area.jodit-image-editor__area_crop .jodit-image-editor__box img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%; }

.jodit-image-editor__area.jodit-image-editor__area_crop .jodit-image-editor__box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.3);
  z-index: 1; }

.jodit-image-editor__area.jodit-image-editor__area_crop .jodit-image-editor__box .jodit-image-editor__croper {
  pointer-events: all;
  cursor: move; }

.jodit-image-editor__area.jodit-image-editor__area_crop .jodit-image-editor__box .jodit-image-editor__croper i.jodit-image-editor__sizes {
  font-size: 12px;
  white-space: pre;
  position: absolute;
  bottom: -30px;
  left: 100%;
  text-align: center;
  color: #fff;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.2);
  border-radius: .4em;
  padding: 9px 6px;
  display: block; }

.jodit-image-editor__area.jodit-image-editor__area_crop.jodit-image-editor_active {
  display: flex;
  justify-content: center;
  align-items: center; }

@-webkit-keyframes pulse {
  30% {
    opacity: .6; }
  60% {
    opacity: 0; }
  to {
    opacity: .6; } }

@keyframes pulse {
  30% {
    opacity: .6; }
  60% {
    opacity: 0; }
  to {
    opacity: .6; } }

.jodit-progressbar {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  z-index: 2147483647;
  border-radius: 1px;
  opacity: .7; }

.jodit-progressbar div {
  position: relative;
  background: #b91f1f;
  height: 2px;
  transition: width .5s ease-out,opacity .5s linear;
  will-change: width,opacity; }

.jodit-progressbar div:after {
  -webkit-animation: pulse 2s ease-out 0s infinite;
  animation: pulse 2s ease-out 0s infinite;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  height: 2px;
  box-shadow: #b91f1f 1px 0 6px 1px;
  border-radius: 100%;
  opacity: .6; }

.jodit-progressbar div:before {
  -webkit-animation: pulse 2s ease-out 0s infinite;
  animation: pulse 2s ease-out 0s infinite;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  height: 2px;
  box-shadow: #b91f1f 1px 0 6px 1px;
  border-radius: 100%;
  opacity: .6; }

.jodit-progressbar div:before {
  width: 180px;
  right: -80px;
  clip: rect(-6px, 90px, 14px, -6px); }

.jodit-progressbar div:after {
  width: 20px;
  right: 0;
  clip: rect(-6px, 22px, 14px, 8px); }

.jodit-status-bar {
  font-size: 11px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #f9f9f9;
  padding: 0 calc(8px/2);
  overflow: hidden;
  border-radius: 0 0 3px 3px; }

.jodit-status-bar:before {
  content: "";
  flex: auto;
  order: 1; }

.jodit-status-bar .jodit-status-bar__item {
  line-height: 1.57142857em;
  margin: 0 8px 0 0;
  padding: 0;
  order: 0; }

.jodit-status-bar .jodit-status-bar__item {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 14px;
  font-size: 11px; }

.jodit-status-bar .jodit-status-bar__item > span {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 14px;
  font-size: 11px; }

.jodit-status-bar .jodit-status-bar__item.jodit-status-bar__item-right {
  margin: 0 0 0 8px;
  order: 2; }

.jodit-status-bar .jodit-status-bar__item a {
  text-decoration: none;
  cursor: default;
  border-radius: 3px; }

.jodit-status-bar .jodit-status-bar__item a:hover {
  background-color: rvar(--jd-color-gray);
  text-decoration: none;
  color: #222; }

.jodit-workplace + .jodit-status-bar:not(:empty) {
  border-top: 1px solid #dadada; }

.jodit_disabled .jodit-status-bar {
  opacity: .4; }

.jodit-drag-and-drop__file-box {
  position: relative;
  width: 100%;
  border: 1px dashed #dadada;
  padding: 25px 0;
  margin: 8px 0;
  text-align: center;
  overflow: hidden; }

.jodit_uploadfile_button {
  position: relative;
  width: 100%;
  border: 1px dashed #dadada;
  padding: 25px 0;
  margin: 8px 0;
  text-align: center;
  overflow: hidden; }

.jodit-drag-and-drop__file-box:hover {
  background-color: #ecebe9; }

.jodit_uploadfile_button:hover {
  background-color: #ecebe9; }

.jodit-drag-and-drop__file-box input, .jodit_uploadfile_button input {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 400px; }

@media (max-width: 768px) {
  .jodit-drag-and-drop__file-box {
    width: auto;
    max-width: 100%;
    min-width: 180px; } }

.jodit-add-new-line {
  z-index: 1;
  position: fixed;
  height: 1px;
  top: 0;
  outline: none;
  display: block; }

.jodit-add-new-line, .jodit-add-new-line * {
  box-sizing: border-box; }

.jodit-add-new-line:after {
  content: "";
  background-color: #6b6b6b;
  height: 1px;
  display: block;
  width: calc(100% - 30px); }

.jodit-add-new-line span {
  position: absolute;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: calc(8px*2);
  background: rgba(236, 235, 233, 0.3);
  border: 1px solid #6b6b6b;
  cursor: pointer; }

.jodit-add-new-line span:hover {
  background: #ecebe9; }

.jodit-add-new-line_after span {
  bottom: 0; }

.jodit-add-new-line svg {
  width: 16px;
  fill: #6b6b6b; }

.jodit-source__mode .jodit-add-new-line {
  display: none !important; }

.jodit-about {
  padding: 20px; }

.jodit-about a {
  color: #459ce7;
  text-decoration: none; }

.jodit-about a:focus, .jodit-about a:hover {
  color: #23527c;
  text-decoration: underline;
  outline: 0; }

.jodit-about div {
  margin-bottom: calc(8px/2); }

.jodit-paste-storage {
  padding: 8px;
  max-width: 600px; }

@media (max-width: 768px) {
  .jodit-paste-storage {
    max-width: 100%; } }

.jodit-paste-storage > div {
  max-width: 100%;
  max-height: 300px;
  border: 1px solid #dadada; }

.jodit-paste-storage > div:first-child {
  margin-bottom: 8px; }

.jodit-paste-storage > div:first-child a {
  outline: none;
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  white-space: pre;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: calc(8px/2);
  margin: 0;
  border: 1px solid transparent;
  text-decoration: none;
  color: #4c4c4c; }

.jodit-paste-storage > div:first-child a.jodit_active {
  color: #fff;
  background-color: #575757; }

.jodit-paste-storage > div:first-child a:focus {
  outline: none; }

.jodit-paste-storage > div:last-child {
  padding: 8px;
  overflow: auto; }

.jodit-paste-storage > div:last-child li, .jodit-paste-storage > div:last-child ul {
  margin: 0; }

.jodit_error_box_for_messages {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  overflow: visible;
  z-index: 3; }

.jodit_error_box_for_messages > * {
  position: absolute;
  right: calc(8px/2);
  bottom: 0;
  display: block;
  transition: opacity .1s linear,bottom .3s linear;
  opacity: 0;
  background: rgba(255, 0, 0, 0.29);
  color: #e02b2b;
  padding: 2px 7px;
  border: 1px solid rgba(226, 117, 117, 0.44);
  font-size: 14px;
  white-space: pre; }

.jodit_error_box_for_messages > .active {
  opacity: 1; }

.jodit_error_box_for_messages > .info {
  background: rgba(204, 229, 247, 0.71);
  color: #776565;
  border: 1px solid rgba(154, 154, 154, 0.44); }

.jodit_error_box_for_messages > .success {
  background: rgba(77, 236, 112, 0.29);
  color: #5d5a5a;
  border: 1px solid rgba(148, 148, 148, 0.44); }

.jodit_fullsize-box_true {
  z-index: 100000 !important;
  position: static !important;
  overflow: visible !important; }

body.jodit_fullsize-box_true, html.jodit_fullsize-box_true {
  height: 0 !important;
  width: 0 !important;
  overflow: initial !important; }

html.jodit_fullsize-box_true {
  position: fixed !important; }

.jodit_fullsize {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  max-width: none !important; }

.jodit_fullsize .toolbar {
  width: 100% !important; }

.jodit_fullsize .jodit__area, .jodit_fullsize .jodit_editor {
  height: 100%; }

.jodit-properties__lock > svg {
  font-style: normal;
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  font-size: 8px;
  overflow: hidden;
  vertical-align: middle;
  fill: #222;
  transform-origin: 0 0 !important; }

.jodit-properties .jodit-properties_view_box {
  padding: 8px; }

.jodit-properties .jodit-properties_view_box .jodit-properties_image_view {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  padding: 0;
  margin: 0 0 8px;
  background-color: #f6f6f6; }

.jodit-properties .jodit-properties_view_box .jodit-properties_image_view img {
  max-width: 100%;
  max-height: 100%; }

.jodit-properties .jodit-properties_view_box .jodit-properties_image_sizes.jodit-form__group {
  flex-direction: row;
  align-items: center;
  padding: 0 !important;
  margin: 0 !important; }

.jodit-properties .jodit-properties_view_box .jodit-properties_image_sizes.jodit-form__group a {
  display: inline-block;
  cursor: pointer; }

.jodit-properties .jodit-properties_view_box .jodit-properties_image_sizes.jodit-form__group input[type=number] {
  display: inline-block !important;
  width: calc(50% - 8px) !important; }

.jodit-popup-inline__container {
  z-index: 1300;
  min-width: 700px; }

.jodit-placeholder {
  width: 100%;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  padding: 8px;
  color: #a5a5a5;
  z-index: 1;
  pointer-events: none; }

[data-jodit_iframe_wrapper] {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative; }

[data-jodit_iframe_wrapper]:after {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  display: block;
  background: transparent; }

.jodit-resizer {
  width: 100px;
  height: 100px;
  position: absolute;
  border: 1px solid #4c4c4c;
  top: 0;
  left: 0;
  pointer-events: none;
  font-size: 0; }

.jodit-resizer * {
  box-sizing: border-box; }

.jodit-resizer > span {
  left: 50%;
  top: 50%;
  width: 70px;
  height: 24px;
  margin-left: calc(70px/-2);
  margin-top: calc(24px/-2);
  line-height: 24px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background-color: #a5a5a5;
  opacity: 0;
  transition: opacity .2s linear;
  overflow: visible; }

.jodit-resizer > i, .jodit-resizer > span {
  position: absolute;
  display: inline-block; }

.jodit-resizer > i {
  z-index: 4;
  pointer-events: all;
  border: 1px solid #4c4c4c;
  background-color: rvar(--jd-color-gray);
  width: 8px;
  height: 8px; }

.jodit-resizer > i:hover {
  background-color: #f8f8f8; }

.jodit-resizer > i:first-child {
  left: calc(8px/-2);
  top: calc(8px/-2);
  cursor: nw-resize; }

.jodit-resizer > i:nth-child(2) {
  right: calc(8px/-2);
  top: calc(8px/-2);
  cursor: ne-resize; }

.jodit-resizer > i:nth-child(3) {
  right: calc(8px/-2);
  bottom: calc(8px/-2);
  cursor: se-resize; }

.jodit-resizer > i:nth-child(4) {
  left: calc(8px/-2);
  bottom: calc(8px/-2);
  cursor: sw-resize; }

.jodit-search {
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0; }

.jodit-search.jodit-search_active {
  visibility: visible; }

.jodit-search .jodit-search__box {
  width: 320px;
  max-width: 100vw;
  display: flex;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  border: solid #dadada;
  border-width: 0 0 1px 1px;
  padding: calc(8px/2); }

.jodit-search .jodit-search__box input {
  margin: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background-color: transparent;
  outline: none;
  padding: 0 8px; }

.jodit-search .jodit-search__box input[data-ref=replace] {
  display: none; }

.jodit-search .jodit-search__box input:not(:focus) + input:not(:focus) {
  border-top: 1px solid #dadada; }

.jodit-search .jodit-search__box .jodit-search__buttons {
  height: 30px; }

.jodit-search .jodit-search__box .jodit-search__counts {
  height: 30px; }

.jodit-search .jodit-search__box .jodit-search__inputs {
  height: 30px; }

.jodit-search .jodit-search__box .jodit-search__inputs {
  width: 60%;
  padding-right: calc(8px/2); }

.jodit-search .jodit-search__box .jodit-search__counts {
  width: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #dadada;
  border-left: 1px solid #dadada; }

.jodit-search .jodit-search__box .jodit-search__buttons {
  flex: 1;
  padding-left: 0;
  display: flex;
  justify-content: center;
  align-items: center; }

.jodit-search .jodit-search__box .jodit-search__buttons button {
  width: 32%;
  margin-right: 1%;
  height: 100%;
  border: 1px solid transparent;
  background-color: transparent; }

.jodit-search .jodit-search__box .jodit-search__buttons button[data-ref=replace-btn] {
  width: 100%;
  border: 1px solid #dadada;
  margin-top: 2px;
  display: none; }

.jodit-search .jodit-search__box .jodit-search__buttons button:hover {
  background-color: #ecebe9; }

.jodit-search .jodit-search__box .jodit-search__buttons button:focus {
  border: 1px solid rgba(181, 214, 253, 0.5); }

.jodit-search .jodit-search__box .jodit-search__buttons button:active {
  border: 1px solid #b5d6fd;
  transform: scale(0.95, 0.95); }

.jodit-search.jodit-search_replace .jodit-search__counts {
  height: calc(30px*2); }

.jodit-search.jodit-search_replace .jodit-search__inputs {
  height: calc(30px*2); }

.jodit-search.jodit-search_replace .jodit-search__counts input {
  height: 50%;
  transition: background-color 0.1s linear; }

.jodit-search.jodit-search_replace .jodit-search__inputs input {
  height: 50%;
  transition: background-color 0.1s linear; }

.jodit-search.jodit-search_replace .jodit-search__counts input:focus {
  box-shadow: inset 0 0 3px 0 #dadada; }

.jodit-search.jodit-search_replace .jodit-search__inputs input:focus {
  box-shadow: inset 0 0 3px 0 #dadada; }

.jodit-search.jodit-search_replace .jodit-search__buttons {
  flex-wrap: wrap; }

.jodit-search.jodit-search_replace .jodit-search__buttons button[data-ref=replace-btn], .jodit-search.jodit-search_replace .jodit-search__inputs input[data-ref=replace] {
  display: block; }

.jodit-container:not(.jodit_inline) {
  min-height: 100px; }

.jodit-container:not(.jodit_inline) .jodit-workplace {
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 50px;
  overflow: hidden; }

.jodit-container:not(.jodit_inline) .jodit-editor__resize {
  position: relative; }

.jodit-container:not(.jodit_inline) .jodit-editor__resize a {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 0;
  height: 0;
  overflow: hidden;
  border-left: 0 dashed transparent;
  border-bottom: 0 dashed transparent;
  border-right: 7px solid #dadada;
  border-top: 7px dashed transparent;
  cursor: se-resize; }

.jodit-source {
  display: none;
  position: relative;
  background-color: #323232;
  flex: auto;
  overflow: auto; }

.jodit-source, .jodit-source .jodit-source__mirror-fake {
  min-height: 100%; }

.jodit-source * {
  font: 12px/normal Monaco,Menlo,Ubuntu Mono,Consolas,source-code-pro,monospace; }

.jodit-container.jodit-source__mode .jodit-wysiwyg, .jodit-container.jodit-source__mode .jodit-wysiwyg_iframe {
  display: none !important; }

.jodit-container.jodit-source__mode .jodit-source {
  display: block !important; }

.jodit-container.jodit_split_mode .jodit-workplace {
  flex-wrap: nowrap;
  flex-direction: row; }

.jodit-container.jodit_split_mode .jodit-source, .jodit-container.jodit_split_mode .jodit-wysiwyg, .jodit-container.jodit_split_mode .jodit-wysiwyg_iframe {
  display: block !important;
  width: 50%;
  flex: 1; }

.jodit-source__mirror {
  border: 0;
  width: 100%;
  height: 100%;
  background: #323232;
  margin: 0;
  resize: none;
  box-sizing: border-box;
  color: #f0f0f0;
  outline: none;
  font: 12px/normal Monaco,Menlo,Ubuntu Mono,Consolas,source-code-pro,monospace;
  line-height: 1.5;
  box-shadow: none;
  overflow: auto;
  z-index: 2;
  padding: 8px;
  white-space: pre-wrap;
  -moz-tab-size: 2em;
  -o-tab-size: 2em;
  tab-size: 2em;
  min-height: 100%; }

.jodit-source__mirror::-moz-selection {
  background: #bdbdbd; }

.jodit-source__mirror::selection {
  background: #bdbdbd; }

.jodit_sticky-dummy_toolbar {
  display: none; }

.jodit_sticky > .jodit-toolbar__box {
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
  z-index: 3;
  top: 0;
  left: auto;
  border-bottom: 1px solid #dadada; }

.jodit_sticky .jodit_sticky-dummy_toolbar {
  display: block; }

.jodit-symbols {
  width: 460px;
  padding: 8px; }

.jodit-symbols .jodit-symbols__container_preview, .jodit-symbols .jodit-symbols__container_table {
  display: inline-block;
  vertical-align: top; }

.jodit-symbols .jodit-symbols__container_table {
  width: 88%; }

.jodit-symbols .jodit-symbols__container_preview {
  width: 12%; }

.jodit-symbols .jodit-symbols__container_preview .jodit-symbols__preview {
  font-size: 34px;
  text-align: center;
  padding: 20px 0;
  border: 1px solid #dadada; }

.jodit-symbols table {
  border: 0;
  border-spacing: 0;
  table-layout: fixed; }

.jodit-symbols table td {
  padding: 0; }

.jodit-symbols table td a {
  font-size: 16px;
  text-decoration: none;
  color: #4c4c4c;
  display: inline-block;
  box-sizing: border-box;
  width: calc(18px*1.2);
  height: calc(18px*1.2);
  border: 1px solid transparent;
  text-align: center;
  line-height: calc(18px*1.2);
  vertical-align: top; }

.jodit-symbols table td a:focus, .jodit-symbols table td a:hover {
  border: 1px solid selected; }

.jodit-table-resizer {
  cursor: col-resize;
  position: absolute;
  z-index: 3;
  padding-left: calc(8px/2);
  padding-right: calc(8px/2);
  margin-left: calc(8px/-2); }

.jodit-table-resizer:after {
  content: "";
  display: block;
  height: 100%;
  width: 0;
  border: 0; }

.jodit-table-resizer_moved {
  background-color: #b5d6fd;
  z-index: 2; }

.jodit-table-resizer_moved:after {
  border-right: 1px solid moved; }

.jodit-wysiwyg table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  table-layout: fixed;
  empty-cells: show;
  max-width: 100%; }

.jodit-wysiwyg table tr {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.jodit-wysiwyg table tr td, .jodit-wysiwyg table tr th {
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: middle;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

.jodit-form__inserter .jodit-form__table-creator-box {
  display: flex; }

@media (max-width: 768px) {
  .jodit-form__inserter .jodit-form__table-creator-box {
    flex-direction: column; } }

.jodit-form__inserter .jodit-form__table-creator-box .jodit-form__container {
  padding: 0;
  margin: 0;
  min-width: 180px;
  font-size: 0; }

.jodit-form__inserter .jodit-form__table-creator-box .jodit-form__container > div > span {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  border: 1px solid #dadada;
  margin-left: 2px;
  margin-bottom: 2px; }

.jodit-form__inserter .jodit-form__table-creator-box .jodit-form__container > div > span:first-child {
  margin-left: 0; }

.jodit-form__inserter .jodit-form__table-creator-box .jodit-form__container > div > span.jodit_hovered {
  background: #7a450f;
  border-color: #7a450f; }

.jodit-form__inserter .jodit-form__table-creator-box .jodit-form__options {
  font-size: 14px; }

.jodit-form__inserter .jodit-form__table-creator-box .jodit-form__options label {
  text-align: left;
  padding-top: 0; }

.jodit-form__inserter .jodit-form__table-creator-box .jodit-form__options label input {
  margin-right: 8px; }

.jodit-form__inserter label {
  text-align: center;
  font-size: 14px;
  padding: 8px;
  margin: 0; }

.jodit-tooltip {
  position: fixed;
  background: #727171;
  color: #fff;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 14px;
  font-size: 11px;
  line-height: 1.4;
  white-space: normal;
  padding: calc(8px/4) calc(8px/2);
  z-index: 10000002;
  max-width: 120px;
  border-radius: 2px;
  width: auto;
  transition: opacity .2s ease 0s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-clip: padding-box;
  text-rendering: optimizeLegibility;
  opacity: 0; }

@media (max-width: 768px) {
  .jodit-tooltip {
    display: none; } }

.jodit-tooltip.jodit-tooltip_visible {
  opacity: 1; }

.jodit-xpath {
  display: flex;
  align-items: center;
  margin-left: calc(8px/-2); }

.jodit-xpath__item {
  display: flex;
  line-height: calc(11px - 1px);
  height: 11px; }

.jodit-xpath__item a {
  font-size: 11px;
  color: #4c4c4c;
  padding: 0 3px;
  margin-left: 2px;
  outline: 0; }

.GTMPORView, .GTMPORAdministration {
  /* HTML5 display-role reset for older browsers */ }
  .GTMPORView html, .GTMPORView body, .GTMPORView applet, .GTMPORView object, .GTMPORView iframe,
  .GTMPORView h1, .GTMPORView h2, .GTMPORView h3, .GTMPORView h4, .GTMPORView h5, .GTMPORView h6, .GTMPORView p, .GTMPORView blockquote, .GTMPORView pre,
  .GTMPORView a, .GTMPORView abbr, .GTMPORView acronym, .GTMPORView address, .GTMPORView big, .GTMPORView cite, .GTMPORView code,
  .GTMPORView del, .GTMPORView dfn, .GTMPORView em, .GTMPORView img, .GTMPORView ins, .GTMPORView kbd, .GTMPORView q, .GTMPORView s, .GTMPORView samp,
  .GTMPORView small, .GTMPORView strike, .GTMPORView strong, .GTMPORView sub, .GTMPORView sup, .GTMPORView tt, .GTMPORView var,
  .GTMPORView b, .GTMPORView u, .GTMPORView i, .GTMPORView center,
  .GTMPORView dl, .GTMPORView dt, .GTMPORView dd, .GTMPORView ol, .GTMPORView ul, .GTMPORView li,
  .GTMPORView fieldset, .GTMPORView form, .GTMPORView label, .GTMPORView legend,
  .GTMPORView table, .GTMPORView caption, .GTMPORView tbody, .GTMPORView tfoot, .GTMPORView thead, .GTMPORView tr, .GTMPORView th, .GTMPORView td,
  .GTMPORView article, .GTMPORView aside, .GTMPORView canvas, .GTMPORView details, .GTMPORView embed,
  .GTMPORView figure, .GTMPORView figcaption, .GTMPORView footer, .GTMPORView header, .GTMPORView hgroup,
  .GTMPORView menu, .GTMPORView nav, .GTMPORView output, .GTMPORView ruby, .GTMPORView section, .GTMPORView summary,
  .GTMPORView time, .GTMPORView mark, .GTMPORView audio, .GTMPORView video, .GTMPORAdministration html, .GTMPORAdministration body, .GTMPORAdministration applet, .GTMPORAdministration object, .GTMPORAdministration iframe,
  .GTMPORAdministration h1, .GTMPORAdministration h2, .GTMPORAdministration h3, .GTMPORAdministration h4, .GTMPORAdministration h5, .GTMPORAdministration h6, .GTMPORAdministration p, .GTMPORAdministration blockquote, .GTMPORAdministration pre,
  .GTMPORAdministration a, .GTMPORAdministration abbr, .GTMPORAdministration acronym, .GTMPORAdministration address, .GTMPORAdministration big, .GTMPORAdministration cite, .GTMPORAdministration code,
  .GTMPORAdministration del, .GTMPORAdministration dfn, .GTMPORAdministration em, .GTMPORAdministration img, .GTMPORAdministration ins, .GTMPORAdministration kbd, .GTMPORAdministration q, .GTMPORAdministration s, .GTMPORAdministration samp,
  .GTMPORAdministration small, .GTMPORAdministration strike, .GTMPORAdministration strong, .GTMPORAdministration sub, .GTMPORAdministration sup, .GTMPORAdministration tt, .GTMPORAdministration var,
  .GTMPORAdministration b, .GTMPORAdministration u, .GTMPORAdministration i, .GTMPORAdministration center,
  .GTMPORAdministration dl, .GTMPORAdministration dt, .GTMPORAdministration dd, .GTMPORAdministration ol, .GTMPORAdministration ul, .GTMPORAdministration li,
  .GTMPORAdministration fieldset, .GTMPORAdministration form, .GTMPORAdministration label, .GTMPORAdministration legend,
  .GTMPORAdministration table, .GTMPORAdministration caption, .GTMPORAdministration tbody, .GTMPORAdministration tfoot, .GTMPORAdministration thead, .GTMPORAdministration tr, .GTMPORAdministration th, .GTMPORAdministration td,
  .GTMPORAdministration article, .GTMPORAdministration aside, .GTMPORAdministration canvas, .GTMPORAdministration details, .GTMPORAdministration embed,
  .GTMPORAdministration figure, .GTMPORAdministration figcaption, .GTMPORAdministration footer, .GTMPORAdministration header, .GTMPORAdministration hgroup,
  .GTMPORAdministration menu, .GTMPORAdministration nav, .GTMPORAdministration output, .GTMPORAdministration ruby, .GTMPORAdministration section, .GTMPORAdministration summary,
  .GTMPORAdministration time, .GTMPORAdministration mark, .GTMPORAdministration audio, .GTMPORAdministration video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box; }
  .GTMPORView article, .GTMPORView aside, .GTMPORView details, .GTMPORView figcaption, .GTMPORView figure,
  .GTMPORView footer, .GTMPORView header, .GTMPORView hgroup, .GTMPORView menu, .GTMPORView nav, .GTMPORView section, .GTMPORAdministration article, .GTMPORAdministration aside, .GTMPORAdministration details, .GTMPORAdministration figcaption, .GTMPORAdministration figure,
  .GTMPORAdministration footer, .GTMPORAdministration header, .GTMPORAdministration hgroup, .GTMPORAdministration menu, .GTMPORAdministration nav, .GTMPORAdministration section {
    display: block; }
  .GTMPORView body, .GTMPORAdministration body {
    line-height: 1; }
  .GTMPORView ul, .GTMPORAdministration ul {
    list-style: disc;
    padding-left: 20px; }
  .GTMPORView ol, .GTMPORAdministration ol {
    list-style: decimal;
    padding-left: 20px; }
  .GTMPORView blockquote, .GTMPORView q, .GTMPORAdministration blockquote, .GTMPORAdministration q {
    quotes: none; }
  .GTMPORView blockquote:before, .GTMPORView blockquote:after,
  .GTMPORView q:before, .GTMPORView q:after, .GTMPORAdministration blockquote:before, .GTMPORAdministration blockquote:after,
  .GTMPORAdministration q:before, .GTMPORAdministration q:after {
    content: '';
    content: none; }
  .GTMPORView table, .GTMPORAdministration table {
    border-collapse: collapse;
    border-spacing: 0; }

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  html *:focus, body *:focus, applet *:focus, object *:focus, iframe *:focus,
  h1 *:focus, h2 *:focus, h3 *:focus, h4 *:focus, h5 *:focus, h6 *:focus, p *:focus, blockquote *:focus, pre *:focus,
  a *:focus, abbr *:focus, acronym *:focus, address *:focus, big *:focus, cite *:focus, code *:focus,
  del *:focus, dfn *:focus, em *:focus, img *:focus, ins *:focus, kbd *:focus, q *:focus, s *:focus, samp *:focus,
  small *:focus, strike *:focus, strong *:focus, sub *:focus, sup *:focus, tt *:focus, var *:focus,
  b *:focus, u *:focus, i *:focus, center *:focus,
  dl *:focus, dt *:focus, dd *:focus, ol *:focus, ul *:focus, li *:focus,
  fieldset *:focus, form *:focus, label *:focus, legend *:focus,
  table *:focus, caption *:focus, tbody *:focus, tfoot *:focus, thead *:focus, tr *:focus, th *:focus, td *:focus,
  article *:focus, aside *:focus, canvas *:focus, details *:focus, embed *:focus,
  figure *:focus, figcaption *:focus, footer *:focus, header *:focus, hgroup *:focus,
  menu *:focus, nav *:focus, output *:focus, ruby *:focus, section *:focus, summary *:focus,
  time *:focus, mark *:focus, audio *:focus, video *:focus, div *:focus, button *:focus {
    outline: 1px dotted grey; } }

.mob_btn_w100:focus {
  border: 1px dotted white !important; }

.btn_enabled:focus {
  outline: 1px dotted grey !important; }

.GTMPORView .border {
  border: 1px solid #999; }

.GTMPORView .redborder {
  border: 1px solid #DD0000; }

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
/* 50% of Browser width #Screen between 600 to 1024*/
/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
/*
##Device = Laptops, Desktops
##Screen = B/w 1025px to 1280px
*/
body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  /* = 0.875rem */
  /* 16px = 1rem */
  position: relative;
  background: #1a2334; }

.modal-open .modal.in {
  z-index: 10000000; }

.app-container {
  /* tablet portrait */
  /* tablet landscape */ }
  @media only screen and (min-width: 768px) {
    .app-container {
      position: relative;
      min-height: 100vh; } }
  @media (min-width: 768px) {
    .app-container .app-row {
      margin-bottom: 196px;
      /* 283px; */ } }
  @media (min-width: 1024px) {
    .app-container .app-row {
      margin-bottom: 267px; } }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .app-container .app-row {
      margin-bottom: 267px; } }
  @media (min-width: 992px) {
    .app-container {
      /* constant margin after the main row == Footer height */ }
      .app-container .app-row {
        margin-bottom: 250px; } }

.defaultModal_container {
  width: 450px !important;
  color: #FFF !important;
  text-align: center !important;
  position: relative;
  background: #e8e8e8 !important;
  box-shadow: 0px 3px 30px #000 !important;
  overflow-y: hidden !important; }
  .defaultModal_container .text_left {
    text-align: left !important; }
  .defaultModal_container .padd_lftRgt_0 {
    padding-left: 0;
    padding-right: 0; }
  .defaultModal_container .mrg_all_0 {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0; }
  .defaultModal_container .mrg_lftRgt_0 {
    margin-left: 0;
    margin-right: 0; }
  .defaultModal_container .mrg_top_110 {
    margin-top: 110px; }
  .defaultModal_container .secondaryMessage {
    font-size: 16px;
    font-weight: 700;
    color: #000; }
  .defaultModal_container .defaultModal_header {
    font-size: 46px !important;
    font-weight: 400;
    line-height: 1.3269em !important;
    margin-top: 30px; }
    .defaultModal_container .defaultModal_header .iconSize {
      font-size: 60px;
      padding-left: 30px; }
    .defaultModal_container .defaultModal_header .success_header {
      font-size: 40px;
      color: #106bff; }
    .defaultModal_container .defaultModal_header .error_header {
      font-size: 40px;
      color: #ff6310; }
    .defaultModal_container .defaultModal_header .warning_header {
      font-size: 40px;
      color: #ff6310; }
  .defaultModal_container .defaultModal_body {
    font-size: 20px !important;
    line-height: 1.35em !important;
    margin: 11px 47px 23px 58px !important; }
    .defaultModal_container .defaultModal_body .community_subscribe_body {
      margin: 0 auto;
      font-size: 20px;
      padding-bottom: 10px;
      display: inline-block;
      color: #000;
      width: 100%;
      font-style: initial;
      font-weight: 400; }
      .defaultModal_container .defaultModal_body .community_subscribe_body ul li {
        font-size: 18px; }
  .defaultModal_container .defaultModal_footer {
    margin-left: 49px;
    margin-bottom: 70px;
    margin-right: 38px;
    font-size: 18px !important;
    line-height: 1.333em !important; }
  .defaultModal_container .dialogSubmitButtonFull {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #3a7589;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .defaultModal_container .dialogSubmitButtonFull :hover {
      background-color: #106bff;
      text-decoration: underline; }
  .defaultModal_container .dialogSubmitButtonHalf {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #3a7589;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .defaultModal_container .dialogSubmitButtonHalf :hover {
      background-color: #106bff;
      text-decoration: underline;
      border: 1px solid #106bff; }
  .defaultModal_container .btn_blue {
    width: 200px;
    background: #106bff;
    height: 40px;
    font-size: 12px;
    font-weight: 500;
    padding: 10px; }
    .defaultModal_container .btn_blue :hover {
      background-color: #000;
      text-decoration: underline;
      border: 1px solid #FFF; }
  .defaultModal_container .dialogSubmitButtonHalfDefault {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .defaultModal_container .dialogSubmitButtonHalfDefault :hover {
      text-decoration: underline; }
  .defaultModal_container .ms-fontWeight-regular .ms-Button-label {
    font-weight: 400; }
  .defaultModal_container .ms-Icon--Warning {
    color: #FFF;
    font-size: 160%;
    padding-top: 20px; }

.Loader-Large {
  text-align: center;
  padding-top: 200px;
  padding-bottom: 200px; }
  .Loader-Large h1 {
    font-size: 62px !important;
    height: 100px;
    background: -webkit-linear-gradient(top, #5c0f5d 0%, #326973 61%, #16a582 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation-duration: 1s;
    animation-name: Loading;
    animation-iteration-count: infinite;
    animation-direction: alternate; }

@keyframes Loading {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.video_popup {
  width: 60% !important;
  height: auto !important;
  overflow: hidden !important; }
  @media (max-width: 767px) {
    .video_popup {
      width: 90% !important; } }
  .video_popup .ms-Dialog-header {
    display: none; }
  .video_popup .ms-Dialog-inner {
    padding: 0 !important; }

.Large_image_popup {
  width: 90% !important;
  height: 90% !important;
  max-height: 90% !important; }
  .Large_image_popup .ms-Dialog-inner {
    height: 100%; }
  .Large_image_popup .ms-Dialog-content {
    height: 100%;
    overflow: auto; }

.GTMPORView {
  /* Global for all Video - Responsive css */
  /* for customized  Video */
  /* white button */
  /*paddings*/
  /*margins*/
  /* Global Media-queries */
  /* Extra small devices (phones, 767px and down) */ }
  .GTMPORView .action {
    color: #3372d9 !important;
    cursor: pointer; }
    .GTMPORView .action:hover {
      text-decoration: underline !important; }
  .GTMPORView .accessLink {
    color: #FFF !important;
    cursor: pointer;
    font-weight: bold; }
    .GTMPORView .accessLink:hover {
      text-decoration: underline !important; }
  .GTMPORView .defaulttabaction {
    color: black !important;
    font-weight: 500;
    cursor: pointer; }
    .GTMPORView .defaulttabaction:hover {
      text-decoration: underline !important; }
  .GTMPORView .footer_action {
    cursor: pointer; }
    .GTMPORView .footer_action:hover {
      text-decoration: underline !important; }
  .GTMPORView .txt_underline {
    text-decoration: underline; }
  .GTMPORView .viewMarketCode {
    border: 1px solid #0065c1;
    font-size: 12px;
    color: #0065c1;
    height: 25px;
    padding-top: 2px;
    padding-right: 5px;
    min-width: 175px; }
    .GTMPORView .viewMarketCode .label {
      font-weight: 700;
      font-size: 12px;
      color: #0065c1;
      padding-top: 3px; }
  .GTMPORView .viewSeason {
    border: 1px solid #0065c1;
    font-size: 12px;
    color: white;
    height: 25px;
    padding-top: 1px;
    padding-right: 5px;
    background-color: #0065c1;
    min-width: 175px; }
    .GTMPORView .viewSeason .seasonLabel {
      font-weight: 700;
      font-size: 12px;
      padding-top: 2px;
      padding-right: 5px; }
  .GTMPORView .error_msg {
    color: #a80000;
    font-size: 12px;
    font-weight: 400; }
  .GTMPORView .blueBorderButton {
    background-color: white !important;
    border: 1px solid #106bff !important;
    height: 40px;
    color: #106bff; }
    .GTMPORView .blueBorderButton:hover {
      color: #106bff;
      text-decoration: underline; }
  .GTMPORView .primaryButton, .GTMPORView .primaryButton_ht30 {
    background-color: #106bff !important;
    border: 1px solid #106bff !important;
    height: 40px; }
    .GTMPORView .primaryButton:hover, .GTMPORView .primaryButton_ht30:hover {
      background-color: #0078d4 !important;
      text-decoration: underline; }
  .GTMPORView .primaryButton_ht30 {
    height: 30px; }
  .GTMPORView .checkedButton {
    background-color: #cedef8 !important;
    border: 1px solid #106bff !important; }
  .GTMPORView .btn_remove, .GTMPORView .btn_remove_dis {
    background: #106bff;
    border-radius: 18px;
    color: white;
    padding: 4px 12px;
    font-size: 12px;
    cursor: pointer; }
  .GTMPORView .btn_remove_dis {
    background: orange; }
  .GTMPORView .blue {
    color: #106bff; }
    .GTMPORView .blue img {
      margin-left: -5px;
      height: 30px !important;
      margin-top: -4px; }
  .GTMPORView .orange {
    color: orange; }
  .GTMPORView .orange-border {
    border: 2px solid #FFBF00; }
    .GTMPORView .orange-border .ms-TextField-fieldGroup {
      border: none !important;
      height: 33px; }
      .GTMPORView .orange-border .ms-TextField-fieldGroup:after {
        border: none !important; }
    .GTMPORView .orange-border .ms-TextField-fieldGroup:hover {
      border: none !important; }
  .GTMPORView .publish_divider {
    border-right: 1px solid #d3d3d3;
    height: 36x; }
  .GTMPORView .loader_container {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 1000;
    background-color: #666;
    margin: auto;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px; }
  .GTMPORView .loader_container_indidual {
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 1000;
    background-color: #666;
    margin: auto;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px; }
  .GTMPORView .dialogSubmitButtonFull {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #3a7589;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .GTMPORView .dialogSubmitButtonFull :hover {
      background-color: #106bff;
      border: 1px solid #106bff; }
  .GTMPORView .dialogSubmitButtonHalf {
    width: 50%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #3a7589;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .GTMPORView .dialogSubmitButtonHalf :hover {
      background-color: #106bff;
      text-decoration: underline;
      border: 1px solid #106bff; }
  .GTMPORView .dialogSubmitButtonHalfDefault {
    width: 50%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .GTMPORView .dialogSubmitButtonHalfDefault :hover {
      text-decoration: underline; }
  .GTMPORView .loadMoreButton {
    font-size: 16px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer; }
  .GTMPORView .rich_text_global ol {
    list-style-type: decimal !important;
    list-style-position: inside !important;
    -webkit-margin-before: 1em !important;
    -webkit-margin-after: 1em !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-end: 0px !important;
    -webkit-padding-start: 0px !important; }
  .GTMPORView .rich_text_global ul {
    display: block !important;
    list-style-type: disc !important;
    -webkit-margin-before: 1em !important;
    -webkit-margin-after: 1em !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-end: 0px !important;
    -webkit-padding-start: 40px !important;
    list-style-position: inside !important; }
  .GTMPORView .rich_text_global sup {
    top: -0.5em; }
  .GTMPORView .rich_text_global sub,
  .GTMPORView .rich_text_global sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline; }
  .GTMPORView .rich_text_global p {
    margin: 0 0 10px; }
  .GTMPORView .wrap_ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*word-break: break-all;
        word-wrap: break-word;*/ }
  .GTMPORView .dList_scroll.ms-DetailsList .ms-SelectionZone, .GTMPORView .dList_userScroll.ms-DetailsList .ms-SelectionZone, .GTMPORView .dList_publishScroll.ms-DetailsList .ms-SelectionZone, .GTMPORView .dList_publishScroll_new.ms-DetailsList .ms-SelectionZone {
    max-height: 650px;
    overflow-y: overlay; }
  .GTMPORView .dList_scroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar, .GTMPORView .dList_userScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar, .GTMPORView .dList_publishScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar, .GTMPORView .dList_publishScroll_new.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar {
    width: 10px; }
  .GTMPORView .dList_scroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb, .GTMPORView .dList_userScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb, .GTMPORView .dList_publishScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb, .GTMPORView .dList_publishScroll_new.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb {
    background: #d2d2d2;
    border-radius: 10px; }
  .GTMPORView .dList_scroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb:hover, .GTMPORView .dList_userScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb:hover, .GTMPORView .dList_publishScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb:hover, .GTMPORView .dList_publishScroll_new.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb:hover {
    background: #a9a9a9; }
  .GTMPORView .dList_publishScroll.ms-DetailsList .ms-SelectionZone {
    max-height: 400px; }
  .GTMPORView .dList_publishScroll_new.ms-DetailsList .ms-SelectionZone {
    max-height: 760px; }
  .GTMPORView .rowht40sction .ms-DetailsRow, .GTMPORView .rowht40sction .ms-DetailsRow-cell {
    min-height: 30px !important;
    padding: 2px 0px !important;
    margin: 0px !important; }
  .GTMPORView .dList_userScroll.ms-DetailsList .ms-DetailsHeader-cell {
    font-weight: 700; }
  .GTMPORView .dList_userScroll.ms-DetailsList .ms-SelectionZone {
    max-height: 480px; }
  .GTMPORView .container_fluid {
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 1400px) {
    .GTMPORView .container {
      width: 1330px !important; } }
  .GTMPORView .word_break, .GTMPORView .richtext_list > div {
    word-break: break-word; }
    .GTMPORView .word_break_all {
      word-break: break-all; }
  .GTMPORView .page_status {
    font-size: 14px; }
  .GTMPORView .border_none {
    border: none !important; }
  .GTMPORView .r_border {
    border-right: 1px solid #000; }
  .GTMPORView .pos_rel {
    position: relative; }
  .GTMPORView .whitespace_nowrap {
    white-space: nowrap; }
  .GTMPORView .cust_grid {
    display: block;
    justify-content: normal;
    margin-top: 10px; }
    @media (min-width: 481px) {
      .GTMPORView .cust_grid {
        display: flex;
        justify-content: center;
        flex-flow: row wrap;
        margin-top: 10px; } }
  .GTMPORView .column_in_center {
    float: none; }
  .GTMPORView .video_section {
    /* 4x3 Aspect Ratio */
    /* React Player css */ }
    .GTMPORView .video_section .iframe-container {
      overflow: hidden;
      padding-top: 56.25%;
      position: relative; }
    .GTMPORView .video_section .iframe-container iframe {
      border: 0;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .GTMPORView .video_section .iframe-container-4x3 {
      padding-top: 75%; }
    .GTMPORView .video_section .player_wrapper {
      position: relative !important;
      padding-top: 56% !important; }
    .GTMPORView .video_section .react_player {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important; }
    .GTMPORView .video_section .view_large_btn {
      padding-left: 0px;
      text-decoration: underline; }
  .GTMPORView .cust_video .home_sm_tile {
    background: #000; }
  .GTMPORView .cust_video .home_sm_tile iframe,
  .GTMPORView .cust_video .last_visited_img iframe {
    height: 100%;
    width: 100%;
    opacity: 0.7; }
  .GTMPORView .cust_video .home_sm_tile .ut_img,
  .GTMPORView .cust_video .last_visited_img .ut_img {
    height: 100%;
    width: 100%;
    opacity: 0.7; }
    .GTMPORView .cust_video .home_sm_tile .ut_img img,
    .GTMPORView .cust_video .last_visited_img .ut_img img {
      height: 100%;
      width: 100%;
      max-width: 100% !important; }
  .GTMPORView .cust_video .last_visited_img iframe,
  .GTMPORView .cust_video .last_visited_img .ut_img {
    opacity: 0.9 !important; }
  .GTMPORView .cust_video .last_visited_img .video_icon_bg .video_icon {
    opacity: 0.7; }
  .GTMPORView .cust_video .ut_video .video_icon_bg {
    opacity: 1; }
  .GTMPORView .black_bg {
    background: #000 !important; }
  .GTMPORView .btn_whiteOutline {
    background: transparent;
    height: 33px;
    color: #FFF !important;
    border: 1px solid #FFF !important;
    padding: 10px 25px; }
  .GTMPORView .btn_whiteOutline:hover {
    background: #106bff !important;
    border: none !important;
    color: #FFF !important; }
  .GTMPORView .btn_outline {
    background: #FFF;
    height: 40px;
    color: #106bff !important;
    border: 1px solid #106bff !important;
    padding: 10px 6px; }
  .GTMPORView .btn_outline:hover {
    background: #106bff !important;
    color: #FFF !important; }
  .GTMPORView .btn_outline_disable {
    background: #FFF;
    height: 40px;
    color: #d2d2d2 !important;
    border: 1px solid #d2d2d2 !important;
    padding: 10px 6px; }
  .GTMPORView .btn_outline_disable:hover {
    background: #FFF !important;
    color: #d2d2d2 !important; }
  .GTMPORView .btn_active, .GTMPORView .btn_disable {
    background: #106bff;
    height: 30px;
    color: #FFF !important;
    border: 1px solid #106bff !important;
    cursor: pointer;
    padding: 10px 6px;
    pointer-events: auto;
    cursor: pointer; }
  .GTMPORView .btn_disable {
    background: #d2d2d2;
    border: 1px solid #d2d2d2 !important;
    pointer-events: none; }
  .GTMPORView .ltGrey_bg, .GTMPORView .ltGreyBg {
    background-color: #f0f2f7;
    min-height: 100vh;
    padding-bottom: 70px; }
  .GTMPORView .ltGreyBg {
    min-height: 90vh; }
  .GTMPORView .ltGreyBg20 {
    background-color: #f0f2f7;
    min-height: 100vh;
    padding-bottom: 20px;
    overflow-x: hidden; }
  .GTMPORView .minheight90 {
    min-height: 90vh; }
  .GTMPORView .bg_grey {
    background: #f0f2f7;
    padding: 15px; }
  .GTMPORView .grey_bg {
    background: #e9e9e9;
    padding: 15px; }
  .GTMPORView .content_hidden {
    visibility: hidden; }
  .GTMPORView .action_btn {
    font-size: 16px;
    padding: 3px;
    width: 30px;
    margin-right: 5px;
    background: white;
    color: #007bff !important;
    border: 1px solid #eaeaea;
    box-shadow: 0px 5px 8px #d9d9d9; }
  .GTMPORView .config_action_btn:hover {
    background: #007bff !important;
    color: #fff !important; }
  .GTMPORView .config_action_btn.add_sku {
    padding: 3px 5px; }
    .GTMPORView .config_action_btn.add_sku .ms-Icon.ms-Icon--Add::before {
      font-size: 13px !important;
      font-weight: 600; }
    .GTMPORView .config_action_btn.add_sku:hover .ms-Icon.ms-Icon--Add::before {
      color: #FFF; }
  .GTMPORView .releaseNotes_hr {
    border-bottom: 1.5px solid #d2d2d2;
    padding-top: 10px;
    margin-left: 0px;
    margin-right: 0px; }
  .GTMPORView .releaseNotes_divider {
    border-right: 1px solid #000;
    height: 40px; }
  .GTMPORView .releaseNotes_divider_grey {
    border-left: 2px solid #d2d2d2;
    height: 40px; }
  .GTMPORView .releaseNotesBtn_divider {
    border-right: 1px solid #a9a9a9;
    height: 40px; }
  .GTMPORView .releaseNotes_hyphon {
    border-top: 1px solid black;
    width: 15px; }
  .GTMPORView .confidential_title {
    color: #D28917; }
  .GTMPORView .d_flex {
    display: flex; }
  .GTMPORView .d_flex_rEnd {
    display: flex;
    justify-content: flex-end; }
  .GTMPORView .d_flex_spacebetween {
    display: flex;
    justify-content: space-between; }
  .GTMPORView .d_flex_wrap {
    display: flex;
    flex-wrap: wrap; }
  .GTMPORView .related_por {
    background: #29364e;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0px 10px;
    white-space: nowrap; }
  .GTMPORView .related_por:hover {
    background: #354767; }
  .GTMPORView .divider_grey {
    color: #d2d2d2; }
  .GTMPORView .dropdown_icon i {
    color: white;
    font-size: 12px;
    font-weight: 700;
    line-height: 55px !important; }
  .GTMPORView .rel_wdt560 {
    width: 560px !important;
    padding: 10px !important;
    color: #000;
    overflow-x: hidden !important; }
  .GTMPORView .rel_wdt560:hover {
    background: #e9e9e9; }
    .GTMPORView .rel_wdt560:hover .prod_name {
      color: #0078d4;
      font-weight: 500; }
  .GTMPORView .bottom_line {
    border-bottom: 1px solid #d2d2d2; }
  .GTMPORView .bottom_line:hover {
    background: #f1f7fd; }
  .GTMPORView .others_view {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 85px;
    margin-bottom: 10px; }
  .GTMPORView .btm_hr {
    border-bottom: 1px solid #6f7478;
    padding: 5px 0px; }
  .GTMPORView .top_hr {
    border-top: 1px solid #6f7478; }
  .GTMPORView .reportOwner_bg {
    font-size: 13px;
    background: #29364e;
    display: inline-block;
    text-align: center;
    padding: 5px;
    margin: 5px 0px; }
  .GTMPORView .one_line {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .GTMPORView .font24 {
    font-size: 24px; }
  .GTMPORView .font10 {
    font-size: 10px; }
  .GTMPORView .font12 {
    font-size: 12px; }
  .GTMPORView .font16 {
    font-size: 16px; }
  .GTMPORView .font18 {
    font-size: 18px; }
  .GTMPORView .font_wt500 {
    font-weight: 500; }
  .GTMPORView .font_wt600 {
    font-weight: 600; }
  .GTMPORView .font_bold {
    font-weight: 700; }
  .GTMPORView .ht40 {
    height: 40px !important; }
  .GTMPORView .ht75 {
    height: 75px !important; }
  .GTMPORView .mrg_rgt_3 {
    margin-right: 3px !important; }
  .GTMPORView .padd0 {
    padding: 0px; }
  .GTMPORView .padd5 {
    padding: 5px; }
  .GTMPORView .padd10 {
    padding: 10px; }
  .GTMPORView .padd15 {
    padding: 15px; }
  .GTMPORView .padd20 {
    padding: 20px; }
  .GTMPORView .padd_rgt_0 {
    padding-right: 0; }
  .GTMPORView .padd_lftRgt_0 {
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 481px) and (max-width: 767px) {
    .GTMPORView .padd_lftRgt_0_portrait {
      padding-left: 0;
      padding-right: 0; } }
  .GTMPORView .padd_lftRgt_2 {
    padding-left: 2px;
    padding-right: 2px; }
  .GTMPORView .padd_lftRgt_5 {
    padding-left: 5px;
    padding-right: 5px; }
  .GTMPORView .padd_lftRgt_10 {
    padding-left: 10px;
    padding-right: 10px; }
  .GTMPORView .padd_lftRgt_15 {
    padding-left: 15px;
    padding-right: 15px; }
  .GTMPORView .padd_lftRgt_20 {
    padding-left: 20px;
    padding-right: 20px; }
  .GTMPORView .padd_lftRgt_30 {
    padding-left: 30px;
    padding-right: 30px; }
  .GTMPORView .padd_lftRgt_40 {
    padding-left: 40px;
    padding-right: 40px; }
  .GTMPORView .padd_topbtm_5 {
    padding-top: 5px;
    padding-bottom: 5px; }
  .GTMPORView .padd_topbtm_10 {
    padding-top: 10px;
    padding-bottom: 10px; }
  .GTMPORView .padd_topbtm_15 {
    padding-top: 15px;
    padding-bottom: 15px; }
  .GTMPORView .padd_topbtm_20 {
    padding-top: 20px;
    padding-bottom: 20px; }
  .GTMPORView .padd_topbtm_25 {
    padding-top: 25px;
    padding-bottom: 25px; }
  .GTMPORView .padd_topbtm_30 {
    padding-top: 30px;
    padding-bottom: 30px; }
  .GTMPORView .padd_topbtm_40 {
    padding-top: 40px;
    padding-bottom: 40px; }
  .GTMPORView .padd_topbtm_50 {
    padding-top: 50px;
    padding-bottom: 50px; }
  .GTMPORView .padd_lft_0 {
    padding-left: 0; }
  .GTMPORView .padd_lft_5 {
    padding-left: 5px; }
  .GTMPORView .padd_lft_10 {
    padding-left: 10px; }
  .GTMPORView .padd_lft_15 {
    padding-left: 15px; }
  @media (min-width: 481px) and (max-width: 767px) {
    .GTMPORView .padd_lft_45_portrait {
      padding-left: 45px; } }
  .GTMPORView .padd_lft_20 {
    padding-left: 20px; }
  .GTMPORView .padd_lft_25 {
    padding-left: 25px; }
  .GTMPORView .padd_lft_30 {
    padding-left: 30px; }
  .GTMPORView .padd_lft_35 {
    padding-left: 35px; }
  .GTMPORView .padd_lft_40 {
    padding-left: 40px; }
    @media (min-width: 481px) and (max-width: 767px) {
      .GTMPORView .padd_lft_40 {
        padding-left: 17px; } }
  .GTMPORView .padd_lft_50 {
    padding-left: 50px; }
  .GTMPORView .padd_lft_60 {
    padding-left: 60px; }
  .GTMPORView .padd_lft_70 {
    padding-left: 70px; }
  .GTMPORView .padd_lft_80 {
    padding-left: 80px; }
  .GTMPORView .padd_lft_100 {
    padding-left: 100px; }
  .GTMPORView .padd_lft_105 {
    padding-left: 105px; }
  .GTMPORView .padd_lft_115 {
    padding-left: 115px; }
  .GTMPORView .padd_lft_100 {
    padding-left: 100px; }
  .GTMPORView .padd_lft_540 {
    padding-left: 540px; }
  .GTMPORView .padd_rgt_2 {
    padding-right: 2px; }
  .GTMPORView .padd_rgt_4 {
    padding-right: 4px; }
  .GTMPORView .padd_rgt_5 {
    padding-right: 5px; }
  .GTMPORView .padd_rgt_9 {
    padding-right: 9px; }
  .GTMPORView .padd_rgt_10 {
    padding-right: 10px; }
  .GTMPORView .padd_rgt_15 {
    padding-right: 15px; }
  .GTMPORView .padd_rgt_20 {
    padding-right: 20px; }
  .GTMPORView .padd_rgt_25 {
    padding-right: 25px; }
  .GTMPORView .padd_rgt_30 {
    padding-right: 30px; }
  .GTMPORView .padd_rgt_35 {
    padding-right: 35px; }
  .GTMPORView .padd_rgt_40 {
    padding-right: 40px; }
  .GTMPORView .padd_rgt_50 {
    padding-right: 50px; }
  .GTMPORView .padd_rgt_60 {
    padding-right: 60px; }
  .GTMPORView .padd_top_0 {
    padding-top: 0px; }
  .GTMPORView .padd_top_2 {
    padding-top: 2px; }
  .GTMPORView .padd_top_4 {
    padding-top: 4px; }
  .GTMPORView .padd_top_5 {
    padding-top: 5px; }
  .GTMPORView .padd_top_7 {
    padding-top: 7px; }
  .GTMPORView .padd_top_8 {
    padding-top: 8px; }
  .GTMPORView .padd_top_9 {
    padding-top: 9px; }
  .GTMPORView .padd_top_10 {
    padding-top: 10px; }
  .GTMPORView .padd_top_12 {
    padding-top: 12px; }
  .GTMPORView .padd_top_15 {
    padding-top: 15px; }
  .GTMPORView .padd_top_18 {
    padding-top: 18px !important; }
  .GTMPORView .padd_top_20 {
    padding-top: 20px; }
  .GTMPORView .padd_top_25 {
    padding-top: 25px; }
  .GTMPORView .padd_top_30 {
    padding-top: 30px; }
  .GTMPORView .padd_top_35 {
    padding-top: 35px; }
  .GTMPORView .padd_top_40 {
    padding-top: 40px; }
  .GTMPORView .padd_top_50 {
    padding-top: 50px; }
  .GTMPORView .padd_top_65 {
    padding-top: 65px; }
  .GTMPORView .padd_top_70 {
    padding-top: 70px; }
  .GTMPORView .padd_top_80 {
    padding-top: 80px; }
  .GTMPORView .padd_top_90 {
    padding-top: 90px; }
  .GTMPORView .padd_top_95 {
    padding-top: 95px; }
  .GTMPORView .padd_top_100 {
    padding-top: 100px; }
  .GTMPORView .padd_top_115 {
    padding-top: 115px; }
  .GTMPORView .padd_top_120 {
    padding-top: 120px; }
  .GTMPORView .padd_top_125 {
    padding-top: 125px; }
  .GTMPORView .padd_top_130 {
    padding-top: 130px; }
  .GTMPORView .padd_top_135 {
    padding-top: 135px; }
  .GTMPORView .padd_top_140 {
    padding-top: 140px; }
  .GTMPORView .padd_top_160 {
    padding-top: 160px; }
  .GTMPORView .padd_top_170 {
    padding-top: 170px; }
  .GTMPORView .padd_top_180 {
    padding-top: 180px; }
  .GTMPORView .padd_top_190 {
    padding-top: 190px; }
  .GTMPORView .padd_top_200 {
    padding-top: 200px; }
  .GTMPORView .padd_top_250 {
    padding-top: 250px; }
  .GTMPORView .padd_btm_0 {
    padding-bottom: 0; }
  .GTMPORView .padd_btm_0_imp {
    padding-bottom: 0 !important; }
  .GTMPORView .padd_btm_2 {
    padding-bottom: 2rem; }
  .GTMPORView .padd_btm_5 {
    padding-bottom: 5px; }
  .GTMPORView .padd_btm_10 {
    padding-bottom: 10px; }
  .GTMPORView .padd_btm_15 {
    padding-bottom: 15px; }
  .GTMPORView .padd_btm_20 {
    padding-bottom: 20px; }
  .GTMPORView .padd_btm_25 {
    padding-bottom: 25px; }
  .GTMPORView .padd_btm_30 {
    padding-bottom: 30px; }
  .GTMPORView .padd_btm_40 {
    padding-bottom: 40px; }
  .GTMPORView .padd_btm_50 {
    padding-bottom: 50px; }
  .GTMPORView .padd_btm_80 {
    padding-bottom: 100px; }
  .GTMPORView .padd_btm_80_a {
    padding-bottom: 80px; }
  .GTMPORView .padd_btm_150 {
    padding-bottom: 150px; }
  .GTMPORView .mrg_lft_0 {
    margin-left: 0; }
  .GTMPORView .mrg_lft_10 {
    margin-left: 10px; }
  .GTMPORView .mrg_lft_15 {
    margin-left: 15px; }
  .GTMPORView .mrg_lft_25 {
    margin-left: 25px; }
  .GTMPORView .mrg_lft_40 {
    margin-left: 40px; }
  .GTMPORView .mrg_lft_50 {
    margin-left: 50px; }
  .GTMPORView .mrg_lft_105 {
    margin-left: 105px; }
  .GTMPORView .mrg_lft_375 {
    margin-left: 375px; }
  .GTMPORView .mrg_lft_220 {
    margin-left: 220px; }
  .GTMPORView .mrg_lft_min_5 {
    margin-left: -5px; }
  .GTMPORView .mrg_lft_min_10 {
    margin-left: -10px; }
  .GTMPORView .mrg_lft_min_15 {
    margin-left: -15px; }
  .GTMPORView .mrg_top_n_60 {
    margin-top: -60px; }
  .GTMPORView .mrg_lft_min_30 {
    margin-left: -30px; }
  .GTMPORView .mrg_lftRgt_0 {
    margin-left: 0;
    margin-right: 0; }
  .GTMPORView .mrg_lftRgt_15 {
    margin-left: 15px;
    margin-right: 15px; }
  .GTMPORView .mrg_lftRgt_20 {
    margin-left: 20px;
    margin-right: 20px; }
  .GTMPORView .mrg_topbtm_5 {
    margin-top: 5px;
    margin-bottom: 5px; }
  .GTMPORView .mrg_topbtm_10 {
    margin-top: 10px;
    margin-bottom: 10px; }
  .GTMPORView .mrg_topbtm_20 {
    margin-top: 20px;
    margin-bottom: 20px; }
  .GTMPORView .mrg_topbtm_30 {
    margin-top: 30px;
    margin-bottom: 30px; }
  .GTMPORView .mrg_rgt_0 {
    margin-right: 0; }
  .GTMPORView .mrg_rgt_5 {
    margin-right: 5px; }
  .GTMPORView .mrg_rgt_10 {
    margin-right: 10px; }
  .GTMPORView .mrg_rgt_15 {
    margin-right: 15px; }
  .GTMPORView .mrg_rgt_20 {
    margin-right: 20px; }
  .GTMPORView .mrg_rgt_30 {
    margin-right: 30px; }
  .GTMPORView .mrg_rgt_280 {
    margin-right: 280px; }
  .GTMPORView .mrg_btm_0 {
    margin-bottom: 0; }
  .GTMPORView .mrg_btm_5 {
    margin-bottom: 5px; }
  .GTMPORView .mrg_btm_10 {
    margin-bottom: 10px; }
  .GTMPORView .mrg_btm_15 {
    margin-bottom: 15px; }
  .GTMPORView .mrg_btm_20 {
    margin-bottom: 20px; }
  .GTMPORView .mrg_btm_30 {
    margin-bottom: 30px; }
  .GTMPORView .mrg_btm_40 {
    margin-bottom: 40px; }
  .GTMPORView .mrg_btm_45 {
    margin-bottom: 45px; }
  .GTMPORView .mrg_btm_50 {
    margin-bottom: 50px; }
  .GTMPORView .mrg_btm_60 {
    margin-bottom: 60px; }
  .GTMPORView .mrg_btm_90 {
    margin-bottom: 90px; }
  .GTMPORView .mrg_btm_100 {
    margin-bottom: 100px; }
  .GTMPORView .mrg_btm_140 {
    margin-bottom: 140px; }
  .GTMPORView .mrg_btm_170 {
    margin-bottom: 170px; }
  .GTMPORView .mrg_top_n_15 {
    margin-top: -15px; }
  .GTMPORView .mrg_top_0 {
    margin-top: 0; }
  .GTMPORView .mrg_top_4 {
    margin-top: 4px; }
  .GTMPORView .mrg_top_5 {
    margin-top: 5px; }
  .GTMPORView .mrg_top_10 {
    margin-top: 10px; }
  .GTMPORView .mrg_top_12 {
    margin-top: 12px; }
  .GTMPORView .mrg_top_15 {
    margin-top: 15px; }
  .GTMPORView .mrg_top_20 {
    margin-top: 20px; }
  .GTMPORView .mrg_top_25 {
    margin-top: 25px; }
  .GTMPORView .mrg_top_30 {
    margin-top: 30px; }
  .GTMPORView .mrg_top_35 {
    margin-top: 35px; }
  .GTMPORView .mrg_top_40 {
    margin-top: 40px; }
  .GTMPORView .mrg_top_45 {
    margin-top: 45px; }
  .GTMPORView .mrg_top_50 {
    margin-top: 50px; }
  .GTMPORView h1,
  .GTMPORView .h1 {
    font-size: 1.875em;
    font-weight: 400; }
  .GTMPORView h2,
  .GTMPORView .h2 {
    font-size: 1.72em;
    font-weight: 500; }
  .GTMPORView h3,
  .GTMPORView .h3 {
    font-size: 1.14em;
    font-weight: 600; }
  .GTMPORView h5,
  .GTMPORView .h5 {
    font-size: 0.625em;
    font-weight: 300; }
  .GTMPORView .font14 {
    font-size: 14px; }
  .GTMPORView .font20 {
    font-size: 20px; }
  .GTMPORView .font28 {
    font-size: 28px; }
  .GTMPORView .font40 {
    font-size: 40px; }
  .GTMPORView .blue_outlook {
    color: #006fc4; }
  .GTMPORView .blue_word {
    color: #2b589b; }
  .GTMPORView .blue_text {
    color: #00b4f1; }
  .GTMPORView .blue_icon {
    font-weight: 700;
    color: #106bff; }
  .GTMPORView .blue_visio {
    color: #36519f; }
  .GTMPORView .green {
    color: #107B12; }
  .GTMPORView .green-border {
    border: 2px solid #107B12; }
  .GTMPORView .brown {
    color: #D73A06; }
  .GTMPORView .white {
    color: #FFF; }
  .GTMPORView .white_bg {
    background: #FFF; }
  .GTMPORView .grey_hr {
    border-bottom: 1px solid #D0D0D0; }
  .GTMPORView .grey_top {
    border-top: 2px solid #D0D0D0;
    padding-top: 10px; }
  .GTMPORView .blue_hr {
    border-bottom: 3px solid #106bff; }
  .GTMPORView .blue_checkedBox .ms-Checkbox-text {
    color: #0078d6 !important; }
  .GTMPORView .vertical_align {
    height: 40px;
    line-height: 13px; }
  .GTMPORView .noHorizontalScroll {
    overflow-x: hidden !important; }
  .GTMPORView .blue_checkedBox1.ms-Checkbox-text {
    color: #0078d6 !important; }
  .GTMPORView .black_hr {
    border-top: 1px solid #000; }
  .GTMPORView .d_none {
    display: none !important; }
  .GTMPORView .d_inline {
    display: inline; }
  .GTMPORView .block {
    display: block; }
  .GTMPORView .d_inline_block {
    display: inline-block; }
  .GTMPORView .d_inline_flex {
    display: inline-flex; }
  .GTMPORView .img_publish_por {
    height: 25px;
    width: 30px; }
  .GTMPORView .img_preview_por {
    height: 30px;
    width: 30px; }
  .GTMPORView .word_break_price {
    word-break: break-all; }
  .GTMPORView .width60 {
    width: 60px; }
  .GTMPORView .width90 {
    width: 90px; }
  .GTMPORView .height100 {
    height: 100%; }
  .GTMPORView .heightAuto {
    height: auto !important; }
  .GTMPORView .width100 {
    width: 100%; }
  .GTMPORView .widthAuto {
    width: auto !important; }
  .GTMPORView .wdt135 {
    width: 135px; }
  .GTMPORView .wdt145 {
    width: 145px; }
  .GTMPORView .wdt160 {
    width: 160px; }
  .GTMPORView .wdt175 {
    width: 175px; }
  .GTMPORView .wdt260 {
    width: 260px; }
  .GTMPORView .wdt600 {
    width: 600px; }
  .GTMPORView .wdt106 {
    width: 106px; }
  .GTMPORView .hgt45 {
    height: 45px; }
  .GTMPORView .align_center_abs {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .GTMPORView .align_center, .GTMPORView .video_icon_bg {
    display: flex;
    justify-content: center;
    align-items: center; }
  .GTMPORView .content_right {
    display: flex;
    justify-content: flex-end; }
  .GTMPORView .align_leftBaseline {
    display: flex !important;
    align-items: baseline !important; }
  .GTMPORView .align_right {
    display: inline-grid;
    justify-content: right;
    align-items: flex-end; }
  .GTMPORView .align_leftMiddle {
    display: flex;
    align-items: center; }
  .GTMPORView .align_left {
    display: inline-grid;
    justify-content: left;
    align-items: center; }
  .GTMPORView .align_left_bottom {
    display: inline-grid;
    justify-content: left;
    align-items: flex-end; }
  .GTMPORView .text_webkit_right {
    text-align: -webkit-right; }
  .GTMPORView .cursor_pointer {
    cursor: pointer; }
  .GTMPORView .cursor_not_allow {
    cursor: not-allowed; }
  .GTMPORView .cursor_default {
    cursor: default; }
  .GTMPORView .cursor_pointer_off .ms-TextField-fieldGroup .ms-TextField-field {
    cursor: default !important; }
  .GTMPORView .expand_waves {
    color: #0077D5;
    font-size: 12px;
    padding: 3px;
    text-align: center;
    width: 93px;
    border: 1px solid #7caaf2;
    border-radius: 15px; }
  .GTMPORView .manage_private_communities .subscription.people_selected {
    background: #F5F5F5;
    position: relative;
    height: 70px; }
    .GTMPORView .manage_private_communities .subscription.people_selected .ms-Icon {
      position: absolute;
      right: 10px;
      top: 10px; }
  .GTMPORView .ms-Persona-details {
    padding: 0 6px;
    display: inline-block; }
    .GTMPORView .ms-Persona-details .ms-Persona-primaryText,
    .GTMPORView .ms-Persona-details .ms-Persona-secondaryText {
      display: inline;
      color: #000;
      font-size: 14px; }
    .GTMPORView .ms-Persona-details .ms-Persona-primaryText {
      font-weight: 600; }
    .GTMPORView .ms-Persona-details .ms-Persona-secondaryText {
      padding-left: 0; }
      .GTMPORView .ms-Persona-details .ms-Persona-secondaryText::before {
        content: "-";
        margin: 0 5px; }
  .GTMPORView .ms-TextField-fieldGroup,
  .GTMPORView .FilteredMultiSelect__select,
  .GTMPORView .ms-Dropdown-title {
    background: #FFF;
    border: 1px solid #D0D0D0;
    height: 40px; }
  .GTMPORView .custom_field .ms-TextField-field {
    font-size: 20px;
    line-height: 26px !important; }
  @media (min-width: 600px) and (max-width: 991px) {
    .GTMPORView .hide_on_screen50 {
      display: none !important; }
    .GTMPORView .font12 {
      font-size: 12px; }
    .GTMPORView .padd_lft_0 {
      padding-left: 0px !important; }
    .GTMPORView .padd_top_160_s50 {
      padding-top: 160px !important; }
    .GTMPORView .padd_lft_35_s50 {
      padding-left: 35px !important; }
    .GTMPORView .padd_lftRgt_0_s50 {
      padding-left: 0px !important;
      padding-right: 0px !important; }
    .GTMPORView .item_left {
      display: flex !important;
      justify-content: left !important; }
    .GTMPORView .item_center {
      display: flex !important;
      justify-content: center !important; }
    .GTMPORView .item_right {
      display: flex !important;
      justify-content: flex-end !important; }
    .GTMPORView .pivot_container {
      margin-right: 5px; }
    .GTMPORView .pivot_tabs .ms-Pivot-link {
      min-width: 126px !important; }
    .GTMPORView .pivot_tabs .ms-FocusZone ul.ms-Pivot--tabs {
      display: flex; }
      .GTMPORView .pivot_tabs .ms-FocusZone ul.ms-Pivot--tabs button {
        height: 45px !important; }
      .GTMPORView .pivot_tabs .ms-FocusZone ul.ms-Pivot--tabs button.ms-Pivot-link {
        background-color: #fcfcfc !important;
        margin-right: 3px !important;
        min-width: 1em !important;
        font-weight: 400;
        font-size: 14px !important; } }
  @media only screen and (min-width: 768px) {
    .GTMPORView .hide_on_desktop {
      display: none !important; } }
  @media (max-width: 767px) {
    .GTMPORView .hide_on_mobile {
      display: none !important; } }
  @media (min-width: 481px) {
    .GTMPORView .hide_common_layout {
      display: none !important; } }
  @media (min-width: 320px) and (max-width: 480px) {
    .GTMPORView .hide_on_mobile_portrait {
      display: none !important; } }
  @media (min-width: 481px) and (max-width: 767px) {
    .GTMPORView .quick_links_section .viewhome_nav {
      display: none !important; }
    .GTMPORView .quick_links_section .landscape_only {
      display: block !important; } }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .GTMPORView .quick_links_section .viewhome_nav {
      display: none !important; }
    .GTMPORView .quick_links_section .landscape_only {
      display: block !important; } }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .GTMPORView .tab_landscape {
      display: block !important; }
    .GTMPORView .other_d {
      display: none !important; } }
  @media (max-width: 767px) {
    .GTMPORView .mobile_center {
      text-align: center; }
    .GTMPORView .mob_btn_w100 {
      width: 100%; }
    .GTMPORView .mob_padding_0 {
      padding: 0; } }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .GTMPORView .tab_center {
      text-align: center; } }
  .GTMPORView .default_message {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
    color: #666;
    height: 100%;
    padding: 10px; }
    .GTMPORView .default_message h2 {
      font-weight: 300; }
      @media (max-width: 767px) {
        .GTMPORView .default_message h2 {
          font-size: 18px; } }
  .GTMPORView .richtext_list {
    overflow: auto !important;
    /*table { width: 100% !important}*/ }
    .GTMPORView .richtext_list ul,
    .GTMPORView .richtext_list ol {
      padding-left: 15px; }
    .GTMPORView .richtext_list ul {
      list-style-type: unset !important; }
    .GTMPORView .richtext_list ol {
      list-style-type: decimal !important; }

.labelBold {
  font-weight: 700px; }

.GTMPORView {
  /* Buttons */ }
  .GTMPORView label {
    font-weight: normal; }
  .GTMPORView .ms_logo {
    width: 112px;
    height: 28px;
    padding-right: 14px;
    background-size: contain;
    display: inline-block; }
  .GTMPORView .ms_logo_black {
    width: 112px;
    height: 21px;
    padding-right: 14px;
    background-size: contain;
    display: inline-block; }
  .GTMPORView input[type="checkbox"],
  .GTMPORView input[type="radio"] {
    margin: 4px 5px 0 0 !important; }
  .GTMPORView input[type="checkbox"] + label {
    color: #0067B8; }
  .GTMPORView .grey_txt {
    color: #999; }
  .GTMPORView .page_url {
    font-size: 1.5em;
    padding-right: 8px; }
  .GTMPORView .share_icon {
    font-size: 1.5em;
    vertical-align: middle; }
  .GTMPORView .vertical-alignMiddle {
    vertical-align: middle !important; }
  .GTMPORView .toggle_label {
    display: flex; }
    .GTMPORView .toggle_label .ms-Toggle {
      display: flex; }
    .GTMPORView .toggle_label .ms-Toggle-label {
      margin-right: 20px; }
    .GTMPORView .toggle_label.whtLabel .ms-Toggle-label {
      color: white !important; }
  .GTMPORView .btn_primary {
    /* Blue Button */
    background: #0077D5;
    color: #FFF !important;
    border-color: transparent;
    padding: 6px 20px;
    font-size: 14px;
    text-transform: uppercase; }
    .GTMPORView .btn_primary:hover {
      text-decoration: none; }
  .GTMPORView .btn_default {
    color: #000;
    border: 1px solid #000;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 14px;
    background-color: transparent;
    border-radius: 0; }
    .GTMPORView .btn_default:hover {
      text-decoration: none; }
    .GTMPORView .btn_default:focus, .GTMPORView .btn_default:active:focus, .GTMPORView .btn_default.active:focus, .GTMPORView .btn_default.focus, .GTMPORView .btn_default:active.focus, .GTMPORView .btn_default.active.focus {
      outline: none;
      box-shadow: none; }
  .GTMPORView .btn_disabled {
    color: #000;
    padding: 4px 13px;
    border-radius: 13px;
    font-size: 11px;
    background-color: #AFAFAF;
    text-decoration: none;
    opacity: 0.5;
    cursor: not-allowed;
    margin-top: 4px; }
  .GTMPORView .btn_enabled {
    cursor: pointer;
    border-radius: 13px;
    font-size: 11px;
    padding: 4px 13px;
    margin-top: 4px;
    border: 1px solid #a6a6a6;
    background-color: #FFF;
    color: #000; }
    .GTMPORView .btn_enabled:hover {
      text-decoration: none; }
  .GTMPORView .btn_submit {
    background-color: #e70070;
    color: #FFF;
    padding: 8px 20px;
    border: 1px solid #e70070;
    border-radius: 0;
    font-weight: 600; }
  .GTMPORView .rounded_btn {
    background-color: #B4229E;
    color: #FFF;
    padding: 14px 28px;
    border: 1px solid #B4229E;
    border-radius: 25px;
    text-transform: uppercase; }
  .GTMPORView .btn_secondary {
    border: 1px solid #666;
    background: none;
    color: #000;
    min-width: 120px;
    padding: 10px 20px;
    font-size: 12px;
    border-radius: 0;
    text-transform: uppercase; }
  .GTMPORView .view_all_btn {
    padding: 6px 15px;
    border-radius: 0;
    height: 35px;
    color: #0067B8;
    border-color: #0067B8;
    background-color: transparent;
    transition: 0.25s; }
    .GTMPORView .view_all_btn:hover {
      background-color: #0067B8;
      color: #FFF;
      transition: 0.25s;
      text-decoration: none; }
  .GTMPORView .btn_primary,
  .GTMPORView .btn_secondary,
  .GTMPORView .btn_default {
    transition: 0.25s; }
  .GTMPORView .border_top_0 {
    border-top: 0; }
  .GTMPORView .ms-Persona-initials,
  .GTMPORView .callout-content-container .ms-Persona-initials {
    background: #D28917; }
  .GTMPORView .view_bg_overlay {
    background: rgba(212, 228, 239, 0);
    background: -moz-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212, 228, 239, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#000000', GradientType=0 );
    min-height: 500px; }
    @media (max-width: 767px) {
      .GTMPORView .view_bg_overlay {
        min-height: 250px; } }
  .GTMPORView .banner_image_filter {
    position: relative; }
    .GTMPORView .banner_image_filter .headerStyle_content {
      position: absolute;
      width: 100%;
      z-index: 1;
      text-align: center; }
    .GTMPORView .banner_image_filter .view_hero_content {
      display: flex;
      align-items: flex-end;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 18px; }
      .GTMPORView .banner_image_filter .view_hero_content .row {
        display: contents;
        align-items: flex-end;
        width: 100%; }
        @media (max-width: 767px) {
          .GTMPORView .banner_image_filter .view_hero_content .row {
            display: inline-block; } }
    .GTMPORView .banner_image_filter h1.page_title {
      color: #FFF;
      padding-bottom: 10px;
      font-weight: 100;
      word-wrap: break-word;
      font-size: 60px; }
      @media (max-width: 767px) {
        .GTMPORView .banner_image_filter h1.page_title {
          font-size: 36px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; } }
      @media (min-width: 320px) and (max-width: 480px) {
        .GTMPORView .banner_image_filter h1.page_title {
          padding-left: 10%;
          text-align: center; } }
      @media (min-width: 481px) and (max-width: 767px) {
        .GTMPORView .banner_image_filter h1.page_title {
          padding: 0px 15px 0px 15px; } }
    .GTMPORView .banner_image_filter .hubBreadCrumb {
      margin-top: 0;
      display: inline-block; }
      @media (min-width: 320px) and (max-width: 480px) {
        .GTMPORView .banner_image_filter .hubBreadCrumb {
          display: none; } }
      @media (min-width: 481px) and (max-width: 767px) {
        .GTMPORView .banner_image_filter .hubBreadCrumb {
          padding: 0px 15px 0px 15px; } }
      .GTMPORView .banner_image_filter .hubBreadCrumb li div {
        font-size: 18px;
        margin-right: 10px; }
      .GTMPORView .banner_image_filter .hubBreadCrumb li a {
        font-size: 16px;
        color: #FFF; }
        .GTMPORView .banner_image_filter .hubBreadCrumb li a:hover {
          background: none; }
        .GTMPORView .banner_image_filter .hubBreadCrumb li a:last-child {
          color: #FFC625; }
        .GTMPORView .banner_image_filter .hubBreadCrumb li a > div {
          font-size: 16px; }
    .GTMPORView .banner_image_filter .dropdown.hubBreadCrumbDpdn {
      display: inline-block; }
      @media (min-width: 320px) and (max-width: 480px) {
        .GTMPORView .banner_image_filter .dropdown.hubBreadCrumbDpdn {
          display: none; } }
    .GTMPORView .banner_image_filter .page_description {
      background: rgba(0, 0, 0, 0.5);
      padding: 15px; }
      .GTMPORView .banner_image_filter .page_description p {
        font-size: 18px;
        font-weight: normal;
        line-height: 24px;
        color: #FFF;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden; }
        @media (max-width: 767px) {
          .GTMPORView .banner_image_filter .page_description p {
            font-size: 16px;
            line-height: 20px;
            padding-bottom: 2px;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            width: 100%; } }
  .GTMPORView .fav_icon_bg, .GTMPORView .fav_icon_bg_grey, .GTMPORView .fav_icon_bg_red {
    width: 40px;
    height: 40px;
    border-radius: 22px;
    background-color: #D73A06;
    padding-top: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    .GTMPORView .fav_icon_bg_grey {
      background-color: #D0D0D0; }
      .GTMPORView .fav_icon_bg_grey .ms-Icon--Share {
        color: black !important;
        padding-left: 4px;
        padding-bottom: 4px; }
    .GTMPORView .fav_icon_bg_red {
      color: #FFF;
      width: 23px;
      height: 23px;
      font-size: 12px;
      padding-top: 0px; }
  .GTMPORView .heart_fill {
    font-size: 180%;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center; }
  .GTMPORView .video_icon_bg {
    margin: 0 auto;
    position: absolute;
    top: 0 !important;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0; }
    .GTMPORView .video_icon_bg .video_icon {
      font-size: 440%;
      color: #000;
      position: relative;
      opacity: 0.8; }
      @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
        .GTMPORView .video_icon_bg .video_icon {
          font-size: 440%; } }
      @media (max-width: 767px) {
        .GTMPORView .video_icon_bg .video_icon {
          font-size: 450%; } }
    .GTMPORView .video_icon_bg .play_icon {
      font-size: 300%;
      color: #b8b8b8;
      opacity: 0.5; }
      @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
        .GTMPORView .video_icon_bg .play_icon {
          font-size: 320%; } }
      @media (max-width: 767px) {
        .GTMPORView .video_icon_bg .play_icon {
          font-size: 320%; } }
  .GTMPORView .grey_container {
    background: #F1F1F1;
    margin-bottom: 40px; }
  .GTMPORView .doc_load_more {
    background: #E6E6E6;
    color: #000;
    text-align: center;
    padding: 5px;
    margin: 0px -20px 0px -20px;
    cursor: pointer; }
  .GTMPORView .related-links {
    background-color: #F1F1F1;
    padding: 20px 20px 0px 20px; }
    .GTMPORView .related-links.links {
      margin-bottom: 0px; }
    .GTMPORView .related-links.docs {
      padding: 10px; }
    .GTMPORView .related-links.landing_docs {
      margin-bottom: 50px;
      padding-bottom: 0; }
      @media (max-width: 767px) {
        .GTMPORView .related-links.landing_docs {
          margin-bottom: 0px; } }
    .GTMPORView .related-links .media {
      padding: 5px;
      cursor: default;
      transition: 0.25s;
      display: flex;
      align-items: center; }
      .GTMPORView .related-links .media:hover,
      .GTMPORView .related-links .media:hover span {
        background: #DDD; }
      .GTMPORView .related-links .media-body {
        display: flex;
        align-items: center; }
        .GTMPORView .related-links .media-body .file_icon {
          display: flex;
          flex-grow: 0;
          align-items: center; }
        .GTMPORView .related-links .media-body .ms-Icon--Document {
          font-size: 40px;
          color: #000;
          font-weight: 100; }
        .GTMPORView .related-links .media-body span {
          font-size: 14px;
          line-height: 14px;
          position: absolute;
          color: #000;
          text-transform: uppercase;
          background: #f1f1f1;
          margin-left: -5px; }
    .GTMPORView .related-links .media-heading {
      font-size: 16px;
      display: flex;
      flex-grow: 1;
      overflow: visible;
      word-break: break-all;
      line-height: 20px;
      margin-bottom: 5px; }
    .GTMPORView .related-links .created_author_date {
      font-size: 12px;
      color: #8b8b8b; }
    .GTMPORView .related-links .download_wrapper_gray {
      width: 40px;
      height: 40px;
      display: inline-block;
      border-radius: 50%;
      cursor: default;
      background-color: #D0D0D0;
      opacity: 0.7; }
      .GTMPORView .related-links .download_wrapper_gray .ms-Icon--Download {
        color: #000;
        font-size: 24px;
        padding: 3px 8px;
        opacity: 0.7; }
    .GTMPORView .related-links .download_wrapper {
      width: 40px;
      height: 40px;
      background-color: #D0D0D0;
      display: inline-block;
      border-radius: 50%;
      cursor: pointer; }
      .GTMPORView .related-links .download_wrapper:hover {
        background: #A8A8A8; }
      .GTMPORView .related-links .download_wrapper .ms-Icon--Download {
        color: #000;
        font-size: 24px;
        padding: 3px 8px; }
  .GTMPORView .filter_section {
    background-color: #F1F1F1;
    padding: 18px 0;
    line-height: 1; }
    .GTMPORView .filter_section .filter_title {
      font-size: 20px;
      font-weight: 700;
      margin-top: 4px; }
    .GTMPORView .filter_section .up_down_icon {
      font-size: 30px;
      cursor: pointer; }
    .GTMPORView .filter_section .dropdown_errmsg .ms-Dropdown-label {
      color: #000;
      margin-bottom: 5px; }
    .GTMPORView .filter_section .dropdown_errmsg .ms-Dropdown-container:after {
      display: none; }
  .GTMPORView .ms-Dropdown-container .ms-Dropdown-caretDownWrapper {
    cursor: pointer; }
  .GTMPORView .default_message {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
    color: #666;
    height: 100%;
    padding: 10px; }
    .GTMPORView .default_message h2 {
      font-weight: 300; }
      @media (max-width: 767px) {
        .GTMPORView .default_message h2 {
          font-size: 18px; } }
  .GTMPORView .default_message_home {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
    color: #F5F5F5;
    height: 100%;
    padding-top: 80px; }
    .GTMPORView .default_message_home p {
      font-weight: 300;
      font-size: 14px; }
      @media (max-width: 767px) {
        .GTMPORView .default_message_home p {
          font-size: 12px; } }

.view_bg_overlay {
  background: rgba(212, 228, 239, 0);
  background: -moz-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212, 228, 239, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#000000', GradientType=0 );
  min-height: 250px; }
  @media only screen and (min-width: 768px) {
    .view_bg_overlay {
      min-height: 500px; } }

.banner_image_filter {
  position: relative; }
  .banner_image_filter .headerStyle_content {
    position: absolute;
    width: 100%;
    z-index: 1;
    text-align: center; }
  .banner_image_filter .view_hero_content {
    display: flex;
    align-items: flex-end;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 18px; }
    .banner_image_filter .view_hero_content .row {
      display: contents;
      align-items: flex-end;
      width: 100%; }
  .banner_image_filter h1.page_title {
    color: #FFF;
    padding-bottom: 10px;
    font-size: 60px;
    font-weight: 100;
    max-width: 100%;
    word-wrap: break-word; }
  .banner_image_filter .hubBreadCrumb {
    margin-top: 0;
    display: inline-block; }
    .banner_image_filter .hubBreadCrumb li div {
      font-size: 18px;
      margin-right: 10px; }
    .banner_image_filter .hubBreadCrumb li a {
      font-size: 16px;
      color: #FFF; }
      .banner_image_filter .hubBreadCrumb li a:hover {
        background: none; }
      .banner_image_filter .hubBreadCrumb li a:last-child {
        color: #FFC625; }
      .banner_image_filter .hubBreadCrumb li a > div {
        font-size: 16px; }
  .banner_image_filter .dropdown.hubBreadCrumbDpdn {
    display: inline-block; }
  .banner_image_filter .page_description {
    background: rgba(0, 0, 0, 0.5);
    padding: 15px; }
    .banner_image_filter .page_description p {
      font-size: 18px;
      font-weight: normal;
      line-height: 24px;
      color: #FFF;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden; }

.heightHandler {
  display: flex;
  flex-wrap: wrap;
  min-height: 60px; }

.wave_Checkbox_Text .ms-Checkbox-label .ms-Checkbox-text {
  color: #106ebe !important; }

.blue_Border {
  height: 40px;
  padding-top: 8px;
  border: 1px solid grey;
  border-radius: 20px; }
  .blue_Border:hover {
    border-color: #106ebe;
    color: #106ebe; }

.black_Border {
  height: 40px;
  padding-top: 8px;
  border: 1px solid #000;
  border-radius: 20px;
  cursor: pointer; }
  .black_Border:hover {
    border-color: #106ebe;
    color: #106ebe; }
  .black_Border.except_case {
    position: relative;
    top: 4px;
    display: inline-block;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 10px;
    margin-right: 10px; }
  .black_Border.cursor_default:hover {
    border-color: #000;
    color: #000; }

.waveDropDown .ms-Dropdown-title.title_64adfa86 {
  padding-right: 50px !important;
  font-weight: bold;
  font-size: 16px; }

.waveCallout .ms-ContextualMenu-item {
  color: white !important; }

.waveCallout .ms-ContextualMenu-link {
  color: white !important;
  background-color: #106ebe !important; }

.waveCallout .ms-ContextualMenu-list {
  background-color: #106ebe !important; }
  .waveCallout .ms-ContextualMenu-list :focus {
    background-color: #106ebe !important;
    font-weight: bold; }
  .waveCallout .ms-ContextualMenu-list :hover {
    background-color: #106ebe !important;
    font-weight: bold; }

.errorMsg {
  color: red; }

.hScroll_remove {
  overflow-x: hidden !important;
  word-break: break-word; }

.bg_Color {
  border: none !important;
  background-color: transparent !important;
  min-height: 10px !important; }

@media (min-width: 481px) and (max-width: 767px) {
  .font_size_portrait {
    font-size: 8px !important; } }

@media (min-width: 481px) and (max-width: 767px) {
  .ms-Callout-main .ms-Button-flexContainer {
    font-size: 10px !important; } }

.yellow-border {
  border-style: double;
  border-color: yellow; }

.publish_main_section {
  padding: 0 20px 10px !important; }

.publishedGridTop {
  padding-top: 15px;
  background-color: white;
  padding-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px; }

.padd_lft_36 {
  padding-left: 36px; }

.tablesection-club {
  margin: 0px -15px 50px !important; }

.ms-Callout.ms-DatePicker-callout .ms-Callout-main .ms-DatePicker .ms-FocusZone > table th {
  text-align: center; }

.seasonImage_map_fltr {
  padding: 10px;
  width: 22px;
  height: 20px;
  color: #FFF; }

.previewborderSec-prod img {
  width: 36px; }

.m_initial {
  position: relative;
  top: 1.5px; }
  .m_initial_0 {
    position: relative;
    top: 0; }
  .m_initial-3 {
    position: relative;
    top: -3px; }

.GTMPORView, .GTMPORAdministration {
  /* HTML5 display-role reset for older browsers */ }
  .GTMPORView html, .GTMPORView body, .GTMPORView applet, .GTMPORView object, .GTMPORView iframe,
  .GTMPORView h1, .GTMPORView h2, .GTMPORView h3, .GTMPORView h4, .GTMPORView h5, .GTMPORView h6, .GTMPORView p, .GTMPORView blockquote, .GTMPORView pre,
  .GTMPORView a, .GTMPORView abbr, .GTMPORView acronym, .GTMPORView address, .GTMPORView big, .GTMPORView cite, .GTMPORView code,
  .GTMPORView del, .GTMPORView dfn, .GTMPORView em, .GTMPORView img, .GTMPORView ins, .GTMPORView kbd, .GTMPORView q, .GTMPORView s, .GTMPORView samp,
  .GTMPORView small, .GTMPORView strike, .GTMPORView strong, .GTMPORView sub, .GTMPORView sup, .GTMPORView tt, .GTMPORView var,
  .GTMPORView b, .GTMPORView u, .GTMPORView i, .GTMPORView center,
  .GTMPORView dl, .GTMPORView dt, .GTMPORView dd, .GTMPORView ol, .GTMPORView ul, .GTMPORView li,
  .GTMPORView fieldset, .GTMPORView form, .GTMPORView label, .GTMPORView legend,
  .GTMPORView table, .GTMPORView caption, .GTMPORView tbody, .GTMPORView tfoot, .GTMPORView thead, .GTMPORView tr, .GTMPORView th, .GTMPORView td,
  .GTMPORView article, .GTMPORView aside, .GTMPORView canvas, .GTMPORView details, .GTMPORView embed,
  .GTMPORView figure, .GTMPORView figcaption, .GTMPORView footer, .GTMPORView header, .GTMPORView hgroup,
  .GTMPORView menu, .GTMPORView nav, .GTMPORView output, .GTMPORView ruby, .GTMPORView section, .GTMPORView summary,
  .GTMPORView time, .GTMPORView mark, .GTMPORView audio, .GTMPORView video, .GTMPORAdministration html, .GTMPORAdministration body, .GTMPORAdministration applet, .GTMPORAdministration object, .GTMPORAdministration iframe,
  .GTMPORAdministration h1, .GTMPORAdministration h2, .GTMPORAdministration h3, .GTMPORAdministration h4, .GTMPORAdministration h5, .GTMPORAdministration h6, .GTMPORAdministration p, .GTMPORAdministration blockquote, .GTMPORAdministration pre,
  .GTMPORAdministration a, .GTMPORAdministration abbr, .GTMPORAdministration acronym, .GTMPORAdministration address, .GTMPORAdministration big, .GTMPORAdministration cite, .GTMPORAdministration code,
  .GTMPORAdministration del, .GTMPORAdministration dfn, .GTMPORAdministration em, .GTMPORAdministration img, .GTMPORAdministration ins, .GTMPORAdministration kbd, .GTMPORAdministration q, .GTMPORAdministration s, .GTMPORAdministration samp,
  .GTMPORAdministration small, .GTMPORAdministration strike, .GTMPORAdministration strong, .GTMPORAdministration sub, .GTMPORAdministration sup, .GTMPORAdministration tt, .GTMPORAdministration var,
  .GTMPORAdministration b, .GTMPORAdministration u, .GTMPORAdministration i, .GTMPORAdministration center,
  .GTMPORAdministration dl, .GTMPORAdministration dt, .GTMPORAdministration dd, .GTMPORAdministration ol, .GTMPORAdministration ul, .GTMPORAdministration li,
  .GTMPORAdministration fieldset, .GTMPORAdministration form, .GTMPORAdministration label, .GTMPORAdministration legend,
  .GTMPORAdministration table, .GTMPORAdministration caption, .GTMPORAdministration tbody, .GTMPORAdministration tfoot, .GTMPORAdministration thead, .GTMPORAdministration tr, .GTMPORAdministration th, .GTMPORAdministration td,
  .GTMPORAdministration article, .GTMPORAdministration aside, .GTMPORAdministration canvas, .GTMPORAdministration details, .GTMPORAdministration embed,
  .GTMPORAdministration figure, .GTMPORAdministration figcaption, .GTMPORAdministration footer, .GTMPORAdministration header, .GTMPORAdministration hgroup,
  .GTMPORAdministration menu, .GTMPORAdministration nav, .GTMPORAdministration output, .GTMPORAdministration ruby, .GTMPORAdministration section, .GTMPORAdministration summary,
  .GTMPORAdministration time, .GTMPORAdministration mark, .GTMPORAdministration audio, .GTMPORAdministration video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box; }
  .GTMPORView article, .GTMPORView aside, .GTMPORView details, .GTMPORView figcaption, .GTMPORView figure,
  .GTMPORView footer, .GTMPORView header, .GTMPORView hgroup, .GTMPORView menu, .GTMPORView nav, .GTMPORView section, .GTMPORAdministration article, .GTMPORAdministration aside, .GTMPORAdministration details, .GTMPORAdministration figcaption, .GTMPORAdministration figure,
  .GTMPORAdministration footer, .GTMPORAdministration header, .GTMPORAdministration hgroup, .GTMPORAdministration menu, .GTMPORAdministration nav, .GTMPORAdministration section {
    display: block; }
  .GTMPORView body, .GTMPORAdministration body {
    line-height: 1; }
  .GTMPORView ul, .GTMPORAdministration ul {
    list-style: disc;
    padding-left: 20px; }
  .GTMPORView ol, .GTMPORAdministration ol {
    list-style: decimal;
    padding-left: 20px; }
  .GTMPORView blockquote, .GTMPORView q, .GTMPORAdministration blockquote, .GTMPORAdministration q {
    quotes: none; }
  .GTMPORView blockquote:before, .GTMPORView blockquote:after,
  .GTMPORView q:before, .GTMPORView q:after, .GTMPORAdministration blockquote:before, .GTMPORAdministration blockquote:after,
  .GTMPORAdministration q:before, .GTMPORAdministration q:after {
    content: '';
    content: none; }
  .GTMPORView table, .GTMPORAdministration table {
    border-collapse: collapse;
    border-spacing: 0; }

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  html *:focus, body *:focus, applet *:focus, object *:focus, iframe *:focus,
  h1 *:focus, h2 *:focus, h3 *:focus, h4 *:focus, h5 *:focus, h6 *:focus, p *:focus, blockquote *:focus, pre *:focus,
  a *:focus, abbr *:focus, acronym *:focus, address *:focus, big *:focus, cite *:focus, code *:focus,
  del *:focus, dfn *:focus, em *:focus, img *:focus, ins *:focus, kbd *:focus, q *:focus, s *:focus, samp *:focus,
  small *:focus, strike *:focus, strong *:focus, sub *:focus, sup *:focus, tt *:focus, var *:focus,
  b *:focus, u *:focus, i *:focus, center *:focus,
  dl *:focus, dt *:focus, dd *:focus, ol *:focus, ul *:focus, li *:focus,
  fieldset *:focus, form *:focus, label *:focus, legend *:focus,
  table *:focus, caption *:focus, tbody *:focus, tfoot *:focus, thead *:focus, tr *:focus, th *:focus, td *:focus,
  article *:focus, aside *:focus, canvas *:focus, details *:focus, embed *:focus,
  figure *:focus, figcaption *:focus, footer *:focus, header *:focus, hgroup *:focus,
  menu *:focus, nav *:focus, output *:focus, ruby *:focus, section *:focus, summary *:focus,
  time *:focus, mark *:focus, audio *:focus, video *:focus, div *:focus, button *:focus {
    outline: 1px dotted grey; } }

.mob_btn_w100:focus {
  border: 1px dotted white !important; }

.btn_enabled:focus {
  outline: 1px dotted grey !important; }

.GTMPORView .border {
  border: 1px solid #999; }

.GTMPORView .redborder {
  border: 1px solid #DD0000; }

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
/* 50% of Browser width #Screen between 600 to 1024*/
/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
/*
##Device = Laptops, Desktops
##Screen = B/w 1025px to 1280px
*/
body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  /* = 0.875rem */
  /* 16px = 1rem */
  position: relative;
  background: #1a2334; }

.modal-open .modal.in {
  z-index: 10000000; }

.app-container {
  /* tablet portrait */
  /* tablet landscape */ }
  @media only screen and (min-width: 768px) {
    .app-container {
      position: relative;
      min-height: 100vh; } }
  @media (min-width: 768px) {
    .app-container .app-row {
      margin-bottom: 196px;
      /* 283px; */ } }
  @media (min-width: 1024px) {
    .app-container .app-row {
      margin-bottom: 267px; } }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .app-container .app-row {
      margin-bottom: 267px; } }
  @media (min-width: 992px) {
    .app-container {
      /* constant margin after the main row == Footer height */ }
      .app-container .app-row {
        margin-bottom: 250px; } }

.defaultModal_container {
  width: 450px !important;
  color: #FFF !important;
  text-align: center !important;
  position: relative;
  background: #e8e8e8 !important;
  box-shadow: 0px 3px 30px #000 !important;
  overflow-y: hidden !important; }
  .defaultModal_container .text_left {
    text-align: left !important; }
  .defaultModal_container .padd_lftRgt_0 {
    padding-left: 0;
    padding-right: 0; }
  .defaultModal_container .mrg_all_0 {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0; }
  .defaultModal_container .mrg_lftRgt_0 {
    margin-left: 0;
    margin-right: 0; }
  .defaultModal_container .mrg_top_110 {
    margin-top: 110px; }
  .defaultModal_container .secondaryMessage {
    font-size: 16px;
    font-weight: 700;
    color: #000; }
  .defaultModal_container .defaultModal_header {
    font-size: 46px !important;
    font-weight: 400;
    line-height: 1.3269em !important;
    margin-top: 30px; }
    .defaultModal_container .defaultModal_header .iconSize {
      font-size: 60px;
      padding-left: 30px; }
    .defaultModal_container .defaultModal_header .success_header {
      font-size: 40px;
      color: #106bff; }
    .defaultModal_container .defaultModal_header .error_header {
      font-size: 40px;
      color: #ff6310; }
    .defaultModal_container .defaultModal_header .warning_header {
      font-size: 40px;
      color: #ff6310; }
  .defaultModal_container .defaultModal_body {
    font-size: 20px !important;
    line-height: 1.35em !important;
    margin: 11px 47px 23px 58px !important; }
    .defaultModal_container .defaultModal_body .community_subscribe_body {
      margin: 0 auto;
      font-size: 20px;
      padding-bottom: 10px;
      display: inline-block;
      color: #000;
      width: 100%;
      font-style: initial;
      font-weight: 400; }
      .defaultModal_container .defaultModal_body .community_subscribe_body ul li {
        font-size: 18px; }
  .defaultModal_container .defaultModal_footer {
    margin-left: 49px;
    margin-bottom: 70px;
    margin-right: 38px;
    font-size: 18px !important;
    line-height: 1.333em !important; }
  .defaultModal_container .dialogSubmitButtonFull {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #3a7589;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .defaultModal_container .dialogSubmitButtonFull :hover {
      background-color: #106bff;
      text-decoration: underline; }
  .defaultModal_container .dialogSubmitButtonHalf {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #3a7589;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .defaultModal_container .dialogSubmitButtonHalf :hover {
      background-color: #106bff;
      text-decoration: underline;
      border: 1px solid #106bff; }
  .defaultModal_container .btn_blue {
    width: 200px;
    background: #106bff;
    height: 40px;
    font-size: 12px;
    font-weight: 500;
    padding: 10px; }
    .defaultModal_container .btn_blue :hover {
      background-color: #000;
      text-decoration: underline;
      border: 1px solid #FFF; }
  .defaultModal_container .dialogSubmitButtonHalfDefault {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .defaultModal_container .dialogSubmitButtonHalfDefault :hover {
      text-decoration: underline; }
  .defaultModal_container .ms-fontWeight-regular .ms-Button-label {
    font-weight: 400; }
  .defaultModal_container .ms-Icon--Warning {
    color: #FFF;
    font-size: 160%;
    padding-top: 20px; }

.Loader-Large {
  text-align: center;
  padding-top: 200px;
  padding-bottom: 200px; }
  .Loader-Large h1 {
    font-size: 62px !important;
    height: 100px;
    background: -webkit-linear-gradient(top, #5c0f5d 0%, #326973 61%, #16a582 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation-duration: 1s;
    animation-name: Loading;
    animation-iteration-count: infinite;
    animation-direction: alternate; }

@keyframes Loading {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.video_popup {
  width: 60% !important;
  height: auto !important;
  overflow: hidden !important; }
  @media (max-width: 767px) {
    .video_popup {
      width: 90% !important; } }
  .video_popup .ms-Dialog-header {
    display: none; }
  .video_popup .ms-Dialog-inner {
    padding: 0 !important; }

.Large_image_popup {
  width: 90% !important;
  height: 90% !important;
  max-height: 90% !important; }
  .Large_image_popup .ms-Dialog-inner {
    height: 100%; }
  .Large_image_popup .ms-Dialog-content {
    height: 100%;
    overflow: auto; }

.GTMPORView {
  /* Global for all Video - Responsive css */
  /* for customized  Video */
  /* white button */
  /*paddings*/
  /*margins*/
  /* Global Media-queries */
  /* Extra small devices (phones, 767px and down) */ }
  .GTMPORView .action {
    color: #3372d9 !important;
    cursor: pointer; }
    .GTMPORView .action:hover {
      text-decoration: underline !important; }
  .GTMPORView .accessLink {
    color: #FFF !important;
    cursor: pointer;
    font-weight: bold; }
    .GTMPORView .accessLink:hover {
      text-decoration: underline !important; }
  .GTMPORView .defaulttabaction {
    color: black !important;
    font-weight: 500;
    cursor: pointer; }
    .GTMPORView .defaulttabaction:hover {
      text-decoration: underline !important; }
  .GTMPORView .footer_action {
    cursor: pointer; }
    .GTMPORView .footer_action:hover {
      text-decoration: underline !important; }
  .GTMPORView .txt_underline {
    text-decoration: underline; }
  .GTMPORView .viewMarketCode {
    border: 1px solid #0065c1;
    font-size: 12px;
    color: #0065c1;
    height: 25px;
    padding-top: 2px;
    padding-right: 5px;
    min-width: 175px; }
    .GTMPORView .viewMarketCode .label {
      font-weight: 700;
      font-size: 12px;
      color: #0065c1;
      padding-top: 3px; }
  .GTMPORView .viewSeason {
    border: 1px solid #0065c1;
    font-size: 12px;
    color: white;
    height: 25px;
    padding-top: 1px;
    padding-right: 5px;
    background-color: #0065c1;
    min-width: 175px; }
    .GTMPORView .viewSeason .seasonLabel {
      font-weight: 700;
      font-size: 12px;
      padding-top: 2px;
      padding-right: 5px; }
  .GTMPORView .error_msg {
    color: #a80000;
    font-size: 12px;
    font-weight: 400; }
  .GTMPORView .blueBorderButton {
    background-color: white !important;
    border: 1px solid #106bff !important;
    height: 40px;
    color: #106bff; }
    .GTMPORView .blueBorderButton:hover {
      color: #106bff;
      text-decoration: underline; }
  .GTMPORView .primaryButton, .GTMPORView .primaryButton_ht30 {
    background-color: #106bff !important;
    border: 1px solid #106bff !important;
    height: 40px; }
    .GTMPORView .primaryButton:hover, .GTMPORView .primaryButton_ht30:hover {
      background-color: #0078d4 !important;
      text-decoration: underline; }
  .GTMPORView .primaryButton_ht30 {
    height: 30px; }
  .GTMPORView .checkedButton {
    background-color: #cedef8 !important;
    border: 1px solid #106bff !important; }
  .GTMPORView .btn_remove, .GTMPORView .btn_remove_dis {
    background: #106bff;
    border-radius: 18px;
    color: white;
    padding: 4px 12px;
    font-size: 12px;
    cursor: pointer; }
  .GTMPORView .btn_remove_dis {
    background: orange; }
  .GTMPORView .blue {
    color: #106bff; }
    .GTMPORView .blue img {
      margin-left: -5px;
      height: 30px !important;
      margin-top: -4px; }
  .GTMPORView .orange {
    color: orange; }
  .GTMPORView .orange-border {
    border: 2px solid #FFBF00; }
    .GTMPORView .orange-border .ms-TextField-fieldGroup {
      border: none !important;
      height: 33px; }
      .GTMPORView .orange-border .ms-TextField-fieldGroup:after {
        border: none !important; }
    .GTMPORView .orange-border .ms-TextField-fieldGroup:hover {
      border: none !important; }
  .GTMPORView .publish_divider {
    border-right: 1px solid #d3d3d3;
    height: 36x; }
  .GTMPORView .loader_container {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 1000;
    background-color: #666;
    margin: auto;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px; }
  .GTMPORView .loader_container_indidual {
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 1000;
    background-color: #666;
    margin: auto;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px; }
  .GTMPORView .dialogSubmitButtonFull {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #3a7589;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .GTMPORView .dialogSubmitButtonFull :hover {
      background-color: #106bff;
      border: 1px solid #106bff; }
  .GTMPORView .dialogSubmitButtonHalf {
    width: 50%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #3a7589;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .GTMPORView .dialogSubmitButtonHalf :hover {
      background-color: #106bff;
      text-decoration: underline;
      border: 1px solid #106bff; }
  .GTMPORView .dialogSubmitButtonHalfDefault {
    width: 50%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .GTMPORView .dialogSubmitButtonHalfDefault :hover {
      text-decoration: underline; }
  .GTMPORView .loadMoreButton {
    font-size: 16px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer; }
  .GTMPORView .rich_text_global ol {
    list-style-type: decimal !important;
    list-style-position: inside !important;
    -webkit-margin-before: 1em !important;
    -webkit-margin-after: 1em !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-end: 0px !important;
    -webkit-padding-start: 0px !important; }
  .GTMPORView .rich_text_global ul {
    display: block !important;
    list-style-type: disc !important;
    -webkit-margin-before: 1em !important;
    -webkit-margin-after: 1em !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-end: 0px !important;
    -webkit-padding-start: 40px !important;
    list-style-position: inside !important; }
  .GTMPORView .rich_text_global sup {
    top: -0.5em; }
  .GTMPORView .rich_text_global sub,
  .GTMPORView .rich_text_global sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline; }
  .GTMPORView .rich_text_global p {
    margin: 0 0 10px; }
  .GTMPORView .wrap_ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*word-break: break-all;
        word-wrap: break-word;*/ }
  .GTMPORView .dList_scroll.ms-DetailsList .ms-SelectionZone, .GTMPORView .dList_userScroll.ms-DetailsList .ms-SelectionZone, .GTMPORView .dList_publishScroll.ms-DetailsList .ms-SelectionZone, .GTMPORView .dList_publishScroll_new.ms-DetailsList .ms-SelectionZone {
    max-height: 650px;
    overflow-y: overlay; }
  .GTMPORView .dList_scroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar, .GTMPORView .dList_userScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar, .GTMPORView .dList_publishScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar, .GTMPORView .dList_publishScroll_new.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar {
    width: 10px; }
  .GTMPORView .dList_scroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb, .GTMPORView .dList_userScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb, .GTMPORView .dList_publishScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb, .GTMPORView .dList_publishScroll_new.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb {
    background: #d2d2d2;
    border-radius: 10px; }
  .GTMPORView .dList_scroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb:hover, .GTMPORView .dList_userScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb:hover, .GTMPORView .dList_publishScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb:hover, .GTMPORView .dList_publishScroll_new.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb:hover {
    background: #a9a9a9; }
  .GTMPORView .dList_publishScroll.ms-DetailsList .ms-SelectionZone {
    max-height: 400px; }
  .GTMPORView .dList_publishScroll_new.ms-DetailsList .ms-SelectionZone {
    max-height: 760px; }
  .GTMPORView .rowht40sction .ms-DetailsRow, .GTMPORView .rowht40sction .ms-DetailsRow-cell {
    min-height: 30px !important;
    padding: 2px 0px !important;
    margin: 0px !important; }
  .GTMPORView .dList_userScroll.ms-DetailsList .ms-DetailsHeader-cell {
    font-weight: 700; }
  .GTMPORView .dList_userScroll.ms-DetailsList .ms-SelectionZone {
    max-height: 480px; }
  .GTMPORView .container_fluid {
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 1400px) {
    .GTMPORView .container {
      width: 1330px !important; } }
  .GTMPORView .word_break, .GTMPORView .richtext_list > div {
    word-break: break-word; }
    .GTMPORView .word_break_all {
      word-break: break-all; }
  .GTMPORView .page_status {
    font-size: 14px; }
  .GTMPORView .border_none {
    border: none !important; }
  .GTMPORView .r_border {
    border-right: 1px solid #000; }
  .GTMPORView .pos_rel {
    position: relative; }
  .GTMPORView .whitespace_nowrap {
    white-space: nowrap; }
  .GTMPORView .cust_grid {
    display: block;
    justify-content: normal;
    margin-top: 10px; }
    @media (min-width: 481px) {
      .GTMPORView .cust_grid {
        display: flex;
        justify-content: center;
        flex-flow: row wrap;
        margin-top: 10px; } }
  .GTMPORView .column_in_center {
    float: none; }
  .GTMPORView .video_section {
    /* 4x3 Aspect Ratio */
    /* React Player css */ }
    .GTMPORView .video_section .iframe-container {
      overflow: hidden;
      padding-top: 56.25%;
      position: relative; }
    .GTMPORView .video_section .iframe-container iframe {
      border: 0;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .GTMPORView .video_section .iframe-container-4x3 {
      padding-top: 75%; }
    .GTMPORView .video_section .player_wrapper {
      position: relative !important;
      padding-top: 56% !important; }
    .GTMPORView .video_section .react_player {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important; }
    .GTMPORView .video_section .view_large_btn {
      padding-left: 0px;
      text-decoration: underline; }
  .GTMPORView .cust_video .home_sm_tile {
    background: #000; }
  .GTMPORView .cust_video .home_sm_tile iframe,
  .GTMPORView .cust_video .last_visited_img iframe {
    height: 100%;
    width: 100%;
    opacity: 0.7; }
  .GTMPORView .cust_video .home_sm_tile .ut_img,
  .GTMPORView .cust_video .last_visited_img .ut_img {
    height: 100%;
    width: 100%;
    opacity: 0.7; }
    .GTMPORView .cust_video .home_sm_tile .ut_img img,
    .GTMPORView .cust_video .last_visited_img .ut_img img {
      height: 100%;
      width: 100%;
      max-width: 100% !important; }
  .GTMPORView .cust_video .last_visited_img iframe,
  .GTMPORView .cust_video .last_visited_img .ut_img {
    opacity: 0.9 !important; }
  .GTMPORView .cust_video .last_visited_img .video_icon_bg .video_icon {
    opacity: 0.7; }
  .GTMPORView .cust_video .ut_video .video_icon_bg {
    opacity: 1; }
  .GTMPORView .black_bg {
    background: #000 !important; }
  .GTMPORView .btn_whiteOutline {
    background: transparent;
    height: 33px;
    color: #FFF !important;
    border: 1px solid #FFF !important;
    padding: 10px 25px; }
  .GTMPORView .btn_whiteOutline:hover {
    background: #106bff !important;
    border: none !important;
    color: #FFF !important; }
  .GTMPORView .btn_outline {
    background: #FFF;
    height: 40px;
    color: #106bff !important;
    border: 1px solid #106bff !important;
    padding: 10px 6px; }
  .GTMPORView .btn_outline:hover {
    background: #106bff !important;
    color: #FFF !important; }
  .GTMPORView .btn_outline_disable {
    background: #FFF;
    height: 40px;
    color: #d2d2d2 !important;
    border: 1px solid #d2d2d2 !important;
    padding: 10px 6px; }
  .GTMPORView .btn_outline_disable:hover {
    background: #FFF !important;
    color: #d2d2d2 !important; }
  .GTMPORView .btn_active, .GTMPORView .btn_disable {
    background: #106bff;
    height: 30px;
    color: #FFF !important;
    border: 1px solid #106bff !important;
    cursor: pointer;
    padding: 10px 6px;
    pointer-events: auto;
    cursor: pointer; }
  .GTMPORView .btn_disable {
    background: #d2d2d2;
    border: 1px solid #d2d2d2 !important;
    pointer-events: none; }
  .GTMPORView .ltGrey_bg, .GTMPORView .ltGreyBg {
    background-color: #f0f2f7;
    min-height: 100vh;
    padding-bottom: 70px; }
  .GTMPORView .ltGreyBg {
    min-height: 90vh; }
  .GTMPORView .ltGreyBg20 {
    background-color: #f0f2f7;
    min-height: 100vh;
    padding-bottom: 20px;
    overflow-x: hidden; }
  .GTMPORView .minheight90 {
    min-height: 90vh; }
  .GTMPORView .bg_grey {
    background: #f0f2f7;
    padding: 15px; }
  .GTMPORView .grey_bg {
    background: #e9e9e9;
    padding: 15px; }
  .GTMPORView .content_hidden {
    visibility: hidden; }
  .GTMPORView .action_btn {
    font-size: 16px;
    padding: 3px;
    width: 30px;
    margin-right: 5px;
    background: white;
    color: #007bff !important;
    border: 1px solid #eaeaea;
    box-shadow: 0px 5px 8px #d9d9d9; }
  .GTMPORView .config_action_btn:hover {
    background: #007bff !important;
    color: #fff !important; }
  .GTMPORView .config_action_btn.add_sku {
    padding: 3px 5px; }
    .GTMPORView .config_action_btn.add_sku .ms-Icon.ms-Icon--Add::before {
      font-size: 13px !important;
      font-weight: 600; }
    .GTMPORView .config_action_btn.add_sku:hover .ms-Icon.ms-Icon--Add::before {
      color: #FFF; }
  .GTMPORView .releaseNotes_hr {
    border-bottom: 1.5px solid #d2d2d2;
    padding-top: 10px;
    margin-left: 0px;
    margin-right: 0px; }
  .GTMPORView .releaseNotes_divider {
    border-right: 1px solid #000;
    height: 40px; }
  .GTMPORView .releaseNotes_divider_grey {
    border-left: 2px solid #d2d2d2;
    height: 40px; }
  .GTMPORView .releaseNotesBtn_divider {
    border-right: 1px solid #a9a9a9;
    height: 40px; }
  .GTMPORView .releaseNotes_hyphon {
    border-top: 1px solid black;
    width: 15px; }
  .GTMPORView .confidential_title {
    color: #D28917; }
  .GTMPORView .d_flex {
    display: flex; }
  .GTMPORView .d_flex_rEnd {
    display: flex;
    justify-content: flex-end; }
  .GTMPORView .d_flex_spacebetween {
    display: flex;
    justify-content: space-between; }
  .GTMPORView .d_flex_wrap {
    display: flex;
    flex-wrap: wrap; }
  .GTMPORView .related_por {
    background: #29364e;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0px 10px;
    white-space: nowrap; }
  .GTMPORView .related_por:hover {
    background: #354767; }
  .GTMPORView .divider_grey {
    color: #d2d2d2; }
  .GTMPORView .dropdown_icon i {
    color: white;
    font-size: 12px;
    font-weight: 700;
    line-height: 55px !important; }
  .GTMPORView .rel_wdt560 {
    width: 560px !important;
    padding: 10px !important;
    color: #000;
    overflow-x: hidden !important; }
  .GTMPORView .rel_wdt560:hover {
    background: #e9e9e9; }
    .GTMPORView .rel_wdt560:hover .prod_name {
      color: #0078d4;
      font-weight: 500; }
  .GTMPORView .bottom_line {
    border-bottom: 1px solid #d2d2d2; }
  .GTMPORView .bottom_line:hover {
    background: #f1f7fd; }
  .GTMPORView .others_view {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 85px;
    margin-bottom: 10px; }
  .GTMPORView .btm_hr {
    border-bottom: 1px solid #6f7478;
    padding: 5px 0px; }
  .GTMPORView .top_hr {
    border-top: 1px solid #6f7478; }
  .GTMPORView .reportOwner_bg {
    font-size: 13px;
    background: #29364e;
    display: inline-block;
    text-align: center;
    padding: 5px;
    margin: 5px 0px; }
  .GTMPORView .one_line {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .GTMPORView .font24 {
    font-size: 24px; }
  .GTMPORView .font10 {
    font-size: 10px; }
  .GTMPORView .font12 {
    font-size: 12px; }
  .GTMPORView .font16 {
    font-size: 16px; }
  .GTMPORView .font18 {
    font-size: 18px; }
  .GTMPORView .font_wt500 {
    font-weight: 500; }
  .GTMPORView .font_wt600 {
    font-weight: 600; }
  .GTMPORView .font_bold {
    font-weight: 700; }
  .GTMPORView .ht40 {
    height: 40px !important; }
  .GTMPORView .ht75 {
    height: 75px !important; }
  .GTMPORView .mrg_rgt_3 {
    margin-right: 3px !important; }
  .GTMPORView .padd0 {
    padding: 0px; }
  .GTMPORView .padd5 {
    padding: 5px; }
  .GTMPORView .padd10 {
    padding: 10px; }
  .GTMPORView .padd15 {
    padding: 15px; }
  .GTMPORView .padd20 {
    padding: 20px; }
  .GTMPORView .padd_rgt_0 {
    padding-right: 0; }
  .GTMPORView .padd_lftRgt_0 {
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 481px) and (max-width: 767px) {
    .GTMPORView .padd_lftRgt_0_portrait {
      padding-left: 0;
      padding-right: 0; } }
  .GTMPORView .padd_lftRgt_2 {
    padding-left: 2px;
    padding-right: 2px; }
  .GTMPORView .padd_lftRgt_5 {
    padding-left: 5px;
    padding-right: 5px; }
  .GTMPORView .padd_lftRgt_10 {
    padding-left: 10px;
    padding-right: 10px; }
  .GTMPORView .padd_lftRgt_15 {
    padding-left: 15px;
    padding-right: 15px; }
  .GTMPORView .padd_lftRgt_20 {
    padding-left: 20px;
    padding-right: 20px; }
  .GTMPORView .padd_lftRgt_30 {
    padding-left: 30px;
    padding-right: 30px; }
  .GTMPORView .padd_lftRgt_40 {
    padding-left: 40px;
    padding-right: 40px; }
  .GTMPORView .padd_topbtm_5 {
    padding-top: 5px;
    padding-bottom: 5px; }
  .GTMPORView .padd_topbtm_10 {
    padding-top: 10px;
    padding-bottom: 10px; }
  .GTMPORView .padd_topbtm_15 {
    padding-top: 15px;
    padding-bottom: 15px; }
  .GTMPORView .padd_topbtm_20 {
    padding-top: 20px;
    padding-bottom: 20px; }
  .GTMPORView .padd_topbtm_25 {
    padding-top: 25px;
    padding-bottom: 25px; }
  .GTMPORView .padd_topbtm_30 {
    padding-top: 30px;
    padding-bottom: 30px; }
  .GTMPORView .padd_topbtm_40 {
    padding-top: 40px;
    padding-bottom: 40px; }
  .GTMPORView .padd_topbtm_50 {
    padding-top: 50px;
    padding-bottom: 50px; }
  .GTMPORView .padd_lft_0 {
    padding-left: 0; }
  .GTMPORView .padd_lft_5 {
    padding-left: 5px; }
  .GTMPORView .padd_lft_10 {
    padding-left: 10px; }
  .GTMPORView .padd_lft_15 {
    padding-left: 15px; }
  @media (min-width: 481px) and (max-width: 767px) {
    .GTMPORView .padd_lft_45_portrait {
      padding-left: 45px; } }
  .GTMPORView .padd_lft_20 {
    padding-left: 20px; }
  .GTMPORView .padd_lft_25 {
    padding-left: 25px; }
  .GTMPORView .padd_lft_30 {
    padding-left: 30px; }
  .GTMPORView .padd_lft_35 {
    padding-left: 35px; }
  .GTMPORView .padd_lft_40 {
    padding-left: 40px; }
    @media (min-width: 481px) and (max-width: 767px) {
      .GTMPORView .padd_lft_40 {
        padding-left: 17px; } }
  .GTMPORView .padd_lft_50 {
    padding-left: 50px; }
  .GTMPORView .padd_lft_60 {
    padding-left: 60px; }
  .GTMPORView .padd_lft_70 {
    padding-left: 70px; }
  .GTMPORView .padd_lft_80 {
    padding-left: 80px; }
  .GTMPORView .padd_lft_100 {
    padding-left: 100px; }
  .GTMPORView .padd_lft_105 {
    padding-left: 105px; }
  .GTMPORView .padd_lft_115 {
    padding-left: 115px; }
  .GTMPORView .padd_lft_100 {
    padding-left: 100px; }
  .GTMPORView .padd_lft_540 {
    padding-left: 540px; }
  .GTMPORView .padd_rgt_2 {
    padding-right: 2px; }
  .GTMPORView .padd_rgt_4 {
    padding-right: 4px; }
  .GTMPORView .padd_rgt_5 {
    padding-right: 5px; }
  .GTMPORView .padd_rgt_9 {
    padding-right: 9px; }
  .GTMPORView .padd_rgt_10 {
    padding-right: 10px; }
  .GTMPORView .padd_rgt_15 {
    padding-right: 15px; }
  .GTMPORView .padd_rgt_20 {
    padding-right: 20px; }
  .GTMPORView .padd_rgt_25 {
    padding-right: 25px; }
  .GTMPORView .padd_rgt_30 {
    padding-right: 30px; }
  .GTMPORView .padd_rgt_35 {
    padding-right: 35px; }
  .GTMPORView .padd_rgt_40 {
    padding-right: 40px; }
  .GTMPORView .padd_rgt_50 {
    padding-right: 50px; }
  .GTMPORView .padd_rgt_60 {
    padding-right: 60px; }
  .GTMPORView .padd_top_0 {
    padding-top: 0px; }
  .GTMPORView .padd_top_2 {
    padding-top: 2px; }
  .GTMPORView .padd_top_4 {
    padding-top: 4px; }
  .GTMPORView .padd_top_5 {
    padding-top: 5px; }
  .GTMPORView .padd_top_7 {
    padding-top: 7px; }
  .GTMPORView .padd_top_8 {
    padding-top: 8px; }
  .GTMPORView .padd_top_9 {
    padding-top: 9px; }
  .GTMPORView .padd_top_10 {
    padding-top: 10px; }
  .GTMPORView .padd_top_12 {
    padding-top: 12px; }
  .GTMPORView .padd_top_15 {
    padding-top: 15px; }
  .GTMPORView .padd_top_18 {
    padding-top: 18px !important; }
  .GTMPORView .padd_top_20 {
    padding-top: 20px; }
  .GTMPORView .padd_top_25 {
    padding-top: 25px; }
  .GTMPORView .padd_top_30 {
    padding-top: 30px; }
  .GTMPORView .padd_top_35 {
    padding-top: 35px; }
  .GTMPORView .padd_top_40 {
    padding-top: 40px; }
  .GTMPORView .padd_top_50 {
    padding-top: 50px; }
  .GTMPORView .padd_top_65 {
    padding-top: 65px; }
  .GTMPORView .padd_top_70 {
    padding-top: 70px; }
  .GTMPORView .padd_top_80 {
    padding-top: 80px; }
  .GTMPORView .padd_top_90 {
    padding-top: 90px; }
  .GTMPORView .padd_top_95 {
    padding-top: 95px; }
  .GTMPORView .padd_top_100 {
    padding-top: 100px; }
  .GTMPORView .padd_top_115 {
    padding-top: 115px; }
  .GTMPORView .padd_top_120 {
    padding-top: 120px; }
  .GTMPORView .padd_top_125 {
    padding-top: 125px; }
  .GTMPORView .padd_top_130 {
    padding-top: 130px; }
  .GTMPORView .padd_top_135 {
    padding-top: 135px; }
  .GTMPORView .padd_top_140 {
    padding-top: 140px; }
  .GTMPORView .padd_top_160 {
    padding-top: 160px; }
  .GTMPORView .padd_top_170 {
    padding-top: 170px; }
  .GTMPORView .padd_top_180 {
    padding-top: 180px; }
  .GTMPORView .padd_top_190 {
    padding-top: 190px; }
  .GTMPORView .padd_top_200 {
    padding-top: 200px; }
  .GTMPORView .padd_top_250 {
    padding-top: 250px; }
  .GTMPORView .padd_btm_0 {
    padding-bottom: 0; }
  .GTMPORView .padd_btm_0_imp {
    padding-bottom: 0 !important; }
  .GTMPORView .padd_btm_2 {
    padding-bottom: 2rem; }
  .GTMPORView .padd_btm_5 {
    padding-bottom: 5px; }
  .GTMPORView .padd_btm_10 {
    padding-bottom: 10px; }
  .GTMPORView .padd_btm_15 {
    padding-bottom: 15px; }
  .GTMPORView .padd_btm_20 {
    padding-bottom: 20px; }
  .GTMPORView .padd_btm_25 {
    padding-bottom: 25px; }
  .GTMPORView .padd_btm_30 {
    padding-bottom: 30px; }
  .GTMPORView .padd_btm_40 {
    padding-bottom: 40px; }
  .GTMPORView .padd_btm_50 {
    padding-bottom: 50px; }
  .GTMPORView .padd_btm_80 {
    padding-bottom: 100px; }
  .GTMPORView .padd_btm_80_a {
    padding-bottom: 80px; }
  .GTMPORView .padd_btm_150 {
    padding-bottom: 150px; }
  .GTMPORView .mrg_lft_0 {
    margin-left: 0; }
  .GTMPORView .mrg_lft_10 {
    margin-left: 10px; }
  .GTMPORView .mrg_lft_15 {
    margin-left: 15px; }
  .GTMPORView .mrg_lft_25 {
    margin-left: 25px; }
  .GTMPORView .mrg_lft_40 {
    margin-left: 40px; }
  .GTMPORView .mrg_lft_50 {
    margin-left: 50px; }
  .GTMPORView .mrg_lft_105 {
    margin-left: 105px; }
  .GTMPORView .mrg_lft_375 {
    margin-left: 375px; }
  .GTMPORView .mrg_lft_220 {
    margin-left: 220px; }
  .GTMPORView .mrg_lft_min_5 {
    margin-left: -5px; }
  .GTMPORView .mrg_lft_min_10 {
    margin-left: -10px; }
  .GTMPORView .mrg_lft_min_15 {
    margin-left: -15px; }
  .GTMPORView .mrg_top_n_60 {
    margin-top: -60px; }
  .GTMPORView .mrg_lft_min_30 {
    margin-left: -30px; }
  .GTMPORView .mrg_lftRgt_0 {
    margin-left: 0;
    margin-right: 0; }
  .GTMPORView .mrg_lftRgt_15 {
    margin-left: 15px;
    margin-right: 15px; }
  .GTMPORView .mrg_lftRgt_20 {
    margin-left: 20px;
    margin-right: 20px; }
  .GTMPORView .mrg_topbtm_5 {
    margin-top: 5px;
    margin-bottom: 5px; }
  .GTMPORView .mrg_topbtm_10 {
    margin-top: 10px;
    margin-bottom: 10px; }
  .GTMPORView .mrg_topbtm_20 {
    margin-top: 20px;
    margin-bottom: 20px; }
  .GTMPORView .mrg_topbtm_30 {
    margin-top: 30px;
    margin-bottom: 30px; }
  .GTMPORView .mrg_rgt_0 {
    margin-right: 0; }
  .GTMPORView .mrg_rgt_5 {
    margin-right: 5px; }
  .GTMPORView .mrg_rgt_10 {
    margin-right: 10px; }
  .GTMPORView .mrg_rgt_15 {
    margin-right: 15px; }
  .GTMPORView .mrg_rgt_20 {
    margin-right: 20px; }
  .GTMPORView .mrg_rgt_30 {
    margin-right: 30px; }
  .GTMPORView .mrg_rgt_280 {
    margin-right: 280px; }
  .GTMPORView .mrg_btm_0 {
    margin-bottom: 0; }
  .GTMPORView .mrg_btm_5 {
    margin-bottom: 5px; }
  .GTMPORView .mrg_btm_10 {
    margin-bottom: 10px; }
  .GTMPORView .mrg_btm_15 {
    margin-bottom: 15px; }
  .GTMPORView .mrg_btm_20 {
    margin-bottom: 20px; }
  .GTMPORView .mrg_btm_30 {
    margin-bottom: 30px; }
  .GTMPORView .mrg_btm_40 {
    margin-bottom: 40px; }
  .GTMPORView .mrg_btm_45 {
    margin-bottom: 45px; }
  .GTMPORView .mrg_btm_50 {
    margin-bottom: 50px; }
  .GTMPORView .mrg_btm_60 {
    margin-bottom: 60px; }
  .GTMPORView .mrg_btm_90 {
    margin-bottom: 90px; }
  .GTMPORView .mrg_btm_100 {
    margin-bottom: 100px; }
  .GTMPORView .mrg_btm_140 {
    margin-bottom: 140px; }
  .GTMPORView .mrg_btm_170 {
    margin-bottom: 170px; }
  .GTMPORView .mrg_top_n_15 {
    margin-top: -15px; }
  .GTMPORView .mrg_top_0 {
    margin-top: 0; }
  .GTMPORView .mrg_top_4 {
    margin-top: 4px; }
  .GTMPORView .mrg_top_5 {
    margin-top: 5px; }
  .GTMPORView .mrg_top_10 {
    margin-top: 10px; }
  .GTMPORView .mrg_top_12 {
    margin-top: 12px; }
  .GTMPORView .mrg_top_15 {
    margin-top: 15px; }
  .GTMPORView .mrg_top_20 {
    margin-top: 20px; }
  .GTMPORView .mrg_top_25 {
    margin-top: 25px; }
  .GTMPORView .mrg_top_30 {
    margin-top: 30px; }
  .GTMPORView .mrg_top_35 {
    margin-top: 35px; }
  .GTMPORView .mrg_top_40 {
    margin-top: 40px; }
  .GTMPORView .mrg_top_45 {
    margin-top: 45px; }
  .GTMPORView .mrg_top_50 {
    margin-top: 50px; }
  .GTMPORView h1,
  .GTMPORView .h1 {
    font-size: 1.875em;
    font-weight: 400; }
  .GTMPORView h2,
  .GTMPORView .h2 {
    font-size: 1.72em;
    font-weight: 500; }
  .GTMPORView h3,
  .GTMPORView .h3 {
    font-size: 1.14em;
    font-weight: 600; }
  .GTMPORView h5,
  .GTMPORView .h5 {
    font-size: 0.625em;
    font-weight: 300; }
  .GTMPORView .font14 {
    font-size: 14px; }
  .GTMPORView .font20 {
    font-size: 20px; }
  .GTMPORView .font28 {
    font-size: 28px; }
  .GTMPORView .font40 {
    font-size: 40px; }
  .GTMPORView .blue_outlook {
    color: #006fc4; }
  .GTMPORView .blue_word {
    color: #2b589b; }
  .GTMPORView .blue_text {
    color: #00b4f1; }
  .GTMPORView .blue_icon {
    font-weight: 700;
    color: #106bff; }
  .GTMPORView .blue_visio {
    color: #36519f; }
  .GTMPORView .green {
    color: #107B12; }
  .GTMPORView .green-border {
    border: 2px solid #107B12; }
  .GTMPORView .brown {
    color: #D73A06; }
  .GTMPORView .white {
    color: #FFF; }
  .GTMPORView .white_bg {
    background: #FFF; }
  .GTMPORView .grey_hr {
    border-bottom: 1px solid #D0D0D0; }
  .GTMPORView .grey_top {
    border-top: 2px solid #D0D0D0;
    padding-top: 10px; }
  .GTMPORView .blue_hr {
    border-bottom: 3px solid #106bff; }
  .GTMPORView .blue_checkedBox .ms-Checkbox-text {
    color: #0078d6 !important; }
  .GTMPORView .vertical_align {
    height: 40px;
    line-height: 13px; }
  .GTMPORView .noHorizontalScroll {
    overflow-x: hidden !important; }
  .GTMPORView .blue_checkedBox1.ms-Checkbox-text {
    color: #0078d6 !important; }
  .GTMPORView .black_hr {
    border-top: 1px solid #000; }
  .GTMPORView .d_none {
    display: none !important; }
  .GTMPORView .d_inline {
    display: inline; }
  .GTMPORView .block {
    display: block; }
  .GTMPORView .d_inline_block {
    display: inline-block; }
  .GTMPORView .d_inline_flex {
    display: inline-flex; }
  .GTMPORView .img_publish_por {
    height: 25px;
    width: 30px; }
  .GTMPORView .img_preview_por {
    height: 30px;
    width: 30px; }
  .GTMPORView .word_break_price {
    word-break: break-all; }
  .GTMPORView .width60 {
    width: 60px; }
  .GTMPORView .width90 {
    width: 90px; }
  .GTMPORView .height100 {
    height: 100%; }
  .GTMPORView .heightAuto {
    height: auto !important; }
  .GTMPORView .width100 {
    width: 100%; }
  .GTMPORView .widthAuto {
    width: auto !important; }
  .GTMPORView .wdt135 {
    width: 135px; }
  .GTMPORView .wdt145 {
    width: 145px; }
  .GTMPORView .wdt160 {
    width: 160px; }
  .GTMPORView .wdt175 {
    width: 175px; }
  .GTMPORView .wdt260 {
    width: 260px; }
  .GTMPORView .wdt600 {
    width: 600px; }
  .GTMPORView .wdt106 {
    width: 106px; }
  .GTMPORView .hgt45 {
    height: 45px; }
  .GTMPORView .align_center_abs {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .GTMPORView .align_center, .GTMPORView .video_icon_bg {
    display: flex;
    justify-content: center;
    align-items: center; }
  .GTMPORView .content_right {
    display: flex;
    justify-content: flex-end; }
  .GTMPORView .align_leftBaseline {
    display: flex !important;
    align-items: baseline !important; }
  .GTMPORView .align_right {
    display: inline-grid;
    justify-content: right;
    align-items: flex-end; }
  .GTMPORView .align_leftMiddle {
    display: flex;
    align-items: center; }
  .GTMPORView .align_left {
    display: inline-grid;
    justify-content: left;
    align-items: center; }
  .GTMPORView .align_left_bottom {
    display: inline-grid;
    justify-content: left;
    align-items: flex-end; }
  .GTMPORView .text_webkit_right {
    text-align: -webkit-right; }
  .GTMPORView .cursor_pointer {
    cursor: pointer; }
  .GTMPORView .cursor_not_allow {
    cursor: not-allowed; }
  .GTMPORView .cursor_default {
    cursor: default; }
  .GTMPORView .cursor_pointer_off .ms-TextField-fieldGroup .ms-TextField-field {
    cursor: default !important; }
  .GTMPORView .expand_waves {
    color: #0077D5;
    font-size: 12px;
    padding: 3px;
    text-align: center;
    width: 93px;
    border: 1px solid #7caaf2;
    border-radius: 15px; }
  .GTMPORView .manage_private_communities .subscription.people_selected {
    background: #F5F5F5;
    position: relative;
    height: 70px; }
    .GTMPORView .manage_private_communities .subscription.people_selected .ms-Icon {
      position: absolute;
      right: 10px;
      top: 10px; }
  .GTMPORView .ms-Persona-details {
    padding: 0 6px;
    display: inline-block; }
    .GTMPORView .ms-Persona-details .ms-Persona-primaryText,
    .GTMPORView .ms-Persona-details .ms-Persona-secondaryText {
      display: inline;
      color: #000;
      font-size: 14px; }
    .GTMPORView .ms-Persona-details .ms-Persona-primaryText {
      font-weight: 600; }
    .GTMPORView .ms-Persona-details .ms-Persona-secondaryText {
      padding-left: 0; }
      .GTMPORView .ms-Persona-details .ms-Persona-secondaryText::before {
        content: "-";
        margin: 0 5px; }
  .GTMPORView .ms-TextField-fieldGroup,
  .GTMPORView .FilteredMultiSelect__select,
  .GTMPORView .ms-Dropdown-title {
    background: #FFF;
    border: 1px solid #D0D0D0;
    height: 40px; }
  .GTMPORView .custom_field .ms-TextField-field {
    font-size: 20px;
    line-height: 26px !important; }
  @media (min-width: 600px) and (max-width: 991px) {
    .GTMPORView .hide_on_screen50 {
      display: none !important; }
    .GTMPORView .font12 {
      font-size: 12px; }
    .GTMPORView .padd_lft_0 {
      padding-left: 0px !important; }
    .GTMPORView .padd_top_160_s50 {
      padding-top: 160px !important; }
    .GTMPORView .padd_lft_35_s50 {
      padding-left: 35px !important; }
    .GTMPORView .padd_lftRgt_0_s50 {
      padding-left: 0px !important;
      padding-right: 0px !important; }
    .GTMPORView .item_left {
      display: flex !important;
      justify-content: left !important; }
    .GTMPORView .item_center {
      display: flex !important;
      justify-content: center !important; }
    .GTMPORView .item_right {
      display: flex !important;
      justify-content: flex-end !important; }
    .GTMPORView .pivot_container {
      margin-right: 5px; }
    .GTMPORView .pivot_tabs .ms-Pivot-link {
      min-width: 126px !important; }
    .GTMPORView .pivot_tabs .ms-FocusZone ul.ms-Pivot--tabs {
      display: flex; }
      .GTMPORView .pivot_tabs .ms-FocusZone ul.ms-Pivot--tabs button {
        height: 45px !important; }
      .GTMPORView .pivot_tabs .ms-FocusZone ul.ms-Pivot--tabs button.ms-Pivot-link {
        background-color: #fcfcfc !important;
        margin-right: 3px !important;
        min-width: 1em !important;
        font-weight: 400;
        font-size: 14px !important; } }
  @media only screen and (min-width: 768px) {
    .GTMPORView .hide_on_desktop {
      display: none !important; } }
  @media (max-width: 767px) {
    .GTMPORView .hide_on_mobile {
      display: none !important; } }
  @media (min-width: 481px) {
    .GTMPORView .hide_common_layout {
      display: none !important; } }
  @media (min-width: 320px) and (max-width: 480px) {
    .GTMPORView .hide_on_mobile_portrait {
      display: none !important; } }
  @media (min-width: 481px) and (max-width: 767px) {
    .GTMPORView .quick_links_section .viewhome_nav {
      display: none !important; }
    .GTMPORView .quick_links_section .landscape_only {
      display: block !important; } }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .GTMPORView .quick_links_section .viewhome_nav {
      display: none !important; }
    .GTMPORView .quick_links_section .landscape_only {
      display: block !important; } }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .GTMPORView .tab_landscape {
      display: block !important; }
    .GTMPORView .other_d {
      display: none !important; } }
  @media (max-width: 767px) {
    .GTMPORView .mobile_center {
      text-align: center; }
    .GTMPORView .mob_btn_w100 {
      width: 100%; }
    .GTMPORView .mob_padding_0 {
      padding: 0; } }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .GTMPORView .tab_center {
      text-align: center; } }
  .GTMPORView .default_message {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
    color: #666;
    height: 100%;
    padding: 10px; }
    .GTMPORView .default_message h2 {
      font-weight: 300; }
      @media (max-width: 767px) {
        .GTMPORView .default_message h2 {
          font-size: 18px; } }
  .GTMPORView .richtext_list {
    overflow: auto !important;
    /*table { width: 100% !important}*/ }
    .GTMPORView .richtext_list ul,
    .GTMPORView .richtext_list ol {
      padding-left: 15px; }
    .GTMPORView .richtext_list ul {
      list-style-type: unset !important; }
    .GTMPORView .richtext_list ol {
      list-style-type: decimal !important; }

.labelBold {
  font-weight: 700px; }

.GTMPORView {
  /* Buttons */ }
  .GTMPORView label {
    font-weight: normal; }
  .GTMPORView .ms_logo {
    width: 112px;
    height: 28px;
    padding-right: 14px;
    background-size: contain;
    display: inline-block; }
  .GTMPORView .ms_logo_black {
    width: 112px;
    height: 21px;
    padding-right: 14px;
    background-size: contain;
    display: inline-block; }
  .GTMPORView input[type="checkbox"],
  .GTMPORView input[type="radio"] {
    margin: 4px 5px 0 0 !important; }
  .GTMPORView input[type="checkbox"] + label {
    color: #0067B8; }
  .GTMPORView .grey_txt {
    color: #999; }
  .GTMPORView .page_url {
    font-size: 1.5em;
    padding-right: 8px; }
  .GTMPORView .share_icon {
    font-size: 1.5em;
    vertical-align: middle; }
  .GTMPORView .vertical-alignMiddle {
    vertical-align: middle !important; }
  .GTMPORView .toggle_label {
    display: flex; }
    .GTMPORView .toggle_label .ms-Toggle {
      display: flex; }
    .GTMPORView .toggle_label .ms-Toggle-label {
      margin-right: 20px; }
    .GTMPORView .toggle_label.whtLabel .ms-Toggle-label {
      color: white !important; }
  .GTMPORView .btn_primary {
    /* Blue Button */
    background: #0077D5;
    color: #FFF !important;
    border-color: transparent;
    padding: 6px 20px;
    font-size: 14px;
    text-transform: uppercase; }
    .GTMPORView .btn_primary:hover {
      text-decoration: none; }
  .GTMPORView .btn_default {
    color: #000;
    border: 1px solid #000;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 14px;
    background-color: transparent;
    border-radius: 0; }
    .GTMPORView .btn_default:hover {
      text-decoration: none; }
    .GTMPORView .btn_default:focus, .GTMPORView .btn_default:active:focus, .GTMPORView .btn_default.active:focus, .GTMPORView .btn_default.focus, .GTMPORView .btn_default:active.focus, .GTMPORView .btn_default.active.focus {
      outline: none;
      box-shadow: none; }
  .GTMPORView .btn_disabled {
    color: #000;
    padding: 4px 13px;
    border-radius: 13px;
    font-size: 11px;
    background-color: #AFAFAF;
    text-decoration: none;
    opacity: 0.5;
    cursor: not-allowed;
    margin-top: 4px; }
  .GTMPORView .btn_enabled {
    cursor: pointer;
    border-radius: 13px;
    font-size: 11px;
    padding: 4px 13px;
    margin-top: 4px;
    border: 1px solid #a6a6a6;
    background-color: #FFF;
    color: #000; }
    .GTMPORView .btn_enabled:hover {
      text-decoration: none; }
  .GTMPORView .btn_submit {
    background-color: #e70070;
    color: #FFF;
    padding: 8px 20px;
    border: 1px solid #e70070;
    border-radius: 0;
    font-weight: 600; }
  .GTMPORView .rounded_btn {
    background-color: #B4229E;
    color: #FFF;
    padding: 14px 28px;
    border: 1px solid #B4229E;
    border-radius: 25px;
    text-transform: uppercase; }
  .GTMPORView .btn_secondary {
    border: 1px solid #666;
    background: none;
    color: #000;
    min-width: 120px;
    padding: 10px 20px;
    font-size: 12px;
    border-radius: 0;
    text-transform: uppercase; }
  .GTMPORView .view_all_btn {
    padding: 6px 15px;
    border-radius: 0;
    height: 35px;
    color: #0067B8;
    border-color: #0067B8;
    background-color: transparent;
    transition: 0.25s; }
    .GTMPORView .view_all_btn:hover {
      background-color: #0067B8;
      color: #FFF;
      transition: 0.25s;
      text-decoration: none; }
  .GTMPORView .btn_primary,
  .GTMPORView .btn_secondary,
  .GTMPORView .btn_default {
    transition: 0.25s; }
  .GTMPORView .border_top_0 {
    border-top: 0; }
  .GTMPORView .ms-Persona-initials,
  .GTMPORView .callout-content-container .ms-Persona-initials {
    background: #D28917; }
  .GTMPORView .view_bg_overlay {
    background: rgba(212, 228, 239, 0);
    background: -moz-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212, 228, 239, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#000000', GradientType=0 );
    min-height: 500px; }
    @media (max-width: 767px) {
      .GTMPORView .view_bg_overlay {
        min-height: 250px; } }
  .GTMPORView .banner_image_filter {
    position: relative; }
    .GTMPORView .banner_image_filter .headerStyle_content {
      position: absolute;
      width: 100%;
      z-index: 1;
      text-align: center; }
    .GTMPORView .banner_image_filter .view_hero_content {
      display: flex;
      align-items: flex-end;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 18px; }
      .GTMPORView .banner_image_filter .view_hero_content .row {
        display: contents;
        align-items: flex-end;
        width: 100%; }
        @media (max-width: 767px) {
          .GTMPORView .banner_image_filter .view_hero_content .row {
            display: inline-block; } }
    .GTMPORView .banner_image_filter h1.page_title {
      color: #FFF;
      padding-bottom: 10px;
      font-weight: 100;
      word-wrap: break-word;
      font-size: 60px; }
      @media (max-width: 767px) {
        .GTMPORView .banner_image_filter h1.page_title {
          font-size: 36px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; } }
      @media (min-width: 320px) and (max-width: 480px) {
        .GTMPORView .banner_image_filter h1.page_title {
          padding-left: 10%;
          text-align: center; } }
      @media (min-width: 481px) and (max-width: 767px) {
        .GTMPORView .banner_image_filter h1.page_title {
          padding: 0px 15px 0px 15px; } }
    .GTMPORView .banner_image_filter .hubBreadCrumb {
      margin-top: 0;
      display: inline-block; }
      @media (min-width: 320px) and (max-width: 480px) {
        .GTMPORView .banner_image_filter .hubBreadCrumb {
          display: none; } }
      @media (min-width: 481px) and (max-width: 767px) {
        .GTMPORView .banner_image_filter .hubBreadCrumb {
          padding: 0px 15px 0px 15px; } }
      .GTMPORView .banner_image_filter .hubBreadCrumb li div {
        font-size: 18px;
        margin-right: 10px; }
      .GTMPORView .banner_image_filter .hubBreadCrumb li a {
        font-size: 16px;
        color: #FFF; }
        .GTMPORView .banner_image_filter .hubBreadCrumb li a:hover {
          background: none; }
        .GTMPORView .banner_image_filter .hubBreadCrumb li a:last-child {
          color: #FFC625; }
        .GTMPORView .banner_image_filter .hubBreadCrumb li a > div {
          font-size: 16px; }
    .GTMPORView .banner_image_filter .dropdown.hubBreadCrumbDpdn {
      display: inline-block; }
      @media (min-width: 320px) and (max-width: 480px) {
        .GTMPORView .banner_image_filter .dropdown.hubBreadCrumbDpdn {
          display: none; } }
    .GTMPORView .banner_image_filter .page_description {
      background: rgba(0, 0, 0, 0.5);
      padding: 15px; }
      .GTMPORView .banner_image_filter .page_description p {
        font-size: 18px;
        font-weight: normal;
        line-height: 24px;
        color: #FFF;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden; }
        @media (max-width: 767px) {
          .GTMPORView .banner_image_filter .page_description p {
            font-size: 16px;
            line-height: 20px;
            padding-bottom: 2px;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            width: 100%; } }
  .GTMPORView .fav_icon_bg, .GTMPORView .fav_icon_bg_grey, .GTMPORView .fav_icon_bg_red {
    width: 40px;
    height: 40px;
    border-radius: 22px;
    background-color: #D73A06;
    padding-top: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    .GTMPORView .fav_icon_bg_grey {
      background-color: #D0D0D0; }
      .GTMPORView .fav_icon_bg_grey .ms-Icon--Share {
        color: black !important;
        padding-left: 4px;
        padding-bottom: 4px; }
    .GTMPORView .fav_icon_bg_red {
      color: #FFF;
      width: 23px;
      height: 23px;
      font-size: 12px;
      padding-top: 0px; }
  .GTMPORView .heart_fill {
    font-size: 180%;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center; }
  .GTMPORView .video_icon_bg {
    margin: 0 auto;
    position: absolute;
    top: 0 !important;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0; }
    .GTMPORView .video_icon_bg .video_icon {
      font-size: 440%;
      color: #000;
      position: relative;
      opacity: 0.8; }
      @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
        .GTMPORView .video_icon_bg .video_icon {
          font-size: 440%; } }
      @media (max-width: 767px) {
        .GTMPORView .video_icon_bg .video_icon {
          font-size: 450%; } }
    .GTMPORView .video_icon_bg .play_icon {
      font-size: 300%;
      color: #b8b8b8;
      opacity: 0.5; }
      @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
        .GTMPORView .video_icon_bg .play_icon {
          font-size: 320%; } }
      @media (max-width: 767px) {
        .GTMPORView .video_icon_bg .play_icon {
          font-size: 320%; } }
  .GTMPORView .grey_container {
    background: #F1F1F1;
    margin-bottom: 40px; }
  .GTMPORView .doc_load_more {
    background: #E6E6E6;
    color: #000;
    text-align: center;
    padding: 5px;
    margin: 0px -20px 0px -20px;
    cursor: pointer; }
  .GTMPORView .related-links {
    background-color: #F1F1F1;
    padding: 20px 20px 0px 20px; }
    .GTMPORView .related-links.links {
      margin-bottom: 0px; }
    .GTMPORView .related-links.docs {
      padding: 10px; }
    .GTMPORView .related-links.landing_docs {
      margin-bottom: 50px;
      padding-bottom: 0; }
      @media (max-width: 767px) {
        .GTMPORView .related-links.landing_docs {
          margin-bottom: 0px; } }
    .GTMPORView .related-links .media {
      padding: 5px;
      cursor: default;
      transition: 0.25s;
      display: flex;
      align-items: center; }
      .GTMPORView .related-links .media:hover,
      .GTMPORView .related-links .media:hover span {
        background: #DDD; }
      .GTMPORView .related-links .media-body {
        display: flex;
        align-items: center; }
        .GTMPORView .related-links .media-body .file_icon {
          display: flex;
          flex-grow: 0;
          align-items: center; }
        .GTMPORView .related-links .media-body .ms-Icon--Document {
          font-size: 40px;
          color: #000;
          font-weight: 100; }
        .GTMPORView .related-links .media-body span {
          font-size: 14px;
          line-height: 14px;
          position: absolute;
          color: #000;
          text-transform: uppercase;
          background: #f1f1f1;
          margin-left: -5px; }
    .GTMPORView .related-links .media-heading {
      font-size: 16px;
      display: flex;
      flex-grow: 1;
      overflow: visible;
      word-break: break-all;
      line-height: 20px;
      margin-bottom: 5px; }
    .GTMPORView .related-links .created_author_date {
      font-size: 12px;
      color: #8b8b8b; }
    .GTMPORView .related-links .download_wrapper_gray {
      width: 40px;
      height: 40px;
      display: inline-block;
      border-radius: 50%;
      cursor: default;
      background-color: #D0D0D0;
      opacity: 0.7; }
      .GTMPORView .related-links .download_wrapper_gray .ms-Icon--Download {
        color: #000;
        font-size: 24px;
        padding: 3px 8px;
        opacity: 0.7; }
    .GTMPORView .related-links .download_wrapper {
      width: 40px;
      height: 40px;
      background-color: #D0D0D0;
      display: inline-block;
      border-radius: 50%;
      cursor: pointer; }
      .GTMPORView .related-links .download_wrapper:hover {
        background: #A8A8A8; }
      .GTMPORView .related-links .download_wrapper .ms-Icon--Download {
        color: #000;
        font-size: 24px;
        padding: 3px 8px; }
  .GTMPORView .filter_section {
    background-color: #F1F1F1;
    padding: 18px 0;
    line-height: 1; }
    .GTMPORView .filter_section .filter_title {
      font-size: 20px;
      font-weight: 700;
      margin-top: 4px; }
    .GTMPORView .filter_section .up_down_icon {
      font-size: 30px;
      cursor: pointer; }
    .GTMPORView .filter_section .dropdown_errmsg .ms-Dropdown-label {
      color: #000;
      margin-bottom: 5px; }
    .GTMPORView .filter_section .dropdown_errmsg .ms-Dropdown-container:after {
      display: none; }
  .GTMPORView .ms-Dropdown-container .ms-Dropdown-caretDownWrapper {
    cursor: pointer; }
  .GTMPORView .default_message {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
    color: #666;
    height: 100%;
    padding: 10px; }
    .GTMPORView .default_message h2 {
      font-weight: 300; }
      @media (max-width: 767px) {
        .GTMPORView .default_message h2 {
          font-size: 18px; } }
  .GTMPORView .default_message_home {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
    color: #F5F5F5;
    height: 100%;
    padding-top: 80px; }
    .GTMPORView .default_message_home p {
      font-weight: 300;
      font-size: 14px; }
      @media (max-width: 767px) {
        .GTMPORView .default_message_home p {
          font-size: 12px; } }

.view_bg_overlay {
  background: rgba(212, 228, 239, 0);
  background: -moz-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212, 228, 239, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#000000', GradientType=0 );
  min-height: 250px; }
  @media only screen and (min-width: 768px) {
    .view_bg_overlay {
      min-height: 500px; } }

.banner_image_filter {
  position: relative; }
  .banner_image_filter .headerStyle_content {
    position: absolute;
    width: 100%;
    z-index: 1;
    text-align: center; }
  .banner_image_filter .view_hero_content {
    display: flex;
    align-items: flex-end;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 18px; }
    .banner_image_filter .view_hero_content .row {
      display: contents;
      align-items: flex-end;
      width: 100%; }
  .banner_image_filter h1.page_title {
    color: #FFF;
    padding-bottom: 10px;
    font-size: 60px;
    font-weight: 100;
    max-width: 100%;
    word-wrap: break-word; }
  .banner_image_filter .hubBreadCrumb {
    margin-top: 0;
    display: inline-block; }
    .banner_image_filter .hubBreadCrumb li div {
      font-size: 18px;
      margin-right: 10px; }
    .banner_image_filter .hubBreadCrumb li a {
      font-size: 16px;
      color: #FFF; }
      .banner_image_filter .hubBreadCrumb li a:hover {
        background: none; }
      .banner_image_filter .hubBreadCrumb li a:last-child {
        color: #FFC625; }
      .banner_image_filter .hubBreadCrumb li a > div {
        font-size: 16px; }
  .banner_image_filter .dropdown.hubBreadCrumbDpdn {
    display: inline-block; }
  .banner_image_filter .page_description {
    background: rgba(0, 0, 0, 0.5);
    padding: 15px; }
    .banner_image_filter .page_description p {
      font-size: 18px;
      font-weight: normal;
      line-height: 24px;
      color: #FFF;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden; }

.heightHandler {
  display: flex;
  flex-wrap: wrap;
  min-height: 60px; }

.wave_Checkbox_Text .ms-Checkbox-label .ms-Checkbox-text {
  color: #106ebe !important; }

.blue_Border {
  height: 40px;
  padding-top: 8px;
  border: 1px solid grey;
  border-radius: 20px; }
  .blue_Border:hover {
    border-color: #106ebe;
    color: #106ebe; }

.black_Border {
  height: 40px;
  padding-top: 8px;
  border: 1px solid #000;
  border-radius: 20px;
  cursor: pointer; }
  .black_Border:hover {
    border-color: #106ebe;
    color: #106ebe; }
  .black_Border.except_case {
    position: relative;
    top: 4px;
    display: inline-block;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 10px;
    margin-right: 10px; }
  .black_Border.cursor_default:hover {
    border-color: #000;
    color: #000; }

.waveDropDown .ms-Dropdown-title.title_64adfa86 {
  padding-right: 50px !important;
  font-weight: bold;
  font-size: 16px; }

.waveCallout .ms-ContextualMenu-item {
  color: white !important; }

.waveCallout .ms-ContextualMenu-link {
  color: white !important;
  background-color: #106ebe !important; }

.waveCallout .ms-ContextualMenu-list {
  background-color: #106ebe !important; }
  .waveCallout .ms-ContextualMenu-list :focus {
    background-color: #106ebe !important;
    font-weight: bold; }
  .waveCallout .ms-ContextualMenu-list :hover {
    background-color: #106ebe !important;
    font-weight: bold; }

.errorMsg {
  color: red; }

.hScroll_remove {
  overflow-x: hidden !important;
  word-break: break-word; }

.bg_Color {
  border: none !important;
  background-color: transparent !important;
  min-height: 10px !important; }

@media (min-width: 481px) and (max-width: 767px) {
  .font_size_portrait {
    font-size: 8px !important; } }

@media (min-width: 481px) and (max-width: 767px) {
  .ms-Callout-main .ms-Button-flexContainer {
    font-size: 10px !important; } }

.yellow-border {
  border-style: double;
  border-color: yellow; }

.publish_main_section {
  padding: 0 20px 10px !important; }

.publishedGridTop {
  padding-top: 15px;
  background-color: white;
  padding-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px; }

.padd_lft_36 {
  padding-left: 36px; }

.tablesection-club {
  margin: 0px -15px 50px !important; }

.ms-Callout.ms-DatePicker-callout .ms-Callout-main .ms-DatePicker .ms-FocusZone > table th {
  text-align: center; }

.seasonImage_map_fltr {
  padding: 10px;
  width: 22px;
  height: 20px;
  color: #FFF; }

.previewborderSec-prod img {
  width: 36px; }

.m_initial {
  position: relative;
  top: 1.5px; }
  .m_initial_0 {
    position: relative;
    top: 0; }
  .m_initial-3 {
    position: relative;
    top: -3px; }

.GTMPORView.ViewPORPage .RichContent .highlight {
  background-color: #FFF500; }

.GTMPORView.ViewPORPage .RichContent p {
  margin-bottom: 14px; }

.GTMPORView.ViewPORPage .RichContent h1 {
  line-height: 33px; }

.GTMPORView.ViewPORPage .RichContent h2 {
  line-height: 30px; }

.GTMPORView.ViewPORPage .RichContent h3 {
  line-height: 20px; }

.GTMPORView.ViewPORPage .RichContent ul {
  padding-left: 20px; }

.GTMPORView.ViewPORPage .RichContent a {
  line-height: 33px; }

.GTMPORView.ViewPORPage .highlight {
  background-color: #FFF500 !important; }

.GTMPORView.ViewPORPage .strikeout {
  text-decoration: line-through;
  position: relative;
  display: inline-block; }

.GTMPORView.ViewPORPage .PerWdt100 {
  width: 100%; }

.GTMPORView.ViewPORPage .hgltConfigsClr {
  color: #000000; }

.GTMPORView.ViewPORPage .colorBgHlt {
  padding-left: -3px;
  padding-left: 3px; }

.GTMPORView.ViewPORPage .porHeader {
  background-color: #FFFFFF; }
  .GTMPORView.ViewPORPage .porHeader .align_leftMiddle img {
    width: 30px; }
  .GTMPORView.ViewPORPage .porHeader .export_por {
    padding-right: 0px;
    align-items: right;
    display: flex;
    justify-content: flex-end; }
  .GTMPORView.ViewPORPage .porHeader .bottomBorder {
    border-bottom: 1px solid #CBCBCB; }
    .GTMPORView.ViewPORPage .porHeader .bottomBorder .button_width115 {
      width: 115px; }

.GTMPORView.ViewPORPage .shadow {
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5); }

.GTMPORView.ViewPORPage .oldVersion {
  background-color: rgba(255, 199, 39, 0.5);
  text-align: center;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px; }
  .GTMPORView.ViewPORPage .oldVersion .porName {
    font-weight: 700; }

.GTMPORView.ViewPORPage .porUpdates {
  background-color: #fff9cb;
  padding: 10px 15px;
  margin-left: -15px;
  margin-right: -15px; }

.GTMPORView.ViewPORPage .configContent {
  background-color: #f0f2f7; }
  @media (min-width: 768px) {
    .GTMPORView.ViewPORPage .configContent {
      margin-bottom: 50px; } }

.GTMPORView.ViewPORPage .configHeader {
  background-color: #3c5d76;
  color: white; }
  .GTMPORView.ViewPORPage .configHeader .col-md-1.highlight,
  .GTMPORView.ViewPORPage .configHeader .col-xs-1.highlight {
    padding-left: 7px;
    margin-left: 15px; }
  .GTMPORView.ViewPORPage .configHeader:hover {
    cursor: pointer; }
    .GTMPORView.ViewPORPage .configHeader:hover label {
      text-decoration: underline;
      cursor: pointer; }

.GTMPORView.ViewPORPage .configDetails {
  border: 3px solid #f0f2f7; }
  .GTMPORView.ViewPORPage .configDetails .configColor div.col-md-4:nth-child(3n + 1) {
    clear: both; }

.GTMPORView.ViewPORPage .bgWhite {
  background-color: white; }

.GTMPORView.ViewPORPage .office_width {
  padding: 10px;
  border: 3px solid #f0f2f7; }
  .GTMPORView.ViewPORPage .office_width > div {
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 10px; }

.GTMPORView.ViewPORPage .warranty_width {
  padding: 10px;
  border: 3px solid #f0f2f7;
  border-right: none;
  border-left: none; }
  @media (max-width: 768px) {
    .GTMPORView.ViewPORPage .warranty_width {
      border-right: 3px solid #f0f2f7; } }
  .GTMPORView.ViewPORPage .warranty_width > div {
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 10px; }

.GTMPORView.ViewPORPage .bottom_line {
  border-bottom: 3px solid #f0f2f7; }

.GTMPORView.ViewPORPage .protectionPlan_width {
  padding: 10px;
  border: 3px solid #f0f2f7; }
  @media (max-width: 768px) {
    .GTMPORView.ViewPORPage .protectionPlan_width {
      border-left: 3px solid #f0f2f7;
      border-top: none; } }
  .GTMPORView.ViewPORPage .protectionPlan_width > div {
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 10px; }

.GTMPORView.ViewPORPage .configSpecs {
  color: #0F6BFF !important;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 0;
  font-size: 12px !important; }

.GTMPORView.ViewPORPage .ksl_info_icon {
  height: 16px;
  margin-left: 5px;
  vertical-align: middle;
  color: #4CAF50; }
  .GTMPORView.ViewPORPage .ksl_info_icon i {
    color: #4CAF50; }

.GTMPORView.ViewPORPage .white_space_pre {
  white-space: pre-wrap; }
  .GTMPORView.ViewPORPage .white_space_pre p {
    margin: 0px; }

.GTMPORView.ViewPORPage .errMessage {
  color: #ff6310; }

.GTMPORView.ViewPORPage .buttons_container {
  text-align: right;
  padding-right: 40px; }

.GTMPORView.ViewPORPage .classified {
  font-size: 10px;
  background: #ff6310;
  font-weight: 700;
  margin-left: 10px;
  color: white;
  padding: 3px !important; }

.GTMPORView.ViewPORPage .configHeaderSep {
  border-right: 1px solid #707070;
  padding-right: 5px;
  margin-right: 10px;
  margin-bottom: 10px; }

.GTMPORView.ViewPORPage .configColor {
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 5px;
  padding-bottom: 5px; }

.GTMPORView.ViewPORPage .porHeaderImage {
  padding-top: 10px; }

.GTMPORView.ViewPORPage .button_width115 {
  width: 115px; }

.GTMPORView.ViewPORPage .button_width120 {
  width: 120px; }

.GTMPORView.ViewPORPage .button_width150 {
  width: 150px; }

.GTMPORView.ViewPORPage .blueHr {
  border-bottom: 1px solid #106bff; }

.GTMPORView.ViewPORPage .darkHr {
  border-bottom: 2px solid #000000; }

.GTMPORView.ViewPORPage .grayHr {
  border-top: 1px solid rgba(175, 175, 175, 0.5); }

.GTMPORView.ViewPORPage .dark_grayHr {
  border-top: 1.5px solid #898989; }

.GTMPORView.ViewPORPage .light_grayHr {
  border-top: 1px solid rgba(112, 112, 112, 0.5);
  /*div.row:nth-child(n+2) {
            border-top: 1px solid #D8D8D8;
        }*/ }

.GTMPORView.ViewPORPage .fnd24 {
  font-size: 24px !important; }

.GTMPORView.ViewPORPage .fnd20 {
  font-size: 20px !important; }

.GTMPORView.ViewPORPage .fnd18 {
  font-size: 18px !important; }

.GTMPORView.ViewPORPage .fnd16 {
  font-size: 16px !important; }

.GTMPORView.ViewPORPage .fnd14 {
  font-size: 14px !important; }

.GTMPORView.ViewPORPage .fnd12 {
  font-size: 12px !important; }

.GTMPORView.ViewPORPage .fnd10 {
  font-size: 10px !important; }

.GTMPORView.ViewPORPage .fndBold {
  font-weight: 700; }

.GTMPORView.ViewPORPage .fndBold600 {
  font-weight: 600; }

.GTMPORView.ViewPORPage .wavecountries {
  width: 100px;
  color: #737373;
  font-size: 11px;
  line-height: 15px; }

.GTMPORView.ViewPORPage .priceERP {
  vertical-align: top;
  padding-top: 7px; }

.GTMPORView.ViewPORPage .verticalAlign {
  vertical-align: text-bottom; }

.GTMPORView.ViewPORPage .groupwise_border {
  border-bottom: 1px solid #e6e6e6; }

.GTMPORView.ViewPORPage .groupwise_border:last-child {
  border-bottom: none; }

.GTMPORView.ViewPORPage .labelBannerProductName {
  font-size: 24px;
  font-weight: 700; }

.GTMPORView.ViewPORPage .draftNote {
  border: 1px solid #ff9349;
  background-color: rgba(255, 249, 203, 0.25);
  padding: 10px 15px;
  margin-bottom: 10px; }

.GTMPORView.ViewPORPage .annouceMomentNote {
  background-color: #f0f2f7;
  display: flex; }

.GTMPORView.ViewPORPage .headerDesc {
  background-color: #29364e;
  color: #ffffff;
  height: 50px; }
  .GTMPORView.ViewPORPage .headerDesc.fixed_header {
    position: fixed;
    top: 75px;
    width: 100%;
    z-index: 5; }
    .GTMPORView.ViewPORPage .headerDesc.fixed_header .action_drpdwn .ms-Dropdown-title {
      background: #29364e;
      border: 2px solid #29364e;
      color: white;
      height: 50px;
      line-height: 50px; }
    .GTMPORView.ViewPORPage .headerDesc.fixed_header .action_drpdwn .ms-Dropdown-caretDown {
      color: white;
      font-size: 12px;
      font-weight: 700;
      line-height: 55px !important; }
    .GTMPORView.ViewPORPage .headerDesc.fixed_header .action_drpdwn .ms-Dropdown-title:hover {
      background: #354767; }

.GTMPORView.ViewPORPage .checkOutDesc {
  background-color: #6F393C;
  color: #FFFFFF; }

.GTMPORView.ViewPORPage .padd_lft_14 {
  padding-left: 14px; }

.GTMPORView.ViewPORPage .tileColorStrk {
  margin-top: -7px;
  margin-bottom: 0px;
  margin-right: 8px;
  border: 0;
  border-top: 2px solid #000; }
  .GTMPORView.ViewPORPage .tileColorStrk.tileColorStrkGry {
    border-top: 2px solid #D0D0D0 !important; }
  .GTMPORView.ViewPORPage .tileColorStrk.waveConfigClrStrk {
    position: relative;
    margin-top: -12px;
    margin-bottom: 6px;
    margin-right: 2px; }

.GTMPORView.ViewPORPage .section_heading {
  border-bottom: 1px solid #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  padding-bottom: 10px;
  padding-left: 0; }

.GTMPORView.ViewPORPage .section {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 0; }

.GTMPORView.ViewPORPage .col_date {
  max-width: 100px !important; }
  .GTMPORView.ViewPORPage .col_date_lg {
    max-width: 130px !important; }
  .GTMPORView.ViewPORPage .col_date_xlg {
    max-width: 190px !important; }

.GTMPORView.ViewPORPage .col_channel {
  max-width: 85px !important; }
  .GTMPORView.ViewPORPage .col_channel_none {
    max-width: 70px !important; }

.GTMPORView.ViewPORPage .col_wave {
  max-width: 75px !important; }
  @media (max-width: 768px) {
    .GTMPORView.ViewPORPage .col_wave {
      white-space: nowrap; } }

.GTMPORView.ViewPORPage table, .GTMPORView.ViewPORPage tbody, .GTMPORView.ViewPORPage td {
  background: none !important;
  border: none !important; }

.GTMPORView.ViewPORPage .configContent table td,
.GTMPORView.ViewPORPage .table_style table td {
  border-bottom: 1px solid #cbcbcb !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  vertical-align: middle !important; }

.GTMPORView.ViewPORPage .configContent table tr:last-child td,
.GTMPORView.ViewPORPage .table_style table tr:last-child td {
  border-bottom: none !important; }

.GTMPORView.ViewPORPage .border_line {
  padding-top: 9px;
  border-top: 3px solid #f0f2f7; }

.GTMPORView.ViewPORPage .configs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0; }
  .GTMPORView.ViewPORPage .configs::before, .GTMPORView.ViewPORPage .configs::after {
    display: none; }
  .GTMPORView.ViewPORPage .configs .config {
    max-width: 100%;
    width: auto;
    padding-left: 0;
    padding-right: 5px;
    flex: none;
    float: none; }
  @media (max-width: 991px) {
    .GTMPORView.ViewPORPage .configs {
      grid-template-columns: repeat(2, 1fr); } }

.GTMPORView.ViewPORPage .country {
  white-space: nowrap; }
  .GTMPORView.ViewPORPage .country label a {
    color: #333; }
    .GTMPORView.ViewPORPage .country label a:hover {
      color: #0067B8;
      text-decoration: underline;
      cursor: pointer; }

.GTMPORView.ViewPORPage .vcenter {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }

.GTMPORView.ViewPORPage .msConfidentialMsg {
  color: #FFF;
  padding-right: 10px; }
  .GTMPORView.ViewPORPage .msConfidentialMsg h3 {
    font-size: 1.8vw;
    transition: .25s; }
    @media (min-width: 744px) {
      .GTMPORView.ViewPORPage .msConfidentialMsg h3 {
        font-size: 13px;
        margin-top: 5px; } }
  .GTMPORView.ViewPORPage .msConfidentialMsg padding {
    transition: .25s; }
  .GTMPORView.ViewPORPage .msConfidentialMsg p {
    font-size: 1.7vw;
    transition: .25s; }
    @media (min-width: 744px) {
      .GTMPORView.ViewPORPage .msConfidentialMsg p {
        font-size: 12px; } }

@media (min-width: 768px) {
  .GTMPORView .mb_viewpor {
    margin-bottom: 155px;
    background: #FFF; } }

.publishPreviewPopup {
  max-width: 98% !important; }
  .publishPreviewPopup .ms-Dialog-header {
    display: none; }
  .publishPreviewPopup.ms-Dialog-main {
    min-width: 1220px;
    min-height: 98%; }
  .publishPreviewPopup.ms-Dialog-main .ms-Dialog-content {
    padding: 15px 33px 0 !important;
    overflow-x: hidden;
    overflow-y: hidden;
    max-width: 100% !important;
    background-color: #FFF;
    min-height: 98vh; }
    .publishPreviewPopup.ms-Dialog-main .ms-Dialog-content .preview_title {
      padding-top: 15px;
      padding-bottom: 15px;
      margin-left: 10px; }
      .publishPreviewPopup.ms-Dialog-main .ms-Dialog-content .preview_title_text {
        font-size: 22px;
        font-weight: bold;
        padding-left: 0; }
        .publishPreviewPopup.ms-Dialog-main .ms-Dialog-content .preview_title_text + div {
          padding-right: 0; }
      .publishPreviewPopup.ms-Dialog-main .ms-Dialog-content .preview_title button {
        border: none;
        background-color: #106BFF;
        padding: 20px 15px;
        white-space: nowrap; }
        .publishPreviewPopup.ms-Dialog-main .ms-Dialog-content .preview_title button i.ms-Button-icon {
          font-size: 10px;
          color: #FFF;
          padding: 2px 10px 0 0; }
  .publishPreviewPopup .preview_por_container > div,
  .publishPreviewPopup .preview_por_container .noHorizontalScroll {
    width: 105.7%;
    margin-left: -33px; }
  .publishPreviewPopup .preview_por_container .GTMPORView.ViewPORPage .porHeader .header-container,
  .publishPreviewPopup .preview_por_container .GTMPORView.ViewPORPage .porHeader .headerDesc {
    position: relative;
    left: -22px;
    width: 103.4%; }
    .publishPreviewPopup .preview_por_container .GTMPORView.ViewPORPage .porHeader .header-container .msConfidentialMsg,
    .publishPreviewPopup .preview_por_container .GTMPORView.ViewPORPage .porHeader .headerDesc .msConfidentialMsg {
      display: flex;
      align-items: center;
      padding-right: 0; }
      .publishPreviewPopup .preview_por_container .GTMPORView.ViewPORPage .porHeader .header-container .msConfidentialMsg p,
      .publishPreviewPopup .preview_por_container .GTMPORView.ViewPORPage .porHeader .headerDesc .msConfidentialMsg p {
        margin-left: 5px;
        margin-top: 5px; }
  .publishPreviewPopup .preview_por_container .GTMPORView.ViewPORPage .porHeader .header-container {
    padding: 0 20px 0 15px; }
    .publishPreviewPopup .preview_por_container .GTMPORView.ViewPORPage .porHeader .header-container .logo_container {
      width: 25px;
      overflow: hidden; }
    .publishPreviewPopup .preview_por_container .GTMPORView.ViewPORPage .porHeader .header-container .appName h1 {
      font-size: 20px !important;
      font-weight: 700 !important;
      color: #FFF !important;
      margin-left: 10px; }
  .publishPreviewPopup .preview_por_container .GTMPORView.ViewPORPage .porHeader .headerDesc {
    display: flex;
    width: 106.1%;
    margin-bottom: 10px; }
    .publishPreviewPopup .preview_por_container .GTMPORView.ViewPORPage .porHeader .headerDesc + div {
      padding-bottom: 10px;
      border-bottom: 1px solid #cbcbcb; }
      .publishPreviewPopup .preview_por_container .GTMPORView.ViewPORPage .porHeader .headerDesc + div > div:first-child {
        padding-left: 5px; }
      .publishPreviewPopup .preview_por_container .GTMPORView.ViewPORPage .porHeader .headerDesc + div .classified {
        margin-top: 3px !important; }
    .publishPreviewPopup .preview_por_container .GTMPORView.ViewPORPage .porHeader .headerDesc .NoImageFloat {
      margin-left: 15px;
      padding-top: 5px; }
    .publishPreviewPopup .preview_por_container .GTMPORView.ViewPORPage .porHeader .headerDesc .one_line {
      flex-grow: 1;
      padding-left: 15px; }
      .publishPreviewPopup .preview_por_container .GTMPORView.ViewPORPage .porHeader .headerDesc .one_line + div .btn_outline {
        height: 30px;
        margin-right: 35px;
        background: #FFF;
        border: 1px solid #800080 !important;
        color: #800080 !important; }
        .publishPreviewPopup .preview_por_container .GTMPORView.ViewPORPage .porHeader .headerDesc .one_line + div .btn_outline:hover {
          background: #800080 !important;
          border: 1px solid #FFF !important;
          color: #FFF !important; }
  .publishPreviewPopup .preview_por_container .GTMPORView.ViewPORPage .configContent.mrg_btm_90 {
    margin-bottom: 0; }
  .publishPreviewPopup .preview_por_container .GTMPORView.ViewPORPage .configContent .emailSignature {
    background: #FFF;
    padding: 20px 35px 0; }
  .publishPreviewPopup .preview_por_container .GTMPORView.ViewPORPage .groupwise_border span.country {
    white-space: normal; }

.country_data_popup {
  overflow-y: auto;
  font-size: 14px;
  margin-right: 10px; }
  .country_data_popup .ms-Dialog-main {
    max-width: 50% !important; }
    .country_data_popup .ms-Dialog-main .ms-Dialog-content {
      padding: 0 20px;
      min-width: 600px;
      min-height: 200px; }
    .country_data_popup .ms-Dialog-main .ms-Dialog-header {
      padding-top: 0; }
      .country_data_popup .ms-Dialog-main .ms-Dialog-header div {
        display: none; }
  .country_data_popup .popup_title {
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    text-align: center; }
    .country_data_popup .popup_title .ms-Icon--ChromeClose {
      font-size: 12px;
      margin-top: 7px; }
  .country_data_popup .section {
    padding-left: 20px !important; }
  .country_data_popup .section_heading {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    border-bottom: 1px solid #000;
    padding-bottom: 7px;
    padding-left: 0; }
  .country_data_popup .wave_main {
    border-bottom: 1px solid #000; }
    .country_data_popup .wave_main:last-child {
      border: none; }
  .country_data_popup .wave_sub {
    border-bottom: 1px solid #CCC; }
    .country_data_popup .wave_sub:last-child {
      border: none; }
    .country_data_popup .wave_sub .col_date {
      min-width: 100px; }
    .country_data_popup .wave_sub .groupwise_border {
      display: flex; }
  .country_data_popup .fndBold {
    font-weight: bold; }
  .country_data_popup .col_date_xlg {
    width: auto;
    padding-right: 15px !important;
    min-width: 144px; }
  .country_data_popup .col_channel {
    max-width: 95px !important; }
    .country_data_popup .col_channel_none {
      max-width: 0 !important; }
  .country_data_popup .groupwise_border .col-md-8 {
    width: auto; }
    .country_data_popup .groupwise_border .col-md-8 div {
      padding-bottom: 2px; }
  .country_data_popup .wave_plan_popup_content {
    padding: 0 !important;
    overflow: initial !important;
    margin-right: 0 !important; }
    @media (max-width: 1399px) {
      .country_data_popup .wave_plan_popup_content .pp_countries {
        width: auto;
        max-width: 78%;
        padding-right: 0; } }
    @media (min-width: 1400px) {
      .country_data_popup .wave_plan_popup_content .pp_countries {
        width: auto;
        max-width: 81%;
        padding-right: 0; } }
    @media (min-width: 1500px) {
      .country_data_popup .wave_plan_popup_content .pp_countries {
        width: auto;
        max-width: 83%;
        padding-right: 0; } }
  .country_data_popup .no_wave_plan {
    min-width: 560px;
    min-height: 50px;
    text-align: center;
    margin-top: 8%;
    margin-left: -10px;
    font-size: 130%;
    color: #707070; }

.defaultModal_container button.ms-Button.ms-Button--icon {
  border: none !important; }
  .defaultModal_container button.ms-Button.ms-Button--icon:hover, .defaultModal_container button.ms-Button.ms-Button--icon:focus {
    background: none;
    outline: none; }

.mtrl_pos {
  position: relative;
  top: -0.25em; }

.GTMPORView, .GTMPORAdministration {
  /* HTML5 display-role reset for older browsers */ }
  .GTMPORView html, .GTMPORView body, .GTMPORView applet, .GTMPORView object, .GTMPORView iframe,
  .GTMPORView h1, .GTMPORView h2, .GTMPORView h3, .GTMPORView h4, .GTMPORView h5, .GTMPORView h6, .GTMPORView p, .GTMPORView blockquote, .GTMPORView pre,
  .GTMPORView a, .GTMPORView abbr, .GTMPORView acronym, .GTMPORView address, .GTMPORView big, .GTMPORView cite, .GTMPORView code,
  .GTMPORView del, .GTMPORView dfn, .GTMPORView em, .GTMPORView img, .GTMPORView ins, .GTMPORView kbd, .GTMPORView q, .GTMPORView s, .GTMPORView samp,
  .GTMPORView small, .GTMPORView strike, .GTMPORView strong, .GTMPORView sub, .GTMPORView sup, .GTMPORView tt, .GTMPORView var,
  .GTMPORView b, .GTMPORView u, .GTMPORView i, .GTMPORView center,
  .GTMPORView dl, .GTMPORView dt, .GTMPORView dd, .GTMPORView ol, .GTMPORView ul, .GTMPORView li,
  .GTMPORView fieldset, .GTMPORView form, .GTMPORView label, .GTMPORView legend,
  .GTMPORView table, .GTMPORView caption, .GTMPORView tbody, .GTMPORView tfoot, .GTMPORView thead, .GTMPORView tr, .GTMPORView th, .GTMPORView td,
  .GTMPORView article, .GTMPORView aside, .GTMPORView canvas, .GTMPORView details, .GTMPORView embed,
  .GTMPORView figure, .GTMPORView figcaption, .GTMPORView footer, .GTMPORView header, .GTMPORView hgroup,
  .GTMPORView menu, .GTMPORView nav, .GTMPORView output, .GTMPORView ruby, .GTMPORView section, .GTMPORView summary,
  .GTMPORView time, .GTMPORView mark, .GTMPORView audio, .GTMPORView video, .GTMPORAdministration html, .GTMPORAdministration body, .GTMPORAdministration applet, .GTMPORAdministration object, .GTMPORAdministration iframe,
  .GTMPORAdministration h1, .GTMPORAdministration h2, .GTMPORAdministration h3, .GTMPORAdministration h4, .GTMPORAdministration h5, .GTMPORAdministration h6, .GTMPORAdministration p, .GTMPORAdministration blockquote, .GTMPORAdministration pre,
  .GTMPORAdministration a, .GTMPORAdministration abbr, .GTMPORAdministration acronym, .GTMPORAdministration address, .GTMPORAdministration big, .GTMPORAdministration cite, .GTMPORAdministration code,
  .GTMPORAdministration del, .GTMPORAdministration dfn, .GTMPORAdministration em, .GTMPORAdministration img, .GTMPORAdministration ins, .GTMPORAdministration kbd, .GTMPORAdministration q, .GTMPORAdministration s, .GTMPORAdministration samp,
  .GTMPORAdministration small, .GTMPORAdministration strike, .GTMPORAdministration strong, .GTMPORAdministration sub, .GTMPORAdministration sup, .GTMPORAdministration tt, .GTMPORAdministration var,
  .GTMPORAdministration b, .GTMPORAdministration u, .GTMPORAdministration i, .GTMPORAdministration center,
  .GTMPORAdministration dl, .GTMPORAdministration dt, .GTMPORAdministration dd, .GTMPORAdministration ol, .GTMPORAdministration ul, .GTMPORAdministration li,
  .GTMPORAdministration fieldset, .GTMPORAdministration form, .GTMPORAdministration label, .GTMPORAdministration legend,
  .GTMPORAdministration table, .GTMPORAdministration caption, .GTMPORAdministration tbody, .GTMPORAdministration tfoot, .GTMPORAdministration thead, .GTMPORAdministration tr, .GTMPORAdministration th, .GTMPORAdministration td,
  .GTMPORAdministration article, .GTMPORAdministration aside, .GTMPORAdministration canvas, .GTMPORAdministration details, .GTMPORAdministration embed,
  .GTMPORAdministration figure, .GTMPORAdministration figcaption, .GTMPORAdministration footer, .GTMPORAdministration header, .GTMPORAdministration hgroup,
  .GTMPORAdministration menu, .GTMPORAdministration nav, .GTMPORAdministration output, .GTMPORAdministration ruby, .GTMPORAdministration section, .GTMPORAdministration summary,
  .GTMPORAdministration time, .GTMPORAdministration mark, .GTMPORAdministration audio, .GTMPORAdministration video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box; }
  .GTMPORView article, .GTMPORView aside, .GTMPORView details, .GTMPORView figcaption, .GTMPORView figure,
  .GTMPORView footer, .GTMPORView header, .GTMPORView hgroup, .GTMPORView menu, .GTMPORView nav, .GTMPORView section, .GTMPORAdministration article, .GTMPORAdministration aside, .GTMPORAdministration details, .GTMPORAdministration figcaption, .GTMPORAdministration figure,
  .GTMPORAdministration footer, .GTMPORAdministration header, .GTMPORAdministration hgroup, .GTMPORAdministration menu, .GTMPORAdministration nav, .GTMPORAdministration section {
    display: block; }
  .GTMPORView body, .GTMPORAdministration body {
    line-height: 1; }
  .GTMPORView ul, .GTMPORAdministration ul {
    list-style: disc;
    padding-left: 20px; }
  .GTMPORView ol, .GTMPORAdministration ol {
    list-style: decimal;
    padding-left: 20px; }
  .GTMPORView blockquote, .GTMPORView q, .GTMPORAdministration blockquote, .GTMPORAdministration q {
    quotes: none; }
  .GTMPORView blockquote:before, .GTMPORView blockquote:after,
  .GTMPORView q:before, .GTMPORView q:after, .GTMPORAdministration blockquote:before, .GTMPORAdministration blockquote:after,
  .GTMPORAdministration q:before, .GTMPORAdministration q:after {
    content: '';
    content: none; }
  .GTMPORView table, .GTMPORAdministration table {
    border-collapse: collapse;
    border-spacing: 0; }

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  html *:focus, body *:focus, applet *:focus, object *:focus, iframe *:focus,
  h1 *:focus, h2 *:focus, h3 *:focus, h4 *:focus, h5 *:focus, h6 *:focus, p *:focus, blockquote *:focus, pre *:focus,
  a *:focus, abbr *:focus, acronym *:focus, address *:focus, big *:focus, cite *:focus, code *:focus,
  del *:focus, dfn *:focus, em *:focus, img *:focus, ins *:focus, kbd *:focus, q *:focus, s *:focus, samp *:focus,
  small *:focus, strike *:focus, strong *:focus, sub *:focus, sup *:focus, tt *:focus, var *:focus,
  b *:focus, u *:focus, i *:focus, center *:focus,
  dl *:focus, dt *:focus, dd *:focus, ol *:focus, ul *:focus, li *:focus,
  fieldset *:focus, form *:focus, label *:focus, legend *:focus,
  table *:focus, caption *:focus, tbody *:focus, tfoot *:focus, thead *:focus, tr *:focus, th *:focus, td *:focus,
  article *:focus, aside *:focus, canvas *:focus, details *:focus, embed *:focus,
  figure *:focus, figcaption *:focus, footer *:focus, header *:focus, hgroup *:focus,
  menu *:focus, nav *:focus, output *:focus, ruby *:focus, section *:focus, summary *:focus,
  time *:focus, mark *:focus, audio *:focus, video *:focus, div *:focus, button *:focus {
    outline: 1px dotted grey; } }

.mob_btn_w100:focus {
  border: 1px dotted white !important; }

.btn_enabled:focus {
  outline: 1px dotted grey !important; }

.GTMPORView .border {
  border: 1px solid #999; }

.GTMPORView .redborder {
  border: 1px solid #DD0000; }

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
/* 50% of Browser width #Screen between 600 to 1024*/
/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
/*
##Device = Laptops, Desktops
##Screen = B/w 1025px to 1280px
*/
body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  /* = 0.875rem */
  /* 16px = 1rem */
  position: relative;
  background: #1a2334; }

.modal-open .modal.in {
  z-index: 10000000; }

.app-container {
  /* tablet portrait */
  /* tablet landscape */ }
  @media only screen and (min-width: 768px) {
    .app-container {
      position: relative;
      min-height: 100vh; } }
  @media (min-width: 768px) {
    .app-container .app-row {
      margin-bottom: 196px;
      /* 283px; */ } }
  @media (min-width: 1024px) {
    .app-container .app-row {
      margin-bottom: 267px; } }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .app-container .app-row {
      margin-bottom: 267px; } }
  @media (min-width: 992px) {
    .app-container {
      /* constant margin after the main row == Footer height */ }
      .app-container .app-row {
        margin-bottom: 250px; } }

.defaultModal_container {
  width: 450px !important;
  color: #FFF !important;
  text-align: center !important;
  position: relative;
  background: #e8e8e8 !important;
  box-shadow: 0px 3px 30px #000 !important;
  overflow-y: hidden !important; }
  .defaultModal_container .text_left {
    text-align: left !important; }
  .defaultModal_container .padd_lftRgt_0 {
    padding-left: 0;
    padding-right: 0; }
  .defaultModal_container .mrg_all_0 {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0; }
  .defaultModal_container .mrg_lftRgt_0 {
    margin-left: 0;
    margin-right: 0; }
  .defaultModal_container .mrg_top_110 {
    margin-top: 110px; }
  .defaultModal_container .secondaryMessage {
    font-size: 16px;
    font-weight: 700;
    color: #000; }
  .defaultModal_container .defaultModal_header {
    font-size: 46px !important;
    font-weight: 400;
    line-height: 1.3269em !important;
    margin-top: 30px; }
    .defaultModal_container .defaultModal_header .iconSize {
      font-size: 60px;
      padding-left: 30px; }
    .defaultModal_container .defaultModal_header .success_header {
      font-size: 40px;
      color: #106bff; }
    .defaultModal_container .defaultModal_header .error_header {
      font-size: 40px;
      color: #ff6310; }
    .defaultModal_container .defaultModal_header .warning_header {
      font-size: 40px;
      color: #ff6310; }
  .defaultModal_container .defaultModal_body {
    font-size: 20px !important;
    line-height: 1.35em !important;
    margin: 11px 47px 23px 58px !important; }
    .defaultModal_container .defaultModal_body .community_subscribe_body {
      margin: 0 auto;
      font-size: 20px;
      padding-bottom: 10px;
      display: inline-block;
      color: #000;
      width: 100%;
      font-style: initial;
      font-weight: 400; }
      .defaultModal_container .defaultModal_body .community_subscribe_body ul li {
        font-size: 18px; }
  .defaultModal_container .defaultModal_footer {
    margin-left: 49px;
    margin-bottom: 70px;
    margin-right: 38px;
    font-size: 18px !important;
    line-height: 1.333em !important; }
  .defaultModal_container .dialogSubmitButtonFull {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #3a7589;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .defaultModal_container .dialogSubmitButtonFull :hover {
      background-color: #106bff;
      text-decoration: underline; }
  .defaultModal_container .dialogSubmitButtonHalf {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #3a7589;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .defaultModal_container .dialogSubmitButtonHalf :hover {
      background-color: #106bff;
      text-decoration: underline;
      border: 1px solid #106bff; }
  .defaultModal_container .btn_blue {
    width: 200px;
    background: #106bff;
    height: 40px;
    font-size: 12px;
    font-weight: 500;
    padding: 10px; }
    .defaultModal_container .btn_blue :hover {
      background-color: #000;
      text-decoration: underline;
      border: 1px solid #FFF; }
  .defaultModal_container .dialogSubmitButtonHalfDefault {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .defaultModal_container .dialogSubmitButtonHalfDefault :hover {
      text-decoration: underline; }
  .defaultModal_container .ms-fontWeight-regular .ms-Button-label {
    font-weight: 400; }
  .defaultModal_container .ms-Icon--Warning {
    color: #FFF;
    font-size: 160%;
    padding-top: 20px; }

.Loader-Large {
  text-align: center;
  padding-top: 200px;
  padding-bottom: 200px; }
  .Loader-Large h1 {
    font-size: 62px !important;
    height: 100px;
    background: -webkit-linear-gradient(top, #5c0f5d 0%, #326973 61%, #16a582 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation-duration: 1s;
    animation-name: Loading;
    animation-iteration-count: infinite;
    animation-direction: alternate; }

@keyframes Loading {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.video_popup {
  width: 60% !important;
  height: auto !important;
  overflow: hidden !important; }
  @media (max-width: 767px) {
    .video_popup {
      width: 90% !important; } }
  .video_popup .ms-Dialog-header {
    display: none; }
  .video_popup .ms-Dialog-inner {
    padding: 0 !important; }

.Large_image_popup {
  width: 90% !important;
  height: 90% !important;
  max-height: 90% !important; }
  .Large_image_popup .ms-Dialog-inner {
    height: 100%; }
  .Large_image_popup .ms-Dialog-content {
    height: 100%;
    overflow: auto; }

.GTMPORView {
  /* Global for all Video - Responsive css */
  /* for customized  Video */
  /* white button */
  /*paddings*/
  /*margins*/
  /* Global Media-queries */
  /* Extra small devices (phones, 767px and down) */ }
  .GTMPORView .action {
    color: #3372d9 !important;
    cursor: pointer; }
    .GTMPORView .action:hover {
      text-decoration: underline !important; }
  .GTMPORView .accessLink {
    color: #FFF !important;
    cursor: pointer;
    font-weight: bold; }
    .GTMPORView .accessLink:hover {
      text-decoration: underline !important; }
  .GTMPORView .defaulttabaction {
    color: black !important;
    font-weight: 500;
    cursor: pointer; }
    .GTMPORView .defaulttabaction:hover {
      text-decoration: underline !important; }
  .GTMPORView .footer_action {
    cursor: pointer; }
    .GTMPORView .footer_action:hover {
      text-decoration: underline !important; }
  .GTMPORView .txt_underline {
    text-decoration: underline; }
  .GTMPORView .viewMarketCode {
    border: 1px solid #0065c1;
    font-size: 12px;
    color: #0065c1;
    height: 25px;
    padding-top: 2px;
    padding-right: 5px;
    min-width: 175px; }
    .GTMPORView .viewMarketCode .label {
      font-weight: 700;
      font-size: 12px;
      color: #0065c1;
      padding-top: 3px; }
  .GTMPORView .viewSeason {
    border: 1px solid #0065c1;
    font-size: 12px;
    color: white;
    height: 25px;
    padding-top: 1px;
    padding-right: 5px;
    background-color: #0065c1;
    min-width: 175px; }
    .GTMPORView .viewSeason .seasonLabel {
      font-weight: 700;
      font-size: 12px;
      padding-top: 2px;
      padding-right: 5px; }
  .GTMPORView .error_msg {
    color: #a80000;
    font-size: 12px;
    font-weight: 400; }
  .GTMPORView .blueBorderButton {
    background-color: white !important;
    border: 1px solid #106bff !important;
    height: 40px;
    color: #106bff; }
    .GTMPORView .blueBorderButton:hover {
      color: #106bff;
      text-decoration: underline; }
  .GTMPORView .primaryButton, .GTMPORView .primaryButton_ht30 {
    background-color: #106bff !important;
    border: 1px solid #106bff !important;
    height: 40px; }
    .GTMPORView .primaryButton:hover, .GTMPORView .primaryButton_ht30:hover {
      background-color: #0078d4 !important;
      text-decoration: underline; }
  .GTMPORView .primaryButton_ht30 {
    height: 30px; }
  .GTMPORView .checkedButton {
    background-color: #cedef8 !important;
    border: 1px solid #106bff !important; }
  .GTMPORView .btn_remove, .GTMPORView .btn_remove_dis {
    background: #106bff;
    border-radius: 18px;
    color: white;
    padding: 4px 12px;
    font-size: 12px;
    cursor: pointer; }
  .GTMPORView .btn_remove_dis {
    background: orange; }
  .GTMPORView .blue {
    color: #106bff; }
    .GTMPORView .blue img {
      margin-left: -5px;
      height: 30px !important;
      margin-top: -4px; }
  .GTMPORView .orange {
    color: orange; }
  .GTMPORView .orange-border {
    border: 2px solid #FFBF00; }
    .GTMPORView .orange-border .ms-TextField-fieldGroup {
      border: none !important;
      height: 33px; }
      .GTMPORView .orange-border .ms-TextField-fieldGroup:after {
        border: none !important; }
    .GTMPORView .orange-border .ms-TextField-fieldGroup:hover {
      border: none !important; }
  .GTMPORView .publish_divider {
    border-right: 1px solid #d3d3d3;
    height: 36x; }
  .GTMPORView .loader_container {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 1000;
    background-color: #666;
    margin: auto;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px; }
  .GTMPORView .loader_container_indidual {
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 1000;
    background-color: #666;
    margin: auto;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px; }
  .GTMPORView .dialogSubmitButtonFull {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #3a7589;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .GTMPORView .dialogSubmitButtonFull :hover {
      background-color: #106bff;
      border: 1px solid #106bff; }
  .GTMPORView .dialogSubmitButtonHalf {
    width: 50%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #3a7589;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .GTMPORView .dialogSubmitButtonHalf :hover {
      background-color: #106bff;
      text-decoration: underline;
      border: 1px solid #106bff; }
  .GTMPORView .dialogSubmitButtonHalfDefault {
    width: 50%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .GTMPORView .dialogSubmitButtonHalfDefault :hover {
      text-decoration: underline; }
  .GTMPORView .loadMoreButton {
    font-size: 16px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer; }
  .GTMPORView .rich_text_global ol {
    list-style-type: decimal !important;
    list-style-position: inside !important;
    -webkit-margin-before: 1em !important;
    -webkit-margin-after: 1em !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-end: 0px !important;
    -webkit-padding-start: 0px !important; }
  .GTMPORView .rich_text_global ul {
    display: block !important;
    list-style-type: disc !important;
    -webkit-margin-before: 1em !important;
    -webkit-margin-after: 1em !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-end: 0px !important;
    -webkit-padding-start: 40px !important;
    list-style-position: inside !important; }
  .GTMPORView .rich_text_global sup {
    top: -0.5em; }
  .GTMPORView .rich_text_global sub,
  .GTMPORView .rich_text_global sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline; }
  .GTMPORView .rich_text_global p {
    margin: 0 0 10px; }
  .GTMPORView .wrap_ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*word-break: break-all;
        word-wrap: break-word;*/ }
  .GTMPORView .dList_scroll.ms-DetailsList .ms-SelectionZone, .GTMPORView .dList_userScroll.ms-DetailsList .ms-SelectionZone, .GTMPORView .dList_publishScroll.ms-DetailsList .ms-SelectionZone, .GTMPORView .dList_publishScroll_new.ms-DetailsList .ms-SelectionZone {
    max-height: 650px;
    overflow-y: overlay; }
  .GTMPORView .dList_scroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar, .GTMPORView .dList_userScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar, .GTMPORView .dList_publishScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar, .GTMPORView .dList_publishScroll_new.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar {
    width: 10px; }
  .GTMPORView .dList_scroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb, .GTMPORView .dList_userScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb, .GTMPORView .dList_publishScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb, .GTMPORView .dList_publishScroll_new.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb {
    background: #d2d2d2;
    border-radius: 10px; }
  .GTMPORView .dList_scroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb:hover, .GTMPORView .dList_userScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb:hover, .GTMPORView .dList_publishScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb:hover, .GTMPORView .dList_publishScroll_new.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb:hover {
    background: #a9a9a9; }
  .GTMPORView .dList_publishScroll.ms-DetailsList .ms-SelectionZone {
    max-height: 400px; }
  .GTMPORView .dList_publishScroll_new.ms-DetailsList .ms-SelectionZone {
    max-height: 760px; }
  .GTMPORView .rowht40sction .ms-DetailsRow, .GTMPORView .rowht40sction .ms-DetailsRow-cell {
    min-height: 30px !important;
    padding: 2px 0px !important;
    margin: 0px !important; }
  .GTMPORView .dList_userScroll.ms-DetailsList .ms-DetailsHeader-cell {
    font-weight: 700; }
  .GTMPORView .dList_userScroll.ms-DetailsList .ms-SelectionZone {
    max-height: 480px; }
  .GTMPORView .container_fluid {
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 1400px) {
    .GTMPORView .container {
      width: 1330px !important; } }
  .GTMPORView .word_break, .GTMPORView .richtext_list > div {
    word-break: break-word; }
    .GTMPORView .word_break_all {
      word-break: break-all; }
  .GTMPORView .page_status {
    font-size: 14px; }
  .GTMPORView .border_none {
    border: none !important; }
  .GTMPORView .r_border {
    border-right: 1px solid #000; }
  .GTMPORView .pos_rel {
    position: relative; }
  .GTMPORView .whitespace_nowrap {
    white-space: nowrap; }
  .GTMPORView .cust_grid {
    display: block;
    justify-content: normal;
    margin-top: 10px; }
    @media (min-width: 481px) {
      .GTMPORView .cust_grid {
        display: flex;
        justify-content: center;
        flex-flow: row wrap;
        margin-top: 10px; } }
  .GTMPORView .column_in_center {
    float: none; }
  .GTMPORView .video_section {
    /* 4x3 Aspect Ratio */
    /* React Player css */ }
    .GTMPORView .video_section .iframe-container {
      overflow: hidden;
      padding-top: 56.25%;
      position: relative; }
    .GTMPORView .video_section .iframe-container iframe {
      border: 0;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .GTMPORView .video_section .iframe-container-4x3 {
      padding-top: 75%; }
    .GTMPORView .video_section .player_wrapper {
      position: relative !important;
      padding-top: 56% !important; }
    .GTMPORView .video_section .react_player {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important; }
    .GTMPORView .video_section .view_large_btn {
      padding-left: 0px;
      text-decoration: underline; }
  .GTMPORView .cust_video .home_sm_tile {
    background: #000; }
  .GTMPORView .cust_video .home_sm_tile iframe,
  .GTMPORView .cust_video .last_visited_img iframe {
    height: 100%;
    width: 100%;
    opacity: 0.7; }
  .GTMPORView .cust_video .home_sm_tile .ut_img,
  .GTMPORView .cust_video .last_visited_img .ut_img {
    height: 100%;
    width: 100%;
    opacity: 0.7; }
    .GTMPORView .cust_video .home_sm_tile .ut_img img,
    .GTMPORView .cust_video .last_visited_img .ut_img img {
      height: 100%;
      width: 100%;
      max-width: 100% !important; }
  .GTMPORView .cust_video .last_visited_img iframe,
  .GTMPORView .cust_video .last_visited_img .ut_img {
    opacity: 0.9 !important; }
  .GTMPORView .cust_video .last_visited_img .video_icon_bg .video_icon {
    opacity: 0.7; }
  .GTMPORView .cust_video .ut_video .video_icon_bg {
    opacity: 1; }
  .GTMPORView .black_bg {
    background: #000 !important; }
  .GTMPORView .btn_whiteOutline {
    background: transparent;
    height: 33px;
    color: #FFF !important;
    border: 1px solid #FFF !important;
    padding: 10px 25px; }
  .GTMPORView .btn_whiteOutline:hover {
    background: #106bff !important;
    border: none !important;
    color: #FFF !important; }
  .GTMPORView .btn_outline {
    background: #FFF;
    height: 40px;
    color: #106bff !important;
    border: 1px solid #106bff !important;
    padding: 10px 6px; }
  .GTMPORView .btn_outline:hover {
    background: #106bff !important;
    color: #FFF !important; }
  .GTMPORView .btn_outline_disable {
    background: #FFF;
    height: 40px;
    color: #d2d2d2 !important;
    border: 1px solid #d2d2d2 !important;
    padding: 10px 6px; }
  .GTMPORView .btn_outline_disable:hover {
    background: #FFF !important;
    color: #d2d2d2 !important; }
  .GTMPORView .btn_active, .GTMPORView .btn_disable {
    background: #106bff;
    height: 30px;
    color: #FFF !important;
    border: 1px solid #106bff !important;
    cursor: pointer;
    padding: 10px 6px;
    pointer-events: auto;
    cursor: pointer; }
  .GTMPORView .btn_disable {
    background: #d2d2d2;
    border: 1px solid #d2d2d2 !important;
    pointer-events: none; }
  .GTMPORView .ltGrey_bg, .GTMPORView .ltGreyBg {
    background-color: #f0f2f7;
    min-height: 100vh;
    padding-bottom: 70px; }
  .GTMPORView .ltGreyBg {
    min-height: 90vh; }
  .GTMPORView .ltGreyBg20 {
    background-color: #f0f2f7;
    min-height: 100vh;
    padding-bottom: 20px;
    overflow-x: hidden; }
  .GTMPORView .minheight90 {
    min-height: 90vh; }
  .GTMPORView .bg_grey {
    background: #f0f2f7;
    padding: 15px; }
  .GTMPORView .grey_bg {
    background: #e9e9e9;
    padding: 15px; }
  .GTMPORView .content_hidden {
    visibility: hidden; }
  .GTMPORView .action_btn {
    font-size: 16px;
    padding: 3px;
    width: 30px;
    margin-right: 5px;
    background: white;
    color: #007bff !important;
    border: 1px solid #eaeaea;
    box-shadow: 0px 5px 8px #d9d9d9; }
  .GTMPORView .config_action_btn:hover {
    background: #007bff !important;
    color: #fff !important; }
  .GTMPORView .config_action_btn.add_sku {
    padding: 3px 5px; }
    .GTMPORView .config_action_btn.add_sku .ms-Icon.ms-Icon--Add::before {
      font-size: 13px !important;
      font-weight: 600; }
    .GTMPORView .config_action_btn.add_sku:hover .ms-Icon.ms-Icon--Add::before {
      color: #FFF; }
  .GTMPORView .releaseNotes_hr {
    border-bottom: 1.5px solid #d2d2d2;
    padding-top: 10px;
    margin-left: 0px;
    margin-right: 0px; }
  .GTMPORView .releaseNotes_divider {
    border-right: 1px solid #000;
    height: 40px; }
  .GTMPORView .releaseNotes_divider_grey {
    border-left: 2px solid #d2d2d2;
    height: 40px; }
  .GTMPORView .releaseNotesBtn_divider {
    border-right: 1px solid #a9a9a9;
    height: 40px; }
  .GTMPORView .releaseNotes_hyphon {
    border-top: 1px solid black;
    width: 15px; }
  .GTMPORView .confidential_title {
    color: #D28917; }
  .GTMPORView .d_flex {
    display: flex; }
  .GTMPORView .d_flex_rEnd {
    display: flex;
    justify-content: flex-end; }
  .GTMPORView .d_flex_spacebetween {
    display: flex;
    justify-content: space-between; }
  .GTMPORView .d_flex_wrap {
    display: flex;
    flex-wrap: wrap; }
  .GTMPORView .related_por {
    background: #29364e;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0px 10px;
    white-space: nowrap; }
  .GTMPORView .related_por:hover {
    background: #354767; }
  .GTMPORView .divider_grey {
    color: #d2d2d2; }
  .GTMPORView .dropdown_icon i {
    color: white;
    font-size: 12px;
    font-weight: 700;
    line-height: 55px !important; }
  .GTMPORView .rel_wdt560 {
    width: 560px !important;
    padding: 10px !important;
    color: #000;
    overflow-x: hidden !important; }
  .GTMPORView .rel_wdt560:hover {
    background: #e9e9e9; }
    .GTMPORView .rel_wdt560:hover .prod_name {
      color: #0078d4;
      font-weight: 500; }
  .GTMPORView .bottom_line {
    border-bottom: 1px solid #d2d2d2; }
  .GTMPORView .bottom_line:hover {
    background: #f1f7fd; }
  .GTMPORView .others_view {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 85px;
    margin-bottom: 10px; }
  .GTMPORView .btm_hr {
    border-bottom: 1px solid #6f7478;
    padding: 5px 0px; }
  .GTMPORView .top_hr {
    border-top: 1px solid #6f7478; }
  .GTMPORView .reportOwner_bg {
    font-size: 13px;
    background: #29364e;
    display: inline-block;
    text-align: center;
    padding: 5px;
    margin: 5px 0px; }
  .GTMPORView .one_line {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .GTMPORView .font24 {
    font-size: 24px; }
  .GTMPORView .font10 {
    font-size: 10px; }
  .GTMPORView .font12 {
    font-size: 12px; }
  .GTMPORView .font16 {
    font-size: 16px; }
  .GTMPORView .font18 {
    font-size: 18px; }
  .GTMPORView .font_wt500 {
    font-weight: 500; }
  .GTMPORView .font_wt600 {
    font-weight: 600; }
  .GTMPORView .font_bold {
    font-weight: 700; }
  .GTMPORView .ht40 {
    height: 40px !important; }
  .GTMPORView .ht75 {
    height: 75px !important; }
  .GTMPORView .mrg_rgt_3 {
    margin-right: 3px !important; }
  .GTMPORView .padd0 {
    padding: 0px; }
  .GTMPORView .padd5 {
    padding: 5px; }
  .GTMPORView .padd10 {
    padding: 10px; }
  .GTMPORView .padd15 {
    padding: 15px; }
  .GTMPORView .padd20 {
    padding: 20px; }
  .GTMPORView .padd_rgt_0 {
    padding-right: 0; }
  .GTMPORView .padd_lftRgt_0 {
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 481px) and (max-width: 767px) {
    .GTMPORView .padd_lftRgt_0_portrait {
      padding-left: 0;
      padding-right: 0; } }
  .GTMPORView .padd_lftRgt_2 {
    padding-left: 2px;
    padding-right: 2px; }
  .GTMPORView .padd_lftRgt_5 {
    padding-left: 5px;
    padding-right: 5px; }
  .GTMPORView .padd_lftRgt_10 {
    padding-left: 10px;
    padding-right: 10px; }
  .GTMPORView .padd_lftRgt_15 {
    padding-left: 15px;
    padding-right: 15px; }
  .GTMPORView .padd_lftRgt_20 {
    padding-left: 20px;
    padding-right: 20px; }
  .GTMPORView .padd_lftRgt_30 {
    padding-left: 30px;
    padding-right: 30px; }
  .GTMPORView .padd_lftRgt_40 {
    padding-left: 40px;
    padding-right: 40px; }
  .GTMPORView .padd_topbtm_5 {
    padding-top: 5px;
    padding-bottom: 5px; }
  .GTMPORView .padd_topbtm_10 {
    padding-top: 10px;
    padding-bottom: 10px; }
  .GTMPORView .padd_topbtm_15 {
    padding-top: 15px;
    padding-bottom: 15px; }
  .GTMPORView .padd_topbtm_20 {
    padding-top: 20px;
    padding-bottom: 20px; }
  .GTMPORView .padd_topbtm_25 {
    padding-top: 25px;
    padding-bottom: 25px; }
  .GTMPORView .padd_topbtm_30 {
    padding-top: 30px;
    padding-bottom: 30px; }
  .GTMPORView .padd_topbtm_40 {
    padding-top: 40px;
    padding-bottom: 40px; }
  .GTMPORView .padd_topbtm_50 {
    padding-top: 50px;
    padding-bottom: 50px; }
  .GTMPORView .padd_lft_0 {
    padding-left: 0; }
  .GTMPORView .padd_lft_5 {
    padding-left: 5px; }
  .GTMPORView .padd_lft_10 {
    padding-left: 10px; }
  .GTMPORView .padd_lft_15 {
    padding-left: 15px; }
  @media (min-width: 481px) and (max-width: 767px) {
    .GTMPORView .padd_lft_45_portrait {
      padding-left: 45px; } }
  .GTMPORView .padd_lft_20 {
    padding-left: 20px; }
  .GTMPORView .padd_lft_25 {
    padding-left: 25px; }
  .GTMPORView .padd_lft_30 {
    padding-left: 30px; }
  .GTMPORView .padd_lft_35 {
    padding-left: 35px; }
  .GTMPORView .padd_lft_40 {
    padding-left: 40px; }
    @media (min-width: 481px) and (max-width: 767px) {
      .GTMPORView .padd_lft_40 {
        padding-left: 17px; } }
  .GTMPORView .padd_lft_50 {
    padding-left: 50px; }
  .GTMPORView .padd_lft_60 {
    padding-left: 60px; }
  .GTMPORView .padd_lft_70 {
    padding-left: 70px; }
  .GTMPORView .padd_lft_80 {
    padding-left: 80px; }
  .GTMPORView .padd_lft_100 {
    padding-left: 100px; }
  .GTMPORView .padd_lft_105 {
    padding-left: 105px; }
  .GTMPORView .padd_lft_115 {
    padding-left: 115px; }
  .GTMPORView .padd_lft_100 {
    padding-left: 100px; }
  .GTMPORView .padd_lft_540 {
    padding-left: 540px; }
  .GTMPORView .padd_rgt_2 {
    padding-right: 2px; }
  .GTMPORView .padd_rgt_4 {
    padding-right: 4px; }
  .GTMPORView .padd_rgt_5 {
    padding-right: 5px; }
  .GTMPORView .padd_rgt_9 {
    padding-right: 9px; }
  .GTMPORView .padd_rgt_10 {
    padding-right: 10px; }
  .GTMPORView .padd_rgt_15 {
    padding-right: 15px; }
  .GTMPORView .padd_rgt_20 {
    padding-right: 20px; }
  .GTMPORView .padd_rgt_25 {
    padding-right: 25px; }
  .GTMPORView .padd_rgt_30 {
    padding-right: 30px; }
  .GTMPORView .padd_rgt_35 {
    padding-right: 35px; }
  .GTMPORView .padd_rgt_40 {
    padding-right: 40px; }
  .GTMPORView .padd_rgt_50 {
    padding-right: 50px; }
  .GTMPORView .padd_rgt_60 {
    padding-right: 60px; }
  .GTMPORView .padd_top_0 {
    padding-top: 0px; }
  .GTMPORView .padd_top_2 {
    padding-top: 2px; }
  .GTMPORView .padd_top_4 {
    padding-top: 4px; }
  .GTMPORView .padd_top_5 {
    padding-top: 5px; }
  .GTMPORView .padd_top_7 {
    padding-top: 7px; }
  .GTMPORView .padd_top_8 {
    padding-top: 8px; }
  .GTMPORView .padd_top_9 {
    padding-top: 9px; }
  .GTMPORView .padd_top_10 {
    padding-top: 10px; }
  .GTMPORView .padd_top_12 {
    padding-top: 12px; }
  .GTMPORView .padd_top_15 {
    padding-top: 15px; }
  .GTMPORView .padd_top_18 {
    padding-top: 18px !important; }
  .GTMPORView .padd_top_20 {
    padding-top: 20px; }
  .GTMPORView .padd_top_25 {
    padding-top: 25px; }
  .GTMPORView .padd_top_30 {
    padding-top: 30px; }
  .GTMPORView .padd_top_35 {
    padding-top: 35px; }
  .GTMPORView .padd_top_40 {
    padding-top: 40px; }
  .GTMPORView .padd_top_50 {
    padding-top: 50px; }
  .GTMPORView .padd_top_65 {
    padding-top: 65px; }
  .GTMPORView .padd_top_70 {
    padding-top: 70px; }
  .GTMPORView .padd_top_80 {
    padding-top: 80px; }
  .GTMPORView .padd_top_90 {
    padding-top: 90px; }
  .GTMPORView .padd_top_95 {
    padding-top: 95px; }
  .GTMPORView .padd_top_100 {
    padding-top: 100px; }
  .GTMPORView .padd_top_115 {
    padding-top: 115px; }
  .GTMPORView .padd_top_120 {
    padding-top: 120px; }
  .GTMPORView .padd_top_125 {
    padding-top: 125px; }
  .GTMPORView .padd_top_130 {
    padding-top: 130px; }
  .GTMPORView .padd_top_135 {
    padding-top: 135px; }
  .GTMPORView .padd_top_140 {
    padding-top: 140px; }
  .GTMPORView .padd_top_160 {
    padding-top: 160px; }
  .GTMPORView .padd_top_170 {
    padding-top: 170px; }
  .GTMPORView .padd_top_180 {
    padding-top: 180px; }
  .GTMPORView .padd_top_190 {
    padding-top: 190px; }
  .GTMPORView .padd_top_200 {
    padding-top: 200px; }
  .GTMPORView .padd_top_250 {
    padding-top: 250px; }
  .GTMPORView .padd_btm_0 {
    padding-bottom: 0; }
  .GTMPORView .padd_btm_0_imp {
    padding-bottom: 0 !important; }
  .GTMPORView .padd_btm_2 {
    padding-bottom: 2rem; }
  .GTMPORView .padd_btm_5 {
    padding-bottom: 5px; }
  .GTMPORView .padd_btm_10 {
    padding-bottom: 10px; }
  .GTMPORView .padd_btm_15 {
    padding-bottom: 15px; }
  .GTMPORView .padd_btm_20 {
    padding-bottom: 20px; }
  .GTMPORView .padd_btm_25 {
    padding-bottom: 25px; }
  .GTMPORView .padd_btm_30 {
    padding-bottom: 30px; }
  .GTMPORView .padd_btm_40 {
    padding-bottom: 40px; }
  .GTMPORView .padd_btm_50 {
    padding-bottom: 50px; }
  .GTMPORView .padd_btm_80 {
    padding-bottom: 100px; }
  .GTMPORView .padd_btm_80_a {
    padding-bottom: 80px; }
  .GTMPORView .padd_btm_150 {
    padding-bottom: 150px; }
  .GTMPORView .mrg_lft_0 {
    margin-left: 0; }
  .GTMPORView .mrg_lft_10 {
    margin-left: 10px; }
  .GTMPORView .mrg_lft_15 {
    margin-left: 15px; }
  .GTMPORView .mrg_lft_25 {
    margin-left: 25px; }
  .GTMPORView .mrg_lft_40 {
    margin-left: 40px; }
  .GTMPORView .mrg_lft_50 {
    margin-left: 50px; }
  .GTMPORView .mrg_lft_105 {
    margin-left: 105px; }
  .GTMPORView .mrg_lft_375 {
    margin-left: 375px; }
  .GTMPORView .mrg_lft_220 {
    margin-left: 220px; }
  .GTMPORView .mrg_lft_min_5 {
    margin-left: -5px; }
  .GTMPORView .mrg_lft_min_10 {
    margin-left: -10px; }
  .GTMPORView .mrg_lft_min_15 {
    margin-left: -15px; }
  .GTMPORView .mrg_top_n_60 {
    margin-top: -60px; }
  .GTMPORView .mrg_lft_min_30 {
    margin-left: -30px; }
  .GTMPORView .mrg_lftRgt_0 {
    margin-left: 0;
    margin-right: 0; }
  .GTMPORView .mrg_lftRgt_15 {
    margin-left: 15px;
    margin-right: 15px; }
  .GTMPORView .mrg_lftRgt_20 {
    margin-left: 20px;
    margin-right: 20px; }
  .GTMPORView .mrg_topbtm_5 {
    margin-top: 5px;
    margin-bottom: 5px; }
  .GTMPORView .mrg_topbtm_10 {
    margin-top: 10px;
    margin-bottom: 10px; }
  .GTMPORView .mrg_topbtm_20 {
    margin-top: 20px;
    margin-bottom: 20px; }
  .GTMPORView .mrg_topbtm_30 {
    margin-top: 30px;
    margin-bottom: 30px; }
  .GTMPORView .mrg_rgt_0 {
    margin-right: 0; }
  .GTMPORView .mrg_rgt_5 {
    margin-right: 5px; }
  .GTMPORView .mrg_rgt_10 {
    margin-right: 10px; }
  .GTMPORView .mrg_rgt_15 {
    margin-right: 15px; }
  .GTMPORView .mrg_rgt_20 {
    margin-right: 20px; }
  .GTMPORView .mrg_rgt_30 {
    margin-right: 30px; }
  .GTMPORView .mrg_rgt_280 {
    margin-right: 280px; }
  .GTMPORView .mrg_btm_0 {
    margin-bottom: 0; }
  .GTMPORView .mrg_btm_5 {
    margin-bottom: 5px; }
  .GTMPORView .mrg_btm_10 {
    margin-bottom: 10px; }
  .GTMPORView .mrg_btm_15 {
    margin-bottom: 15px; }
  .GTMPORView .mrg_btm_20 {
    margin-bottom: 20px; }
  .GTMPORView .mrg_btm_30 {
    margin-bottom: 30px; }
  .GTMPORView .mrg_btm_40 {
    margin-bottom: 40px; }
  .GTMPORView .mrg_btm_45 {
    margin-bottom: 45px; }
  .GTMPORView .mrg_btm_50 {
    margin-bottom: 50px; }
  .GTMPORView .mrg_btm_60 {
    margin-bottom: 60px; }
  .GTMPORView .mrg_btm_90 {
    margin-bottom: 90px; }
  .GTMPORView .mrg_btm_100 {
    margin-bottom: 100px; }
  .GTMPORView .mrg_btm_140 {
    margin-bottom: 140px; }
  .GTMPORView .mrg_btm_170 {
    margin-bottom: 170px; }
  .GTMPORView .mrg_top_n_15 {
    margin-top: -15px; }
  .GTMPORView .mrg_top_0 {
    margin-top: 0; }
  .GTMPORView .mrg_top_4 {
    margin-top: 4px; }
  .GTMPORView .mrg_top_5 {
    margin-top: 5px; }
  .GTMPORView .mrg_top_10 {
    margin-top: 10px; }
  .GTMPORView .mrg_top_12 {
    margin-top: 12px; }
  .GTMPORView .mrg_top_15 {
    margin-top: 15px; }
  .GTMPORView .mrg_top_20 {
    margin-top: 20px; }
  .GTMPORView .mrg_top_25 {
    margin-top: 25px; }
  .GTMPORView .mrg_top_30 {
    margin-top: 30px; }
  .GTMPORView .mrg_top_35 {
    margin-top: 35px; }
  .GTMPORView .mrg_top_40 {
    margin-top: 40px; }
  .GTMPORView .mrg_top_45 {
    margin-top: 45px; }
  .GTMPORView .mrg_top_50 {
    margin-top: 50px; }
  .GTMPORView h1,
  .GTMPORView .h1 {
    font-size: 1.875em;
    font-weight: 400; }
  .GTMPORView h2,
  .GTMPORView .h2 {
    font-size: 1.72em;
    font-weight: 500; }
  .GTMPORView h3,
  .GTMPORView .h3 {
    font-size: 1.14em;
    font-weight: 600; }
  .GTMPORView h5,
  .GTMPORView .h5 {
    font-size: 0.625em;
    font-weight: 300; }
  .GTMPORView .font14 {
    font-size: 14px; }
  .GTMPORView .font20 {
    font-size: 20px; }
  .GTMPORView .font28 {
    font-size: 28px; }
  .GTMPORView .font40 {
    font-size: 40px; }
  .GTMPORView .blue_outlook {
    color: #006fc4; }
  .GTMPORView .blue_word {
    color: #2b589b; }
  .GTMPORView .blue_text {
    color: #00b4f1; }
  .GTMPORView .blue_icon {
    font-weight: 700;
    color: #106bff; }
  .GTMPORView .blue_visio {
    color: #36519f; }
  .GTMPORView .green {
    color: #107B12; }
  .GTMPORView .green-border {
    border: 2px solid #107B12; }
  .GTMPORView .brown {
    color: #D73A06; }
  .GTMPORView .white {
    color: #FFF; }
  .GTMPORView .white_bg {
    background: #FFF; }
  .GTMPORView .grey_hr {
    border-bottom: 1px solid #D0D0D0; }
  .GTMPORView .grey_top {
    border-top: 2px solid #D0D0D0;
    padding-top: 10px; }
  .GTMPORView .blue_hr {
    border-bottom: 3px solid #106bff; }
  .GTMPORView .blue_checkedBox .ms-Checkbox-text {
    color: #0078d6 !important; }
  .GTMPORView .vertical_align {
    height: 40px;
    line-height: 13px; }
  .GTMPORView .noHorizontalScroll {
    overflow-x: hidden !important; }
  .GTMPORView .blue_checkedBox1.ms-Checkbox-text {
    color: #0078d6 !important; }
  .GTMPORView .black_hr {
    border-top: 1px solid #000; }
  .GTMPORView .d_none {
    display: none !important; }
  .GTMPORView .d_inline {
    display: inline; }
  .GTMPORView .block {
    display: block; }
  .GTMPORView .d_inline_block {
    display: inline-block; }
  .GTMPORView .d_inline_flex {
    display: inline-flex; }
  .GTMPORView .img_publish_por {
    height: 25px;
    width: 30px; }
  .GTMPORView .img_preview_por {
    height: 30px;
    width: 30px; }
  .GTMPORView .word_break_price {
    word-break: break-all; }
  .GTMPORView .width60 {
    width: 60px; }
  .GTMPORView .width90 {
    width: 90px; }
  .GTMPORView .height100 {
    height: 100%; }
  .GTMPORView .heightAuto {
    height: auto !important; }
  .GTMPORView .width100 {
    width: 100%; }
  .GTMPORView .widthAuto {
    width: auto !important; }
  .GTMPORView .wdt135 {
    width: 135px; }
  .GTMPORView .wdt145 {
    width: 145px; }
  .GTMPORView .wdt160 {
    width: 160px; }
  .GTMPORView .wdt175 {
    width: 175px; }
  .GTMPORView .wdt260 {
    width: 260px; }
  .GTMPORView .wdt600 {
    width: 600px; }
  .GTMPORView .wdt106 {
    width: 106px; }
  .GTMPORView .hgt45 {
    height: 45px; }
  .GTMPORView .align_center_abs {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .GTMPORView .align_center, .GTMPORView .video_icon_bg {
    display: flex;
    justify-content: center;
    align-items: center; }
  .GTMPORView .content_right {
    display: flex;
    justify-content: flex-end; }
  .GTMPORView .align_leftBaseline {
    display: flex !important;
    align-items: baseline !important; }
  .GTMPORView .align_right {
    display: inline-grid;
    justify-content: right;
    align-items: flex-end; }
  .GTMPORView .align_leftMiddle {
    display: flex;
    align-items: center; }
  .GTMPORView .align_left {
    display: inline-grid;
    justify-content: left;
    align-items: center; }
  .GTMPORView .align_left_bottom {
    display: inline-grid;
    justify-content: left;
    align-items: flex-end; }
  .GTMPORView .text_webkit_right {
    text-align: -webkit-right; }
  .GTMPORView .cursor_pointer {
    cursor: pointer; }
  .GTMPORView .cursor_not_allow {
    cursor: not-allowed; }
  .GTMPORView .cursor_default {
    cursor: default; }
  .GTMPORView .cursor_pointer_off .ms-TextField-fieldGroup .ms-TextField-field {
    cursor: default !important; }
  .GTMPORView .expand_waves {
    color: #0077D5;
    font-size: 12px;
    padding: 3px;
    text-align: center;
    width: 93px;
    border: 1px solid #7caaf2;
    border-radius: 15px; }
  .GTMPORView .manage_private_communities .subscription.people_selected {
    background: #F5F5F5;
    position: relative;
    height: 70px; }
    .GTMPORView .manage_private_communities .subscription.people_selected .ms-Icon {
      position: absolute;
      right: 10px;
      top: 10px; }
  .GTMPORView .ms-Persona-details {
    padding: 0 6px;
    display: inline-block; }
    .GTMPORView .ms-Persona-details .ms-Persona-primaryText,
    .GTMPORView .ms-Persona-details .ms-Persona-secondaryText {
      display: inline;
      color: #000;
      font-size: 14px; }
    .GTMPORView .ms-Persona-details .ms-Persona-primaryText {
      font-weight: 600; }
    .GTMPORView .ms-Persona-details .ms-Persona-secondaryText {
      padding-left: 0; }
      .GTMPORView .ms-Persona-details .ms-Persona-secondaryText::before {
        content: "-";
        margin: 0 5px; }
  .GTMPORView .ms-TextField-fieldGroup,
  .GTMPORView .FilteredMultiSelect__select,
  .GTMPORView .ms-Dropdown-title {
    background: #FFF;
    border: 1px solid #D0D0D0;
    height: 40px; }
  .GTMPORView .custom_field .ms-TextField-field {
    font-size: 20px;
    line-height: 26px !important; }
  @media (min-width: 600px) and (max-width: 991px) {
    .GTMPORView .hide_on_screen50 {
      display: none !important; }
    .GTMPORView .font12 {
      font-size: 12px; }
    .GTMPORView .padd_lft_0 {
      padding-left: 0px !important; }
    .GTMPORView .padd_top_160_s50 {
      padding-top: 160px !important; }
    .GTMPORView .padd_lft_35_s50 {
      padding-left: 35px !important; }
    .GTMPORView .padd_lftRgt_0_s50 {
      padding-left: 0px !important;
      padding-right: 0px !important; }
    .GTMPORView .item_left {
      display: flex !important;
      justify-content: left !important; }
    .GTMPORView .item_center {
      display: flex !important;
      justify-content: center !important; }
    .GTMPORView .item_right {
      display: flex !important;
      justify-content: flex-end !important; }
    .GTMPORView .pivot_container {
      margin-right: 5px; }
    .GTMPORView .pivot_tabs .ms-Pivot-link {
      min-width: 126px !important; }
    .GTMPORView .pivot_tabs .ms-FocusZone ul.ms-Pivot--tabs {
      display: flex; }
      .GTMPORView .pivot_tabs .ms-FocusZone ul.ms-Pivot--tabs button {
        height: 45px !important; }
      .GTMPORView .pivot_tabs .ms-FocusZone ul.ms-Pivot--tabs button.ms-Pivot-link {
        background-color: #fcfcfc !important;
        margin-right: 3px !important;
        min-width: 1em !important;
        font-weight: 400;
        font-size: 14px !important; } }
  @media only screen and (min-width: 768px) {
    .GTMPORView .hide_on_desktop {
      display: none !important; } }
  @media (max-width: 767px) {
    .GTMPORView .hide_on_mobile {
      display: none !important; } }
  @media (min-width: 481px) {
    .GTMPORView .hide_common_layout {
      display: none !important; } }
  @media (min-width: 320px) and (max-width: 480px) {
    .GTMPORView .hide_on_mobile_portrait {
      display: none !important; } }
  @media (min-width: 481px) and (max-width: 767px) {
    .GTMPORView .quick_links_section .viewhome_nav {
      display: none !important; }
    .GTMPORView .quick_links_section .landscape_only {
      display: block !important; } }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .GTMPORView .quick_links_section .viewhome_nav {
      display: none !important; }
    .GTMPORView .quick_links_section .landscape_only {
      display: block !important; } }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .GTMPORView .tab_landscape {
      display: block !important; }
    .GTMPORView .other_d {
      display: none !important; } }
  @media (max-width: 767px) {
    .GTMPORView .mobile_center {
      text-align: center; }
    .GTMPORView .mob_btn_w100 {
      width: 100%; }
    .GTMPORView .mob_padding_0 {
      padding: 0; } }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .GTMPORView .tab_center {
      text-align: center; } }
  .GTMPORView .default_message {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
    color: #666;
    height: 100%;
    padding: 10px; }
    .GTMPORView .default_message h2 {
      font-weight: 300; }
      @media (max-width: 767px) {
        .GTMPORView .default_message h2 {
          font-size: 18px; } }
  .GTMPORView .richtext_list {
    overflow: auto !important;
    /*table { width: 100% !important}*/ }
    .GTMPORView .richtext_list ul,
    .GTMPORView .richtext_list ol {
      padding-left: 15px; }
    .GTMPORView .richtext_list ul {
      list-style-type: unset !important; }
    .GTMPORView .richtext_list ol {
      list-style-type: decimal !important; }

.labelBold {
  font-weight: 700px; }

.GTMPORView {
  /* Buttons */ }
  .GTMPORView label {
    font-weight: normal; }
  .GTMPORView .ms_logo {
    width: 112px;
    height: 28px;
    padding-right: 14px;
    background-size: contain;
    display: inline-block; }
  .GTMPORView .ms_logo_black {
    width: 112px;
    height: 21px;
    padding-right: 14px;
    background-size: contain;
    display: inline-block; }
  .GTMPORView input[type="checkbox"],
  .GTMPORView input[type="radio"] {
    margin: 4px 5px 0 0 !important; }
  .GTMPORView input[type="checkbox"] + label {
    color: #0067B8; }
  .GTMPORView .grey_txt {
    color: #999; }
  .GTMPORView .page_url {
    font-size: 1.5em;
    padding-right: 8px; }
  .GTMPORView .share_icon {
    font-size: 1.5em;
    vertical-align: middle; }
  .GTMPORView .vertical-alignMiddle {
    vertical-align: middle !important; }
  .GTMPORView .toggle_label {
    display: flex; }
    .GTMPORView .toggle_label .ms-Toggle {
      display: flex; }
    .GTMPORView .toggle_label .ms-Toggle-label {
      margin-right: 20px; }
    .GTMPORView .toggle_label.whtLabel .ms-Toggle-label {
      color: white !important; }
  .GTMPORView .btn_primary {
    /* Blue Button */
    background: #0077D5;
    color: #FFF !important;
    border-color: transparent;
    padding: 6px 20px;
    font-size: 14px;
    text-transform: uppercase; }
    .GTMPORView .btn_primary:hover {
      text-decoration: none; }
  .GTMPORView .btn_default {
    color: #000;
    border: 1px solid #000;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 14px;
    background-color: transparent;
    border-radius: 0; }
    .GTMPORView .btn_default:hover {
      text-decoration: none; }
    .GTMPORView .btn_default:focus, .GTMPORView .btn_default:active:focus, .GTMPORView .btn_default.active:focus, .GTMPORView .btn_default.focus, .GTMPORView .btn_default:active.focus, .GTMPORView .btn_default.active.focus {
      outline: none;
      box-shadow: none; }
  .GTMPORView .btn_disabled {
    color: #000;
    padding: 4px 13px;
    border-radius: 13px;
    font-size: 11px;
    background-color: #AFAFAF;
    text-decoration: none;
    opacity: 0.5;
    cursor: not-allowed;
    margin-top: 4px; }
  .GTMPORView .btn_enabled {
    cursor: pointer;
    border-radius: 13px;
    font-size: 11px;
    padding: 4px 13px;
    margin-top: 4px;
    border: 1px solid #a6a6a6;
    background-color: #FFF;
    color: #000; }
    .GTMPORView .btn_enabled:hover {
      text-decoration: none; }
  .GTMPORView .btn_submit {
    background-color: #e70070;
    color: #FFF;
    padding: 8px 20px;
    border: 1px solid #e70070;
    border-radius: 0;
    font-weight: 600; }
  .GTMPORView .rounded_btn {
    background-color: #B4229E;
    color: #FFF;
    padding: 14px 28px;
    border: 1px solid #B4229E;
    border-radius: 25px;
    text-transform: uppercase; }
  .GTMPORView .btn_secondary {
    border: 1px solid #666;
    background: none;
    color: #000;
    min-width: 120px;
    padding: 10px 20px;
    font-size: 12px;
    border-radius: 0;
    text-transform: uppercase; }
  .GTMPORView .view_all_btn {
    padding: 6px 15px;
    border-radius: 0;
    height: 35px;
    color: #0067B8;
    border-color: #0067B8;
    background-color: transparent;
    transition: 0.25s; }
    .GTMPORView .view_all_btn:hover {
      background-color: #0067B8;
      color: #FFF;
      transition: 0.25s;
      text-decoration: none; }
  .GTMPORView .btn_primary,
  .GTMPORView .btn_secondary,
  .GTMPORView .btn_default {
    transition: 0.25s; }
  .GTMPORView .border_top_0 {
    border-top: 0; }
  .GTMPORView .ms-Persona-initials,
  .GTMPORView .callout-content-container .ms-Persona-initials {
    background: #D28917; }
  .GTMPORView .view_bg_overlay {
    background: rgba(212, 228, 239, 0);
    background: -moz-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212, 228, 239, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#000000', GradientType=0 );
    min-height: 500px; }
    @media (max-width: 767px) {
      .GTMPORView .view_bg_overlay {
        min-height: 250px; } }
  .GTMPORView .banner_image_filter {
    position: relative; }
    .GTMPORView .banner_image_filter .headerStyle_content {
      position: absolute;
      width: 100%;
      z-index: 1;
      text-align: center; }
    .GTMPORView .banner_image_filter .view_hero_content {
      display: flex;
      align-items: flex-end;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 18px; }
      .GTMPORView .banner_image_filter .view_hero_content .row {
        display: contents;
        align-items: flex-end;
        width: 100%; }
        @media (max-width: 767px) {
          .GTMPORView .banner_image_filter .view_hero_content .row {
            display: inline-block; } }
    .GTMPORView .banner_image_filter h1.page_title {
      color: #FFF;
      padding-bottom: 10px;
      font-weight: 100;
      word-wrap: break-word;
      font-size: 60px; }
      @media (max-width: 767px) {
        .GTMPORView .banner_image_filter h1.page_title {
          font-size: 36px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; } }
      @media (min-width: 320px) and (max-width: 480px) {
        .GTMPORView .banner_image_filter h1.page_title {
          padding-left: 10%;
          text-align: center; } }
      @media (min-width: 481px) and (max-width: 767px) {
        .GTMPORView .banner_image_filter h1.page_title {
          padding: 0px 15px 0px 15px; } }
    .GTMPORView .banner_image_filter .hubBreadCrumb {
      margin-top: 0;
      display: inline-block; }
      @media (min-width: 320px) and (max-width: 480px) {
        .GTMPORView .banner_image_filter .hubBreadCrumb {
          display: none; } }
      @media (min-width: 481px) and (max-width: 767px) {
        .GTMPORView .banner_image_filter .hubBreadCrumb {
          padding: 0px 15px 0px 15px; } }
      .GTMPORView .banner_image_filter .hubBreadCrumb li div {
        font-size: 18px;
        margin-right: 10px; }
      .GTMPORView .banner_image_filter .hubBreadCrumb li a {
        font-size: 16px;
        color: #FFF; }
        .GTMPORView .banner_image_filter .hubBreadCrumb li a:hover {
          background: none; }
        .GTMPORView .banner_image_filter .hubBreadCrumb li a:last-child {
          color: #FFC625; }
        .GTMPORView .banner_image_filter .hubBreadCrumb li a > div {
          font-size: 16px; }
    .GTMPORView .banner_image_filter .dropdown.hubBreadCrumbDpdn {
      display: inline-block; }
      @media (min-width: 320px) and (max-width: 480px) {
        .GTMPORView .banner_image_filter .dropdown.hubBreadCrumbDpdn {
          display: none; } }
    .GTMPORView .banner_image_filter .page_description {
      background: rgba(0, 0, 0, 0.5);
      padding: 15px; }
      .GTMPORView .banner_image_filter .page_description p {
        font-size: 18px;
        font-weight: normal;
        line-height: 24px;
        color: #FFF;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden; }
        @media (max-width: 767px) {
          .GTMPORView .banner_image_filter .page_description p {
            font-size: 16px;
            line-height: 20px;
            padding-bottom: 2px;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            width: 100%; } }
  .GTMPORView .fav_icon_bg, .GTMPORView .fav_icon_bg_grey, .GTMPORView .fav_icon_bg_red {
    width: 40px;
    height: 40px;
    border-radius: 22px;
    background-color: #D73A06;
    padding-top: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    .GTMPORView .fav_icon_bg_grey {
      background-color: #D0D0D0; }
      .GTMPORView .fav_icon_bg_grey .ms-Icon--Share {
        color: black !important;
        padding-left: 4px;
        padding-bottom: 4px; }
    .GTMPORView .fav_icon_bg_red {
      color: #FFF;
      width: 23px;
      height: 23px;
      font-size: 12px;
      padding-top: 0px; }
  .GTMPORView .heart_fill {
    font-size: 180%;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center; }
  .GTMPORView .video_icon_bg {
    margin: 0 auto;
    position: absolute;
    top: 0 !important;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0; }
    .GTMPORView .video_icon_bg .video_icon {
      font-size: 440%;
      color: #000;
      position: relative;
      opacity: 0.8; }
      @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
        .GTMPORView .video_icon_bg .video_icon {
          font-size: 440%; } }
      @media (max-width: 767px) {
        .GTMPORView .video_icon_bg .video_icon {
          font-size: 450%; } }
    .GTMPORView .video_icon_bg .play_icon {
      font-size: 300%;
      color: #b8b8b8;
      opacity: 0.5; }
      @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
        .GTMPORView .video_icon_bg .play_icon {
          font-size: 320%; } }
      @media (max-width: 767px) {
        .GTMPORView .video_icon_bg .play_icon {
          font-size: 320%; } }
  .GTMPORView .grey_container {
    background: #F1F1F1;
    margin-bottom: 40px; }
  .GTMPORView .doc_load_more {
    background: #E6E6E6;
    color: #000;
    text-align: center;
    padding: 5px;
    margin: 0px -20px 0px -20px;
    cursor: pointer; }
  .GTMPORView .related-links {
    background-color: #F1F1F1;
    padding: 20px 20px 0px 20px; }
    .GTMPORView .related-links.links {
      margin-bottom: 0px; }
    .GTMPORView .related-links.docs {
      padding: 10px; }
    .GTMPORView .related-links.landing_docs {
      margin-bottom: 50px;
      padding-bottom: 0; }
      @media (max-width: 767px) {
        .GTMPORView .related-links.landing_docs {
          margin-bottom: 0px; } }
    .GTMPORView .related-links .media {
      padding: 5px;
      cursor: default;
      transition: 0.25s;
      display: flex;
      align-items: center; }
      .GTMPORView .related-links .media:hover,
      .GTMPORView .related-links .media:hover span {
        background: #DDD; }
      .GTMPORView .related-links .media-body {
        display: flex;
        align-items: center; }
        .GTMPORView .related-links .media-body .file_icon {
          display: flex;
          flex-grow: 0;
          align-items: center; }
        .GTMPORView .related-links .media-body .ms-Icon--Document {
          font-size: 40px;
          color: #000;
          font-weight: 100; }
        .GTMPORView .related-links .media-body span {
          font-size: 14px;
          line-height: 14px;
          position: absolute;
          color: #000;
          text-transform: uppercase;
          background: #f1f1f1;
          margin-left: -5px; }
    .GTMPORView .related-links .media-heading {
      font-size: 16px;
      display: flex;
      flex-grow: 1;
      overflow: visible;
      word-break: break-all;
      line-height: 20px;
      margin-bottom: 5px; }
    .GTMPORView .related-links .created_author_date {
      font-size: 12px;
      color: #8b8b8b; }
    .GTMPORView .related-links .download_wrapper_gray {
      width: 40px;
      height: 40px;
      display: inline-block;
      border-radius: 50%;
      cursor: default;
      background-color: #D0D0D0;
      opacity: 0.7; }
      .GTMPORView .related-links .download_wrapper_gray .ms-Icon--Download {
        color: #000;
        font-size: 24px;
        padding: 3px 8px;
        opacity: 0.7; }
    .GTMPORView .related-links .download_wrapper {
      width: 40px;
      height: 40px;
      background-color: #D0D0D0;
      display: inline-block;
      border-radius: 50%;
      cursor: pointer; }
      .GTMPORView .related-links .download_wrapper:hover {
        background: #A8A8A8; }
      .GTMPORView .related-links .download_wrapper .ms-Icon--Download {
        color: #000;
        font-size: 24px;
        padding: 3px 8px; }
  .GTMPORView .filter_section {
    background-color: #F1F1F1;
    padding: 18px 0;
    line-height: 1; }
    .GTMPORView .filter_section .filter_title {
      font-size: 20px;
      font-weight: 700;
      margin-top: 4px; }
    .GTMPORView .filter_section .up_down_icon {
      font-size: 30px;
      cursor: pointer; }
    .GTMPORView .filter_section .dropdown_errmsg .ms-Dropdown-label {
      color: #000;
      margin-bottom: 5px; }
    .GTMPORView .filter_section .dropdown_errmsg .ms-Dropdown-container:after {
      display: none; }
  .GTMPORView .ms-Dropdown-container .ms-Dropdown-caretDownWrapper {
    cursor: pointer; }
  .GTMPORView .default_message {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
    color: #666;
    height: 100%;
    padding: 10px; }
    .GTMPORView .default_message h2 {
      font-weight: 300; }
      @media (max-width: 767px) {
        .GTMPORView .default_message h2 {
          font-size: 18px; } }
  .GTMPORView .default_message_home {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
    color: #F5F5F5;
    height: 100%;
    padding-top: 80px; }
    .GTMPORView .default_message_home p {
      font-weight: 300;
      font-size: 14px; }
      @media (max-width: 767px) {
        .GTMPORView .default_message_home p {
          font-size: 12px; } }

.view_bg_overlay {
  background: rgba(212, 228, 239, 0);
  background: -moz-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212, 228, 239, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#000000', GradientType=0 );
  min-height: 250px; }
  @media only screen and (min-width: 768px) {
    .view_bg_overlay {
      min-height: 500px; } }

.banner_image_filter {
  position: relative; }
  .banner_image_filter .headerStyle_content {
    position: absolute;
    width: 100%;
    z-index: 1;
    text-align: center; }
  .banner_image_filter .view_hero_content {
    display: flex;
    align-items: flex-end;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 18px; }
    .banner_image_filter .view_hero_content .row {
      display: contents;
      align-items: flex-end;
      width: 100%; }
  .banner_image_filter h1.page_title {
    color: #FFF;
    padding-bottom: 10px;
    font-size: 60px;
    font-weight: 100;
    max-width: 100%;
    word-wrap: break-word; }
  .banner_image_filter .hubBreadCrumb {
    margin-top: 0;
    display: inline-block; }
    .banner_image_filter .hubBreadCrumb li div {
      font-size: 18px;
      margin-right: 10px; }
    .banner_image_filter .hubBreadCrumb li a {
      font-size: 16px;
      color: #FFF; }
      .banner_image_filter .hubBreadCrumb li a:hover {
        background: none; }
      .banner_image_filter .hubBreadCrumb li a:last-child {
        color: #FFC625; }
      .banner_image_filter .hubBreadCrumb li a > div {
        font-size: 16px; }
  .banner_image_filter .dropdown.hubBreadCrumbDpdn {
    display: inline-block; }
  .banner_image_filter .page_description {
    background: rgba(0, 0, 0, 0.5);
    padding: 15px; }
    .banner_image_filter .page_description p {
      font-size: 18px;
      font-weight: normal;
      line-height: 24px;
      color: #FFF;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden; }

.heightHandler {
  display: flex;
  flex-wrap: wrap;
  min-height: 60px; }

.wave_Checkbox_Text .ms-Checkbox-label .ms-Checkbox-text {
  color: #106ebe !important; }

.blue_Border {
  height: 40px;
  padding-top: 8px;
  border: 1px solid grey;
  border-radius: 20px; }
  .blue_Border:hover {
    border-color: #106ebe;
    color: #106ebe; }

.black_Border {
  height: 40px;
  padding-top: 8px;
  border: 1px solid #000;
  border-radius: 20px;
  cursor: pointer; }
  .black_Border:hover {
    border-color: #106ebe;
    color: #106ebe; }
  .black_Border.except_case {
    position: relative;
    top: 4px;
    display: inline-block;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 10px;
    margin-right: 10px; }
  .black_Border.cursor_default:hover {
    border-color: #000;
    color: #000; }

.waveDropDown .ms-Dropdown-title.title_64adfa86 {
  padding-right: 50px !important;
  font-weight: bold;
  font-size: 16px; }

.waveCallout .ms-ContextualMenu-item {
  color: white !important; }

.waveCallout .ms-ContextualMenu-link {
  color: white !important;
  background-color: #106ebe !important; }

.waveCallout .ms-ContextualMenu-list {
  background-color: #106ebe !important; }
  .waveCallout .ms-ContextualMenu-list :focus {
    background-color: #106ebe !important;
    font-weight: bold; }
  .waveCallout .ms-ContextualMenu-list :hover {
    background-color: #106ebe !important;
    font-weight: bold; }

.errorMsg {
  color: red; }

.hScroll_remove {
  overflow-x: hidden !important;
  word-break: break-word; }

.bg_Color {
  border: none !important;
  background-color: transparent !important;
  min-height: 10px !important; }

@media (min-width: 481px) and (max-width: 767px) {
  .font_size_portrait {
    font-size: 8px !important; } }

@media (min-width: 481px) and (max-width: 767px) {
  .ms-Callout-main .ms-Button-flexContainer {
    font-size: 10px !important; } }

.yellow-border {
  border-style: double;
  border-color: yellow; }

.publish_main_section {
  padding: 0 20px 10px !important; }

.publishedGridTop {
  padding-top: 15px;
  background-color: white;
  padding-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px; }

.padd_lft_36 {
  padding-left: 36px; }

.tablesection-club {
  margin: 0px -15px 50px !important; }

.ms-Callout.ms-DatePicker-callout .ms-Callout-main .ms-DatePicker .ms-FocusZone > table th {
  text-align: center; }

.seasonImage_map_fltr {
  padding: 10px;
  width: 22px;
  height: 20px;
  color: #FFF; }

.previewborderSec-prod img {
  width: 36px; }

.m_initial {
  position: relative;
  top: 1.5px; }
  .m_initial_0 {
    position: relative;
    top: 0; }
  .m_initial-3 {
    position: relative;
    top: -3px; }

.addEdit_user_wdt, .feedback_popup {
  width: 580px; }
  .addEdit_user_wdt .active-feedback, .feedback_popup .active-feedback {
    border: 3px solid;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer; }
  .addEdit_user_wdt .err-msg, .feedback_popup .err-msg {
    color: #ff0000ed;
    font-size: 12px; }

.feedback_popup {
  width: 480px; }

.user_list_search > div {
  position: relative; }
  .user_list_search > div .cstm_search_icon {
    position: absolute;
    z-index: 3;
    padding-left: 5px;
    padding-right: 5px;
    background: #FFF;
    right: 6px;
    top: 8px;
    cursor: pointer; }
    .user_list_search > div .cstm_search_icon i.ms-Icon--Search {
      font-size: 16px; }

.user_list_search .ms-SearchBox-iconContainer {
  display: none; }

.user_list_search .ms-BasePicker-text {
  padding-right: 35px; }
  .user_list_search .ms-BasePicker-text .ms-SearchBox-clearButton button {
    font-size: 10px;
    color: #000;
    border: none; }

.toast {
  background: #E09725;
  padding: 15px 10px;
  display: flex;
  margin-top: 6px; }
  .toast.success {
    background: #5DC461; }
  .toast .toast_body {
    color: #FFF;
    width: 100%; }
  .toast .ms-Icon--Cancel {
    font-size: 10px !important;
    color: #FFF !important;
    border: none; }

.rc-time-picker {
  display: inline-block;
  position: relative;
  box-sizing: border-box; }

.rc-time-picker * {
  box-sizing: border-box; }

.rc-time-picker-clear {
  position: absolute;
  right: 6px;
  cursor: pointer;
  overflow: hidden;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  top: 3px;
  margin: 0; }

.rc-time-picker-clear-icon:after {
  content: "x";
  font-size: 12px;
  font-style: normal;
  color: #aaa;
  display: inline-block;
  line-height: 1;
  height: 20px;
  width: 20px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.rc-time-picker-clear-icon:hover:after {
  color: #666; }

.rc-time-picker-input {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 4px 7px;
  height: 28px;
  cursor: text;
  font-size: 12px;
  line-height: 1.5;
  color: #666;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  -webkit-transition: border 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

.rc-time-picker-input[disabled] {
  color: #ccc;
  background: #f7f7f7;
  cursor: not-allowed; }

.rc-time-picker-panel {
  z-index: 1070;
  width: 170px;
  position: absolute;
  box-sizing: border-box; }

.rc-time-picker-panel * {
  box-sizing: border-box; }

.rc-time-picker-panel-inner {
  display: inline-block;
  position: relative;
  outline: none;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 5px #ccc;
  background-clip: padding-box;
  border: 1px solid #ccc;
  line-height: 1.5; }

.rc-time-picker-panel-narrow {
  max-width: 113px; }

.rc-time-picker-panel-input {
  margin: 0;
  padding: 0;
  width: 100%;
  cursor: auto;
  line-height: 1.5;
  outline: 0;
  border: 1px solid transparent; }

.rc-time-picker-panel-input-wrap {
  box-sizing: border-box;
  position: relative;
  padding: 6px;
  border-bottom: 1px solid #e9e9e9; }

.rc-time-picker-panel-input-invalid {
  border-color: red; }

.rc-time-picker-panel-select {
  float: left;
  font-size: 12px;
  border: 1px solid #e9e9e9;
  border-width: 0 1px;
  margin-left: -1px;
  box-sizing: border-box;
  width: 56px;
  max-height: 144px;
  overflow-y: auto;
  position: relative; }

.rc-time-picker-panel-select-active {
  overflow-y: auto; }

.rc-time-picker-panel-select:first-child {
  border-left: 0;
  margin-left: 0; }

.rc-time-picker-panel-select:last-child {
  border-right: 0; }

.rc-time-picker-panel-select ul {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%; }

.rc-time-picker-panel-select li {
  list-style: none;
  margin: 0;
  padding: 0 0 0 16px;
  width: 100%;
  height: 24px;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.rc-time-picker-panel-select li:hover {
  background: #edfaff; }

li.rc-time-picker-panel-select-option-selected {
  background: #f7f7f7;
  font-weight: bold; }

li.rc-time-picker-panel-select-option-disabled {
  color: #ccc; }

li.rc-time-picker-panel-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed; }

.GTMPORView, .GTMPORAdministration {
  /* HTML5 display-role reset for older browsers */ }
  .GTMPORView html, .GTMPORView body, .GTMPORView applet, .GTMPORView object, .GTMPORView iframe,
  .GTMPORView h1, .GTMPORView h2, .GTMPORView h3, .GTMPORView h4, .GTMPORView h5, .GTMPORView h6, .GTMPORView p, .GTMPORView blockquote, .GTMPORView pre,
  .GTMPORView a, .GTMPORView abbr, .GTMPORView acronym, .GTMPORView address, .GTMPORView big, .GTMPORView cite, .GTMPORView code,
  .GTMPORView del, .GTMPORView dfn, .GTMPORView em, .GTMPORView img, .GTMPORView ins, .GTMPORView kbd, .GTMPORView q, .GTMPORView s, .GTMPORView samp,
  .GTMPORView small, .GTMPORView strike, .GTMPORView strong, .GTMPORView sub, .GTMPORView sup, .GTMPORView tt, .GTMPORView var,
  .GTMPORView b, .GTMPORView u, .GTMPORView i, .GTMPORView center,
  .GTMPORView dl, .GTMPORView dt, .GTMPORView dd, .GTMPORView ol, .GTMPORView ul, .GTMPORView li,
  .GTMPORView fieldset, .GTMPORView form, .GTMPORView label, .GTMPORView legend,
  .GTMPORView table, .GTMPORView caption, .GTMPORView tbody, .GTMPORView tfoot, .GTMPORView thead, .GTMPORView tr, .GTMPORView th, .GTMPORView td,
  .GTMPORView article, .GTMPORView aside, .GTMPORView canvas, .GTMPORView details, .GTMPORView embed,
  .GTMPORView figure, .GTMPORView figcaption, .GTMPORView footer, .GTMPORView header, .GTMPORView hgroup,
  .GTMPORView menu, .GTMPORView nav, .GTMPORView output, .GTMPORView ruby, .GTMPORView section, .GTMPORView summary,
  .GTMPORView time, .GTMPORView mark, .GTMPORView audio, .GTMPORView video, .GTMPORAdministration html, .GTMPORAdministration body, .GTMPORAdministration applet, .GTMPORAdministration object, .GTMPORAdministration iframe,
  .GTMPORAdministration h1, .GTMPORAdministration h2, .GTMPORAdministration h3, .GTMPORAdministration h4, .GTMPORAdministration h5, .GTMPORAdministration h6, .GTMPORAdministration p, .GTMPORAdministration blockquote, .GTMPORAdministration pre,
  .GTMPORAdministration a, .GTMPORAdministration abbr, .GTMPORAdministration acronym, .GTMPORAdministration address, .GTMPORAdministration big, .GTMPORAdministration cite, .GTMPORAdministration code,
  .GTMPORAdministration del, .GTMPORAdministration dfn, .GTMPORAdministration em, .GTMPORAdministration img, .GTMPORAdministration ins, .GTMPORAdministration kbd, .GTMPORAdministration q, .GTMPORAdministration s, .GTMPORAdministration samp,
  .GTMPORAdministration small, .GTMPORAdministration strike, .GTMPORAdministration strong, .GTMPORAdministration sub, .GTMPORAdministration sup, .GTMPORAdministration tt, .GTMPORAdministration var,
  .GTMPORAdministration b, .GTMPORAdministration u, .GTMPORAdministration i, .GTMPORAdministration center,
  .GTMPORAdministration dl, .GTMPORAdministration dt, .GTMPORAdministration dd, .GTMPORAdministration ol, .GTMPORAdministration ul, .GTMPORAdministration li,
  .GTMPORAdministration fieldset, .GTMPORAdministration form, .GTMPORAdministration label, .GTMPORAdministration legend,
  .GTMPORAdministration table, .GTMPORAdministration caption, .GTMPORAdministration tbody, .GTMPORAdministration tfoot, .GTMPORAdministration thead, .GTMPORAdministration tr, .GTMPORAdministration th, .GTMPORAdministration td,
  .GTMPORAdministration article, .GTMPORAdministration aside, .GTMPORAdministration canvas, .GTMPORAdministration details, .GTMPORAdministration embed,
  .GTMPORAdministration figure, .GTMPORAdministration figcaption, .GTMPORAdministration footer, .GTMPORAdministration header, .GTMPORAdministration hgroup,
  .GTMPORAdministration menu, .GTMPORAdministration nav, .GTMPORAdministration output, .GTMPORAdministration ruby, .GTMPORAdministration section, .GTMPORAdministration summary,
  .GTMPORAdministration time, .GTMPORAdministration mark, .GTMPORAdministration audio, .GTMPORAdministration video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box; }
  .GTMPORView article, .GTMPORView aside, .GTMPORView details, .GTMPORView figcaption, .GTMPORView figure,
  .GTMPORView footer, .GTMPORView header, .GTMPORView hgroup, .GTMPORView menu, .GTMPORView nav, .GTMPORView section, .GTMPORAdministration article, .GTMPORAdministration aside, .GTMPORAdministration details, .GTMPORAdministration figcaption, .GTMPORAdministration figure,
  .GTMPORAdministration footer, .GTMPORAdministration header, .GTMPORAdministration hgroup, .GTMPORAdministration menu, .GTMPORAdministration nav, .GTMPORAdministration section {
    display: block; }
  .GTMPORView body, .GTMPORAdministration body {
    line-height: 1; }
  .GTMPORView ul, .GTMPORAdministration ul {
    list-style: disc;
    padding-left: 20px; }
  .GTMPORView ol, .GTMPORAdministration ol {
    list-style: decimal;
    padding-left: 20px; }
  .GTMPORView blockquote, .GTMPORView q, .GTMPORAdministration blockquote, .GTMPORAdministration q {
    quotes: none; }
  .GTMPORView blockquote:before, .GTMPORView blockquote:after,
  .GTMPORView q:before, .GTMPORView q:after, .GTMPORAdministration blockquote:before, .GTMPORAdministration blockquote:after,
  .GTMPORAdministration q:before, .GTMPORAdministration q:after {
    content: '';
    content: none; }
  .GTMPORView table, .GTMPORAdministration table {
    border-collapse: collapse;
    border-spacing: 0; }

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  html *:focus, body *:focus, applet *:focus, object *:focus, iframe *:focus,
  h1 *:focus, h2 *:focus, h3 *:focus, h4 *:focus, h5 *:focus, h6 *:focus, p *:focus, blockquote *:focus, pre *:focus,
  a *:focus, abbr *:focus, acronym *:focus, address *:focus, big *:focus, cite *:focus, code *:focus,
  del *:focus, dfn *:focus, em *:focus, img *:focus, ins *:focus, kbd *:focus, q *:focus, s *:focus, samp *:focus,
  small *:focus, strike *:focus, strong *:focus, sub *:focus, sup *:focus, tt *:focus, var *:focus,
  b *:focus, u *:focus, i *:focus, center *:focus,
  dl *:focus, dt *:focus, dd *:focus, ol *:focus, ul *:focus, li *:focus,
  fieldset *:focus, form *:focus, label *:focus, legend *:focus,
  table *:focus, caption *:focus, tbody *:focus, tfoot *:focus, thead *:focus, tr *:focus, th *:focus, td *:focus,
  article *:focus, aside *:focus, canvas *:focus, details *:focus, embed *:focus,
  figure *:focus, figcaption *:focus, footer *:focus, header *:focus, hgroup *:focus,
  menu *:focus, nav *:focus, output *:focus, ruby *:focus, section *:focus, summary *:focus,
  time *:focus, mark *:focus, audio *:focus, video *:focus, div *:focus, button *:focus {
    outline: 1px dotted grey; } }

.mob_btn_w100:focus {
  border: 1px dotted white !important; }

.btn_enabled:focus {
  outline: 1px dotted grey !important; }

.GTMPORView .border {
  border: 1px solid #999; }

.GTMPORView .redborder {
  border: 1px solid #DD0000; }

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
/* 50% of Browser width #Screen between 600 to 1024*/
/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
/*
##Device = Laptops, Desktops
##Screen = B/w 1025px to 1280px
*/
body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  /* = 0.875rem */
  /* 16px = 1rem */
  position: relative;
  background: #1a2334; }

.modal-open .modal.in {
  z-index: 10000000; }

.app-container {
  /* tablet portrait */
  /* tablet landscape */ }
  @media only screen and (min-width: 768px) {
    .app-container {
      position: relative;
      min-height: 100vh; } }
  @media (min-width: 768px) {
    .app-container .app-row {
      margin-bottom: 196px;
      /* 283px; */ } }
  @media (min-width: 1024px) {
    .app-container .app-row {
      margin-bottom: 267px; } }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .app-container .app-row {
      margin-bottom: 267px; } }
  @media (min-width: 992px) {
    .app-container {
      /* constant margin after the main row == Footer height */ }
      .app-container .app-row {
        margin-bottom: 250px; } }

.defaultModal_container {
  width: 450px !important;
  color: #FFF !important;
  text-align: center !important;
  position: relative;
  background: #e8e8e8 !important;
  box-shadow: 0px 3px 30px #000 !important;
  overflow-y: hidden !important; }
  .defaultModal_container .text_left {
    text-align: left !important; }
  .defaultModal_container .padd_lftRgt_0 {
    padding-left: 0;
    padding-right: 0; }
  .defaultModal_container .mrg_all_0 {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0; }
  .defaultModal_container .mrg_lftRgt_0 {
    margin-left: 0;
    margin-right: 0; }
  .defaultModal_container .mrg_top_110 {
    margin-top: 110px; }
  .defaultModal_container .secondaryMessage {
    font-size: 16px;
    font-weight: 700;
    color: #000; }
  .defaultModal_container .defaultModal_header {
    font-size: 46px !important;
    font-weight: 400;
    line-height: 1.3269em !important;
    margin-top: 30px; }
    .defaultModal_container .defaultModal_header .iconSize {
      font-size: 60px;
      padding-left: 30px; }
    .defaultModal_container .defaultModal_header .success_header {
      font-size: 40px;
      color: #106bff; }
    .defaultModal_container .defaultModal_header .error_header {
      font-size: 40px;
      color: #ff6310; }
    .defaultModal_container .defaultModal_header .warning_header {
      font-size: 40px;
      color: #ff6310; }
  .defaultModal_container .defaultModal_body {
    font-size: 20px !important;
    line-height: 1.35em !important;
    margin: 11px 47px 23px 58px !important; }
    .defaultModal_container .defaultModal_body .community_subscribe_body {
      margin: 0 auto;
      font-size: 20px;
      padding-bottom: 10px;
      display: inline-block;
      color: #000;
      width: 100%;
      font-style: initial;
      font-weight: 400; }
      .defaultModal_container .defaultModal_body .community_subscribe_body ul li {
        font-size: 18px; }
  .defaultModal_container .defaultModal_footer {
    margin-left: 49px;
    margin-bottom: 70px;
    margin-right: 38px;
    font-size: 18px !important;
    line-height: 1.333em !important; }
  .defaultModal_container .dialogSubmitButtonFull {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #3a7589;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .defaultModal_container .dialogSubmitButtonFull :hover {
      background-color: #106bff;
      text-decoration: underline; }
  .defaultModal_container .dialogSubmitButtonHalf {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #3a7589;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .defaultModal_container .dialogSubmitButtonHalf :hover {
      background-color: #106bff;
      text-decoration: underline;
      border: 1px solid #106bff; }
  .defaultModal_container .btn_blue {
    width: 200px;
    background: #106bff;
    height: 40px;
    font-size: 12px;
    font-weight: 500;
    padding: 10px; }
    .defaultModal_container .btn_blue :hover {
      background-color: #000;
      text-decoration: underline;
      border: 1px solid #FFF; }
  .defaultModal_container .dialogSubmitButtonHalfDefault {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .defaultModal_container .dialogSubmitButtonHalfDefault :hover {
      text-decoration: underline; }
  .defaultModal_container .ms-fontWeight-regular .ms-Button-label {
    font-weight: 400; }
  .defaultModal_container .ms-Icon--Warning {
    color: #FFF;
    font-size: 160%;
    padding-top: 20px; }

.Loader-Large {
  text-align: center;
  padding-top: 200px;
  padding-bottom: 200px; }
  .Loader-Large h1 {
    font-size: 62px !important;
    height: 100px;
    background: -webkit-linear-gradient(top, #5c0f5d 0%, #326973 61%, #16a582 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation-duration: 1s;
    animation-name: Loading;
    animation-iteration-count: infinite;
    animation-direction: alternate; }

@keyframes Loading {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.video_popup {
  width: 60% !important;
  height: auto !important;
  overflow: hidden !important; }
  @media (max-width: 767px) {
    .video_popup {
      width: 90% !important; } }
  .video_popup .ms-Dialog-header {
    display: none; }
  .video_popup .ms-Dialog-inner {
    padding: 0 !important; }

.Large_image_popup {
  width: 90% !important;
  height: 90% !important;
  max-height: 90% !important; }
  .Large_image_popup .ms-Dialog-inner {
    height: 100%; }
  .Large_image_popup .ms-Dialog-content {
    height: 100%;
    overflow: auto; }

.GTMPORView {
  /* Global for all Video - Responsive css */
  /* for customized  Video */
  /* white button */
  /*paddings*/
  /*margins*/
  /* Global Media-queries */
  /* Extra small devices (phones, 767px and down) */ }
  .GTMPORView .action {
    color: #3372d9 !important;
    cursor: pointer; }
    .GTMPORView .action:hover {
      text-decoration: underline !important; }
  .GTMPORView .accessLink {
    color: #FFF !important;
    cursor: pointer;
    font-weight: bold; }
    .GTMPORView .accessLink:hover {
      text-decoration: underline !important; }
  .GTMPORView .defaulttabaction {
    color: black !important;
    font-weight: 500;
    cursor: pointer; }
    .GTMPORView .defaulttabaction:hover {
      text-decoration: underline !important; }
  .GTMPORView .footer_action {
    cursor: pointer; }
    .GTMPORView .footer_action:hover {
      text-decoration: underline !important; }
  .GTMPORView .txt_underline {
    text-decoration: underline; }
  .GTMPORView .viewMarketCode {
    border: 1px solid #0065c1;
    font-size: 12px;
    color: #0065c1;
    height: 25px;
    padding-top: 2px;
    padding-right: 5px;
    min-width: 175px; }
    .GTMPORView .viewMarketCode .label {
      font-weight: 700;
      font-size: 12px;
      color: #0065c1;
      padding-top: 3px; }
  .GTMPORView .viewSeason {
    border: 1px solid #0065c1;
    font-size: 12px;
    color: white;
    height: 25px;
    padding-top: 1px;
    padding-right: 5px;
    background-color: #0065c1;
    min-width: 175px; }
    .GTMPORView .viewSeason .seasonLabel {
      font-weight: 700;
      font-size: 12px;
      padding-top: 2px;
      padding-right: 5px; }
  .GTMPORView .error_msg {
    color: #a80000;
    font-size: 12px;
    font-weight: 400; }
  .GTMPORView .blueBorderButton {
    background-color: white !important;
    border: 1px solid #106bff !important;
    height: 40px;
    color: #106bff; }
    .GTMPORView .blueBorderButton:hover {
      color: #106bff;
      text-decoration: underline; }
  .GTMPORView .primaryButton, .GTMPORView .primaryButton_ht30 {
    background-color: #106bff !important;
    border: 1px solid #106bff !important;
    height: 40px; }
    .GTMPORView .primaryButton:hover, .GTMPORView .primaryButton_ht30:hover {
      background-color: #0078d4 !important;
      text-decoration: underline; }
  .GTMPORView .primaryButton_ht30 {
    height: 30px; }
  .GTMPORView .checkedButton {
    background-color: #cedef8 !important;
    border: 1px solid #106bff !important; }
  .GTMPORView .btn_remove, .GTMPORView .btn_remove_dis {
    background: #106bff;
    border-radius: 18px;
    color: white;
    padding: 4px 12px;
    font-size: 12px;
    cursor: pointer; }
  .GTMPORView .btn_remove_dis {
    background: orange; }
  .GTMPORView .blue {
    color: #106bff; }
    .GTMPORView .blue img {
      margin-left: -5px;
      height: 30px !important;
      margin-top: -4px; }
  .GTMPORView .orange {
    color: orange; }
  .GTMPORView .orange-border {
    border: 2px solid #FFBF00; }
    .GTMPORView .orange-border .ms-TextField-fieldGroup {
      border: none !important;
      height: 33px; }
      .GTMPORView .orange-border .ms-TextField-fieldGroup:after {
        border: none !important; }
    .GTMPORView .orange-border .ms-TextField-fieldGroup:hover {
      border: none !important; }
  .GTMPORView .publish_divider {
    border-right: 1px solid #d3d3d3;
    height: 36x; }
  .GTMPORView .loader_container {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 1000;
    background-color: #666;
    margin: auto;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px; }
  .GTMPORView .loader_container_indidual {
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 1000;
    background-color: #666;
    margin: auto;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px; }
  .GTMPORView .dialogSubmitButtonFull {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #3a7589;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .GTMPORView .dialogSubmitButtonFull :hover {
      background-color: #106bff;
      border: 1px solid #106bff; }
  .GTMPORView .dialogSubmitButtonHalf {
    width: 50%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #3a7589;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .GTMPORView .dialogSubmitButtonHalf :hover {
      background-color: #106bff;
      text-decoration: underline;
      border: 1px solid #106bff; }
  .GTMPORView .dialogSubmitButtonHalfDefault {
    width: 50%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .GTMPORView .dialogSubmitButtonHalfDefault :hover {
      text-decoration: underline; }
  .GTMPORView .loadMoreButton {
    font-size: 16px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer; }
  .GTMPORView .rich_text_global ol {
    list-style-type: decimal !important;
    list-style-position: inside !important;
    -webkit-margin-before: 1em !important;
    -webkit-margin-after: 1em !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-end: 0px !important;
    -webkit-padding-start: 0px !important; }
  .GTMPORView .rich_text_global ul {
    display: block !important;
    list-style-type: disc !important;
    -webkit-margin-before: 1em !important;
    -webkit-margin-after: 1em !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-end: 0px !important;
    -webkit-padding-start: 40px !important;
    list-style-position: inside !important; }
  .GTMPORView .rich_text_global sup {
    top: -0.5em; }
  .GTMPORView .rich_text_global sub,
  .GTMPORView .rich_text_global sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline; }
  .GTMPORView .rich_text_global p {
    margin: 0 0 10px; }
  .GTMPORView .wrap_ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*word-break: break-all;
        word-wrap: break-word;*/ }
  .GTMPORView .dList_scroll.ms-DetailsList .ms-SelectionZone, .GTMPORView .dList_userScroll.ms-DetailsList .ms-SelectionZone, .GTMPORView .dList_publishScroll.ms-DetailsList .ms-SelectionZone, .GTMPORView .dList_publishScroll_new.ms-DetailsList .ms-SelectionZone {
    max-height: 650px;
    overflow-y: overlay; }
  .GTMPORView .dList_scroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar, .GTMPORView .dList_userScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar, .GTMPORView .dList_publishScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar, .GTMPORView .dList_publishScroll_new.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar {
    width: 10px; }
  .GTMPORView .dList_scroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb, .GTMPORView .dList_userScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb, .GTMPORView .dList_publishScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb, .GTMPORView .dList_publishScroll_new.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb {
    background: #d2d2d2;
    border-radius: 10px; }
  .GTMPORView .dList_scroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb:hover, .GTMPORView .dList_userScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb:hover, .GTMPORView .dList_publishScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb:hover, .GTMPORView .dList_publishScroll_new.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb:hover {
    background: #a9a9a9; }
  .GTMPORView .dList_publishScroll.ms-DetailsList .ms-SelectionZone {
    max-height: 400px; }
  .GTMPORView .dList_publishScroll_new.ms-DetailsList .ms-SelectionZone {
    max-height: 760px; }
  .GTMPORView .rowht40sction .ms-DetailsRow, .GTMPORView .rowht40sction .ms-DetailsRow-cell {
    min-height: 30px !important;
    padding: 2px 0px !important;
    margin: 0px !important; }
  .GTMPORView .dList_userScroll.ms-DetailsList .ms-DetailsHeader-cell {
    font-weight: 700; }
  .GTMPORView .dList_userScroll.ms-DetailsList .ms-SelectionZone {
    max-height: 480px; }
  .GTMPORView .container_fluid {
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 1400px) {
    .GTMPORView .container {
      width: 1330px !important; } }
  .GTMPORView .word_break, .GTMPORView .richtext_list > div {
    word-break: break-word; }
    .GTMPORView .word_break_all {
      word-break: break-all; }
  .GTMPORView .page_status {
    font-size: 14px; }
  .GTMPORView .border_none {
    border: none !important; }
  .GTMPORView .r_border {
    border-right: 1px solid #000; }
  .GTMPORView .pos_rel {
    position: relative; }
  .GTMPORView .whitespace_nowrap {
    white-space: nowrap; }
  .GTMPORView .cust_grid {
    display: block;
    justify-content: normal;
    margin-top: 10px; }
    @media (min-width: 481px) {
      .GTMPORView .cust_grid {
        display: flex;
        justify-content: center;
        flex-flow: row wrap;
        margin-top: 10px; } }
  .GTMPORView .column_in_center {
    float: none; }
  .GTMPORView .video_section {
    /* 4x3 Aspect Ratio */
    /* React Player css */ }
    .GTMPORView .video_section .iframe-container {
      overflow: hidden;
      padding-top: 56.25%;
      position: relative; }
    .GTMPORView .video_section .iframe-container iframe {
      border: 0;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .GTMPORView .video_section .iframe-container-4x3 {
      padding-top: 75%; }
    .GTMPORView .video_section .player_wrapper {
      position: relative !important;
      padding-top: 56% !important; }
    .GTMPORView .video_section .react_player {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important; }
    .GTMPORView .video_section .view_large_btn {
      padding-left: 0px;
      text-decoration: underline; }
  .GTMPORView .cust_video .home_sm_tile {
    background: #000; }
  .GTMPORView .cust_video .home_sm_tile iframe,
  .GTMPORView .cust_video .last_visited_img iframe {
    height: 100%;
    width: 100%;
    opacity: 0.7; }
  .GTMPORView .cust_video .home_sm_tile .ut_img,
  .GTMPORView .cust_video .last_visited_img .ut_img {
    height: 100%;
    width: 100%;
    opacity: 0.7; }
    .GTMPORView .cust_video .home_sm_tile .ut_img img,
    .GTMPORView .cust_video .last_visited_img .ut_img img {
      height: 100%;
      width: 100%;
      max-width: 100% !important; }
  .GTMPORView .cust_video .last_visited_img iframe,
  .GTMPORView .cust_video .last_visited_img .ut_img {
    opacity: 0.9 !important; }
  .GTMPORView .cust_video .last_visited_img .video_icon_bg .video_icon {
    opacity: 0.7; }
  .GTMPORView .cust_video .ut_video .video_icon_bg {
    opacity: 1; }
  .GTMPORView .black_bg {
    background: #000 !important; }
  .GTMPORView .btn_whiteOutline {
    background: transparent;
    height: 33px;
    color: #FFF !important;
    border: 1px solid #FFF !important;
    padding: 10px 25px; }
  .GTMPORView .btn_whiteOutline:hover {
    background: #106bff !important;
    border: none !important;
    color: #FFF !important; }
  .GTMPORView .btn_outline {
    background: #FFF;
    height: 40px;
    color: #106bff !important;
    border: 1px solid #106bff !important;
    padding: 10px 6px; }
  .GTMPORView .btn_outline:hover {
    background: #106bff !important;
    color: #FFF !important; }
  .GTMPORView .btn_outline_disable {
    background: #FFF;
    height: 40px;
    color: #d2d2d2 !important;
    border: 1px solid #d2d2d2 !important;
    padding: 10px 6px; }
  .GTMPORView .btn_outline_disable:hover {
    background: #FFF !important;
    color: #d2d2d2 !important; }
  .GTMPORView .btn_active, .GTMPORView .btn_disable {
    background: #106bff;
    height: 30px;
    color: #FFF !important;
    border: 1px solid #106bff !important;
    cursor: pointer;
    padding: 10px 6px;
    pointer-events: auto;
    cursor: pointer; }
  .GTMPORView .btn_disable {
    background: #d2d2d2;
    border: 1px solid #d2d2d2 !important;
    pointer-events: none; }
  .GTMPORView .ltGrey_bg, .GTMPORView .ltGreyBg {
    background-color: #f0f2f7;
    min-height: 100vh;
    padding-bottom: 70px; }
  .GTMPORView .ltGreyBg {
    min-height: 90vh; }
  .GTMPORView .ltGreyBg20 {
    background-color: #f0f2f7;
    min-height: 100vh;
    padding-bottom: 20px;
    overflow-x: hidden; }
  .GTMPORView .minheight90 {
    min-height: 90vh; }
  .GTMPORView .bg_grey {
    background: #f0f2f7;
    padding: 15px; }
  .GTMPORView .grey_bg {
    background: #e9e9e9;
    padding: 15px; }
  .GTMPORView .content_hidden {
    visibility: hidden; }
  .GTMPORView .action_btn {
    font-size: 16px;
    padding: 3px;
    width: 30px;
    margin-right: 5px;
    background: white;
    color: #007bff !important;
    border: 1px solid #eaeaea;
    box-shadow: 0px 5px 8px #d9d9d9; }
  .GTMPORView .config_action_btn:hover {
    background: #007bff !important;
    color: #fff !important; }
  .GTMPORView .config_action_btn.add_sku {
    padding: 3px 5px; }
    .GTMPORView .config_action_btn.add_sku .ms-Icon.ms-Icon--Add::before {
      font-size: 13px !important;
      font-weight: 600; }
    .GTMPORView .config_action_btn.add_sku:hover .ms-Icon.ms-Icon--Add::before {
      color: #FFF; }
  .GTMPORView .releaseNotes_hr {
    border-bottom: 1.5px solid #d2d2d2;
    padding-top: 10px;
    margin-left: 0px;
    margin-right: 0px; }
  .GTMPORView .releaseNotes_divider {
    border-right: 1px solid #000;
    height: 40px; }
  .GTMPORView .releaseNotes_divider_grey {
    border-left: 2px solid #d2d2d2;
    height: 40px; }
  .GTMPORView .releaseNotesBtn_divider {
    border-right: 1px solid #a9a9a9;
    height: 40px; }
  .GTMPORView .releaseNotes_hyphon {
    border-top: 1px solid black;
    width: 15px; }
  .GTMPORView .confidential_title {
    color: #D28917; }
  .GTMPORView .d_flex {
    display: flex; }
  .GTMPORView .d_flex_rEnd {
    display: flex;
    justify-content: flex-end; }
  .GTMPORView .d_flex_spacebetween {
    display: flex;
    justify-content: space-between; }
  .GTMPORView .d_flex_wrap {
    display: flex;
    flex-wrap: wrap; }
  .GTMPORView .related_por {
    background: #29364e;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0px 10px;
    white-space: nowrap; }
  .GTMPORView .related_por:hover {
    background: #354767; }
  .GTMPORView .divider_grey {
    color: #d2d2d2; }
  .GTMPORView .dropdown_icon i {
    color: white;
    font-size: 12px;
    font-weight: 700;
    line-height: 55px !important; }
  .GTMPORView .rel_wdt560 {
    width: 560px !important;
    padding: 10px !important;
    color: #000;
    overflow-x: hidden !important; }
  .GTMPORView .rel_wdt560:hover {
    background: #e9e9e9; }
    .GTMPORView .rel_wdt560:hover .prod_name {
      color: #0078d4;
      font-weight: 500; }
  .GTMPORView .bottom_line {
    border-bottom: 1px solid #d2d2d2; }
  .GTMPORView .bottom_line:hover {
    background: #f1f7fd; }
  .GTMPORView .others_view {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 85px;
    margin-bottom: 10px; }
  .GTMPORView .btm_hr {
    border-bottom: 1px solid #6f7478;
    padding: 5px 0px; }
  .GTMPORView .top_hr {
    border-top: 1px solid #6f7478; }
  .GTMPORView .reportOwner_bg {
    font-size: 13px;
    background: #29364e;
    display: inline-block;
    text-align: center;
    padding: 5px;
    margin: 5px 0px; }
  .GTMPORView .one_line {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .GTMPORView .font24 {
    font-size: 24px; }
  .GTMPORView .font10 {
    font-size: 10px; }
  .GTMPORView .font12 {
    font-size: 12px; }
  .GTMPORView .font16 {
    font-size: 16px; }
  .GTMPORView .font18 {
    font-size: 18px; }
  .GTMPORView .font_wt500 {
    font-weight: 500; }
  .GTMPORView .font_wt600 {
    font-weight: 600; }
  .GTMPORView .font_bold {
    font-weight: 700; }
  .GTMPORView .ht40 {
    height: 40px !important; }
  .GTMPORView .ht75 {
    height: 75px !important; }
  .GTMPORView .mrg_rgt_3 {
    margin-right: 3px !important; }
  .GTMPORView .padd0 {
    padding: 0px; }
  .GTMPORView .padd5 {
    padding: 5px; }
  .GTMPORView .padd10 {
    padding: 10px; }
  .GTMPORView .padd15 {
    padding: 15px; }
  .GTMPORView .padd20 {
    padding: 20px; }
  .GTMPORView .padd_rgt_0 {
    padding-right: 0; }
  .GTMPORView .padd_lftRgt_0 {
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 481px) and (max-width: 767px) {
    .GTMPORView .padd_lftRgt_0_portrait {
      padding-left: 0;
      padding-right: 0; } }
  .GTMPORView .padd_lftRgt_2 {
    padding-left: 2px;
    padding-right: 2px; }
  .GTMPORView .padd_lftRgt_5 {
    padding-left: 5px;
    padding-right: 5px; }
  .GTMPORView .padd_lftRgt_10 {
    padding-left: 10px;
    padding-right: 10px; }
  .GTMPORView .padd_lftRgt_15 {
    padding-left: 15px;
    padding-right: 15px; }
  .GTMPORView .padd_lftRgt_20 {
    padding-left: 20px;
    padding-right: 20px; }
  .GTMPORView .padd_lftRgt_30 {
    padding-left: 30px;
    padding-right: 30px; }
  .GTMPORView .padd_lftRgt_40 {
    padding-left: 40px;
    padding-right: 40px; }
  .GTMPORView .padd_topbtm_5 {
    padding-top: 5px;
    padding-bottom: 5px; }
  .GTMPORView .padd_topbtm_10 {
    padding-top: 10px;
    padding-bottom: 10px; }
  .GTMPORView .padd_topbtm_15 {
    padding-top: 15px;
    padding-bottom: 15px; }
  .GTMPORView .padd_topbtm_20 {
    padding-top: 20px;
    padding-bottom: 20px; }
  .GTMPORView .padd_topbtm_25 {
    padding-top: 25px;
    padding-bottom: 25px; }
  .GTMPORView .padd_topbtm_30 {
    padding-top: 30px;
    padding-bottom: 30px; }
  .GTMPORView .padd_topbtm_40 {
    padding-top: 40px;
    padding-bottom: 40px; }
  .GTMPORView .padd_topbtm_50 {
    padding-top: 50px;
    padding-bottom: 50px; }
  .GTMPORView .padd_lft_0 {
    padding-left: 0; }
  .GTMPORView .padd_lft_5 {
    padding-left: 5px; }
  .GTMPORView .padd_lft_10 {
    padding-left: 10px; }
  .GTMPORView .padd_lft_15 {
    padding-left: 15px; }
  @media (min-width: 481px) and (max-width: 767px) {
    .GTMPORView .padd_lft_45_portrait {
      padding-left: 45px; } }
  .GTMPORView .padd_lft_20 {
    padding-left: 20px; }
  .GTMPORView .padd_lft_25 {
    padding-left: 25px; }
  .GTMPORView .padd_lft_30 {
    padding-left: 30px; }
  .GTMPORView .padd_lft_35 {
    padding-left: 35px; }
  .GTMPORView .padd_lft_40 {
    padding-left: 40px; }
    @media (min-width: 481px) and (max-width: 767px) {
      .GTMPORView .padd_lft_40 {
        padding-left: 17px; } }
  .GTMPORView .padd_lft_50 {
    padding-left: 50px; }
  .GTMPORView .padd_lft_60 {
    padding-left: 60px; }
  .GTMPORView .padd_lft_70 {
    padding-left: 70px; }
  .GTMPORView .padd_lft_80 {
    padding-left: 80px; }
  .GTMPORView .padd_lft_100 {
    padding-left: 100px; }
  .GTMPORView .padd_lft_105 {
    padding-left: 105px; }
  .GTMPORView .padd_lft_115 {
    padding-left: 115px; }
  .GTMPORView .padd_lft_100 {
    padding-left: 100px; }
  .GTMPORView .padd_lft_540 {
    padding-left: 540px; }
  .GTMPORView .padd_rgt_2 {
    padding-right: 2px; }
  .GTMPORView .padd_rgt_4 {
    padding-right: 4px; }
  .GTMPORView .padd_rgt_5 {
    padding-right: 5px; }
  .GTMPORView .padd_rgt_9 {
    padding-right: 9px; }
  .GTMPORView .padd_rgt_10 {
    padding-right: 10px; }
  .GTMPORView .padd_rgt_15 {
    padding-right: 15px; }
  .GTMPORView .padd_rgt_20 {
    padding-right: 20px; }
  .GTMPORView .padd_rgt_25 {
    padding-right: 25px; }
  .GTMPORView .padd_rgt_30 {
    padding-right: 30px; }
  .GTMPORView .padd_rgt_35 {
    padding-right: 35px; }
  .GTMPORView .padd_rgt_40 {
    padding-right: 40px; }
  .GTMPORView .padd_rgt_50 {
    padding-right: 50px; }
  .GTMPORView .padd_rgt_60 {
    padding-right: 60px; }
  .GTMPORView .padd_top_0 {
    padding-top: 0px; }
  .GTMPORView .padd_top_2 {
    padding-top: 2px; }
  .GTMPORView .padd_top_4 {
    padding-top: 4px; }
  .GTMPORView .padd_top_5 {
    padding-top: 5px; }
  .GTMPORView .padd_top_7 {
    padding-top: 7px; }
  .GTMPORView .padd_top_8 {
    padding-top: 8px; }
  .GTMPORView .padd_top_9 {
    padding-top: 9px; }
  .GTMPORView .padd_top_10 {
    padding-top: 10px; }
  .GTMPORView .padd_top_12 {
    padding-top: 12px; }
  .GTMPORView .padd_top_15 {
    padding-top: 15px; }
  .GTMPORView .padd_top_18 {
    padding-top: 18px !important; }
  .GTMPORView .padd_top_20 {
    padding-top: 20px; }
  .GTMPORView .padd_top_25 {
    padding-top: 25px; }
  .GTMPORView .padd_top_30 {
    padding-top: 30px; }
  .GTMPORView .padd_top_35 {
    padding-top: 35px; }
  .GTMPORView .padd_top_40 {
    padding-top: 40px; }
  .GTMPORView .padd_top_50 {
    padding-top: 50px; }
  .GTMPORView .padd_top_65 {
    padding-top: 65px; }
  .GTMPORView .padd_top_70 {
    padding-top: 70px; }
  .GTMPORView .padd_top_80 {
    padding-top: 80px; }
  .GTMPORView .padd_top_90 {
    padding-top: 90px; }
  .GTMPORView .padd_top_95 {
    padding-top: 95px; }
  .GTMPORView .padd_top_100 {
    padding-top: 100px; }
  .GTMPORView .padd_top_115 {
    padding-top: 115px; }
  .GTMPORView .padd_top_120 {
    padding-top: 120px; }
  .GTMPORView .padd_top_125 {
    padding-top: 125px; }
  .GTMPORView .padd_top_130 {
    padding-top: 130px; }
  .GTMPORView .padd_top_135 {
    padding-top: 135px; }
  .GTMPORView .padd_top_140 {
    padding-top: 140px; }
  .GTMPORView .padd_top_160 {
    padding-top: 160px; }
  .GTMPORView .padd_top_170 {
    padding-top: 170px; }
  .GTMPORView .padd_top_180 {
    padding-top: 180px; }
  .GTMPORView .padd_top_190 {
    padding-top: 190px; }
  .GTMPORView .padd_top_200 {
    padding-top: 200px; }
  .GTMPORView .padd_top_250 {
    padding-top: 250px; }
  .GTMPORView .padd_btm_0 {
    padding-bottom: 0; }
  .GTMPORView .padd_btm_0_imp {
    padding-bottom: 0 !important; }
  .GTMPORView .padd_btm_2 {
    padding-bottom: 2rem; }
  .GTMPORView .padd_btm_5 {
    padding-bottom: 5px; }
  .GTMPORView .padd_btm_10 {
    padding-bottom: 10px; }
  .GTMPORView .padd_btm_15 {
    padding-bottom: 15px; }
  .GTMPORView .padd_btm_20 {
    padding-bottom: 20px; }
  .GTMPORView .padd_btm_25 {
    padding-bottom: 25px; }
  .GTMPORView .padd_btm_30 {
    padding-bottom: 30px; }
  .GTMPORView .padd_btm_40 {
    padding-bottom: 40px; }
  .GTMPORView .padd_btm_50 {
    padding-bottom: 50px; }
  .GTMPORView .padd_btm_80 {
    padding-bottom: 100px; }
  .GTMPORView .padd_btm_80_a {
    padding-bottom: 80px; }
  .GTMPORView .padd_btm_150 {
    padding-bottom: 150px; }
  .GTMPORView .mrg_lft_0 {
    margin-left: 0; }
  .GTMPORView .mrg_lft_10 {
    margin-left: 10px; }
  .GTMPORView .mrg_lft_15 {
    margin-left: 15px; }
  .GTMPORView .mrg_lft_25 {
    margin-left: 25px; }
  .GTMPORView .mrg_lft_40 {
    margin-left: 40px; }
  .GTMPORView .mrg_lft_50 {
    margin-left: 50px; }
  .GTMPORView .mrg_lft_105 {
    margin-left: 105px; }
  .GTMPORView .mrg_lft_375 {
    margin-left: 375px; }
  .GTMPORView .mrg_lft_220 {
    margin-left: 220px; }
  .GTMPORView .mrg_lft_min_5 {
    margin-left: -5px; }
  .GTMPORView .mrg_lft_min_10 {
    margin-left: -10px; }
  .GTMPORView .mrg_lft_min_15 {
    margin-left: -15px; }
  .GTMPORView .mrg_top_n_60 {
    margin-top: -60px; }
  .GTMPORView .mrg_lft_min_30 {
    margin-left: -30px; }
  .GTMPORView .mrg_lftRgt_0 {
    margin-left: 0;
    margin-right: 0; }
  .GTMPORView .mrg_lftRgt_15 {
    margin-left: 15px;
    margin-right: 15px; }
  .GTMPORView .mrg_lftRgt_20 {
    margin-left: 20px;
    margin-right: 20px; }
  .GTMPORView .mrg_topbtm_5 {
    margin-top: 5px;
    margin-bottom: 5px; }
  .GTMPORView .mrg_topbtm_10 {
    margin-top: 10px;
    margin-bottom: 10px; }
  .GTMPORView .mrg_topbtm_20 {
    margin-top: 20px;
    margin-bottom: 20px; }
  .GTMPORView .mrg_topbtm_30 {
    margin-top: 30px;
    margin-bottom: 30px; }
  .GTMPORView .mrg_rgt_0 {
    margin-right: 0; }
  .GTMPORView .mrg_rgt_5 {
    margin-right: 5px; }
  .GTMPORView .mrg_rgt_10 {
    margin-right: 10px; }
  .GTMPORView .mrg_rgt_15 {
    margin-right: 15px; }
  .GTMPORView .mrg_rgt_20 {
    margin-right: 20px; }
  .GTMPORView .mrg_rgt_30 {
    margin-right: 30px; }
  .GTMPORView .mrg_rgt_280 {
    margin-right: 280px; }
  .GTMPORView .mrg_btm_0 {
    margin-bottom: 0; }
  .GTMPORView .mrg_btm_5 {
    margin-bottom: 5px; }
  .GTMPORView .mrg_btm_10 {
    margin-bottom: 10px; }
  .GTMPORView .mrg_btm_15 {
    margin-bottom: 15px; }
  .GTMPORView .mrg_btm_20 {
    margin-bottom: 20px; }
  .GTMPORView .mrg_btm_30 {
    margin-bottom: 30px; }
  .GTMPORView .mrg_btm_40 {
    margin-bottom: 40px; }
  .GTMPORView .mrg_btm_45 {
    margin-bottom: 45px; }
  .GTMPORView .mrg_btm_50 {
    margin-bottom: 50px; }
  .GTMPORView .mrg_btm_60 {
    margin-bottom: 60px; }
  .GTMPORView .mrg_btm_90 {
    margin-bottom: 90px; }
  .GTMPORView .mrg_btm_100 {
    margin-bottom: 100px; }
  .GTMPORView .mrg_btm_140 {
    margin-bottom: 140px; }
  .GTMPORView .mrg_btm_170 {
    margin-bottom: 170px; }
  .GTMPORView .mrg_top_n_15 {
    margin-top: -15px; }
  .GTMPORView .mrg_top_0 {
    margin-top: 0; }
  .GTMPORView .mrg_top_4 {
    margin-top: 4px; }
  .GTMPORView .mrg_top_5 {
    margin-top: 5px; }
  .GTMPORView .mrg_top_10 {
    margin-top: 10px; }
  .GTMPORView .mrg_top_12 {
    margin-top: 12px; }
  .GTMPORView .mrg_top_15 {
    margin-top: 15px; }
  .GTMPORView .mrg_top_20 {
    margin-top: 20px; }
  .GTMPORView .mrg_top_25 {
    margin-top: 25px; }
  .GTMPORView .mrg_top_30 {
    margin-top: 30px; }
  .GTMPORView .mrg_top_35 {
    margin-top: 35px; }
  .GTMPORView .mrg_top_40 {
    margin-top: 40px; }
  .GTMPORView .mrg_top_45 {
    margin-top: 45px; }
  .GTMPORView .mrg_top_50 {
    margin-top: 50px; }
  .GTMPORView h1,
  .GTMPORView .h1 {
    font-size: 1.875em;
    font-weight: 400; }
  .GTMPORView h2,
  .GTMPORView .h2 {
    font-size: 1.72em;
    font-weight: 500; }
  .GTMPORView h3,
  .GTMPORView .h3 {
    font-size: 1.14em;
    font-weight: 600; }
  .GTMPORView h5,
  .GTMPORView .h5 {
    font-size: 0.625em;
    font-weight: 300; }
  .GTMPORView .font14 {
    font-size: 14px; }
  .GTMPORView .font20 {
    font-size: 20px; }
  .GTMPORView .font28 {
    font-size: 28px; }
  .GTMPORView .font40 {
    font-size: 40px; }
  .GTMPORView .blue_outlook {
    color: #006fc4; }
  .GTMPORView .blue_word {
    color: #2b589b; }
  .GTMPORView .blue_text {
    color: #00b4f1; }
  .GTMPORView .blue_icon {
    font-weight: 700;
    color: #106bff; }
  .GTMPORView .blue_visio {
    color: #36519f; }
  .GTMPORView .green {
    color: #107B12; }
  .GTMPORView .green-border {
    border: 2px solid #107B12; }
  .GTMPORView .brown {
    color: #D73A06; }
  .GTMPORView .white {
    color: #FFF; }
  .GTMPORView .white_bg {
    background: #FFF; }
  .GTMPORView .grey_hr {
    border-bottom: 1px solid #D0D0D0; }
  .GTMPORView .grey_top {
    border-top: 2px solid #D0D0D0;
    padding-top: 10px; }
  .GTMPORView .blue_hr {
    border-bottom: 3px solid #106bff; }
  .GTMPORView .blue_checkedBox .ms-Checkbox-text {
    color: #0078d6 !important; }
  .GTMPORView .vertical_align {
    height: 40px;
    line-height: 13px; }
  .GTMPORView .noHorizontalScroll {
    overflow-x: hidden !important; }
  .GTMPORView .blue_checkedBox1.ms-Checkbox-text {
    color: #0078d6 !important; }
  .GTMPORView .black_hr {
    border-top: 1px solid #000; }
  .GTMPORView .d_none {
    display: none !important; }
  .GTMPORView .d_inline {
    display: inline; }
  .GTMPORView .block {
    display: block; }
  .GTMPORView .d_inline_block {
    display: inline-block; }
  .GTMPORView .d_inline_flex {
    display: inline-flex; }
  .GTMPORView .img_publish_por {
    height: 25px;
    width: 30px; }
  .GTMPORView .img_preview_por {
    height: 30px;
    width: 30px; }
  .GTMPORView .word_break_price {
    word-break: break-all; }
  .GTMPORView .width60 {
    width: 60px; }
  .GTMPORView .width90 {
    width: 90px; }
  .GTMPORView .height100 {
    height: 100%; }
  .GTMPORView .heightAuto {
    height: auto !important; }
  .GTMPORView .width100 {
    width: 100%; }
  .GTMPORView .widthAuto {
    width: auto !important; }
  .GTMPORView .wdt135 {
    width: 135px; }
  .GTMPORView .wdt145 {
    width: 145px; }
  .GTMPORView .wdt160 {
    width: 160px; }
  .GTMPORView .wdt175 {
    width: 175px; }
  .GTMPORView .wdt260 {
    width: 260px; }
  .GTMPORView .wdt600 {
    width: 600px; }
  .GTMPORView .wdt106 {
    width: 106px; }
  .GTMPORView .hgt45 {
    height: 45px; }
  .GTMPORView .align_center_abs {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .GTMPORView .align_center, .GTMPORView .video_icon_bg {
    display: flex;
    justify-content: center;
    align-items: center; }
  .GTMPORView .content_right {
    display: flex;
    justify-content: flex-end; }
  .GTMPORView .align_leftBaseline {
    display: flex !important;
    align-items: baseline !important; }
  .GTMPORView .align_right {
    display: inline-grid;
    justify-content: right;
    align-items: flex-end; }
  .GTMPORView .align_leftMiddle {
    display: flex;
    align-items: center; }
  .GTMPORView .align_left {
    display: inline-grid;
    justify-content: left;
    align-items: center; }
  .GTMPORView .align_left_bottom {
    display: inline-grid;
    justify-content: left;
    align-items: flex-end; }
  .GTMPORView .text_webkit_right {
    text-align: -webkit-right; }
  .GTMPORView .cursor_pointer {
    cursor: pointer; }
  .GTMPORView .cursor_not_allow {
    cursor: not-allowed; }
  .GTMPORView .cursor_default {
    cursor: default; }
  .GTMPORView .cursor_pointer_off .ms-TextField-fieldGroup .ms-TextField-field {
    cursor: default !important; }
  .GTMPORView .expand_waves {
    color: #0077D5;
    font-size: 12px;
    padding: 3px;
    text-align: center;
    width: 93px;
    border: 1px solid #7caaf2;
    border-radius: 15px; }
  .GTMPORView .manage_private_communities .subscription.people_selected {
    background: #F5F5F5;
    position: relative;
    height: 70px; }
    .GTMPORView .manage_private_communities .subscription.people_selected .ms-Icon {
      position: absolute;
      right: 10px;
      top: 10px; }
  .GTMPORView .ms-Persona-details {
    padding: 0 6px;
    display: inline-block; }
    .GTMPORView .ms-Persona-details .ms-Persona-primaryText,
    .GTMPORView .ms-Persona-details .ms-Persona-secondaryText {
      display: inline;
      color: #000;
      font-size: 14px; }
    .GTMPORView .ms-Persona-details .ms-Persona-primaryText {
      font-weight: 600; }
    .GTMPORView .ms-Persona-details .ms-Persona-secondaryText {
      padding-left: 0; }
      .GTMPORView .ms-Persona-details .ms-Persona-secondaryText::before {
        content: "-";
        margin: 0 5px; }
  .GTMPORView .ms-TextField-fieldGroup,
  .GTMPORView .FilteredMultiSelect__select,
  .GTMPORView .ms-Dropdown-title {
    background: #FFF;
    border: 1px solid #D0D0D0;
    height: 40px; }
  .GTMPORView .custom_field .ms-TextField-field {
    font-size: 20px;
    line-height: 26px !important; }
  @media (min-width: 600px) and (max-width: 991px) {
    .GTMPORView .hide_on_screen50 {
      display: none !important; }
    .GTMPORView .font12 {
      font-size: 12px; }
    .GTMPORView .padd_lft_0 {
      padding-left: 0px !important; }
    .GTMPORView .padd_top_160_s50 {
      padding-top: 160px !important; }
    .GTMPORView .padd_lft_35_s50 {
      padding-left: 35px !important; }
    .GTMPORView .padd_lftRgt_0_s50 {
      padding-left: 0px !important;
      padding-right: 0px !important; }
    .GTMPORView .item_left {
      display: flex !important;
      justify-content: left !important; }
    .GTMPORView .item_center {
      display: flex !important;
      justify-content: center !important; }
    .GTMPORView .item_right {
      display: flex !important;
      justify-content: flex-end !important; }
    .GTMPORView .pivot_container {
      margin-right: 5px; }
    .GTMPORView .pivot_tabs .ms-Pivot-link {
      min-width: 126px !important; }
    .GTMPORView .pivot_tabs .ms-FocusZone ul.ms-Pivot--tabs {
      display: flex; }
      .GTMPORView .pivot_tabs .ms-FocusZone ul.ms-Pivot--tabs button {
        height: 45px !important; }
      .GTMPORView .pivot_tabs .ms-FocusZone ul.ms-Pivot--tabs button.ms-Pivot-link {
        background-color: #fcfcfc !important;
        margin-right: 3px !important;
        min-width: 1em !important;
        font-weight: 400;
        font-size: 14px !important; } }
  @media only screen and (min-width: 768px) {
    .GTMPORView .hide_on_desktop {
      display: none !important; } }
  @media (max-width: 767px) {
    .GTMPORView .hide_on_mobile {
      display: none !important; } }
  @media (min-width: 481px) {
    .GTMPORView .hide_common_layout {
      display: none !important; } }
  @media (min-width: 320px) and (max-width: 480px) {
    .GTMPORView .hide_on_mobile_portrait {
      display: none !important; } }
  @media (min-width: 481px) and (max-width: 767px) {
    .GTMPORView .quick_links_section .viewhome_nav {
      display: none !important; }
    .GTMPORView .quick_links_section .landscape_only {
      display: block !important; } }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .GTMPORView .quick_links_section .viewhome_nav {
      display: none !important; }
    .GTMPORView .quick_links_section .landscape_only {
      display: block !important; } }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .GTMPORView .tab_landscape {
      display: block !important; }
    .GTMPORView .other_d {
      display: none !important; } }
  @media (max-width: 767px) {
    .GTMPORView .mobile_center {
      text-align: center; }
    .GTMPORView .mob_btn_w100 {
      width: 100%; }
    .GTMPORView .mob_padding_0 {
      padding: 0; } }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .GTMPORView .tab_center {
      text-align: center; } }
  .GTMPORView .default_message {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
    color: #666;
    height: 100%;
    padding: 10px; }
    .GTMPORView .default_message h2 {
      font-weight: 300; }
      @media (max-width: 767px) {
        .GTMPORView .default_message h2 {
          font-size: 18px; } }
  .GTMPORView .richtext_list {
    overflow: auto !important;
    /*table { width: 100% !important}*/ }
    .GTMPORView .richtext_list ul,
    .GTMPORView .richtext_list ol {
      padding-left: 15px; }
    .GTMPORView .richtext_list ul {
      list-style-type: unset !important; }
    .GTMPORView .richtext_list ol {
      list-style-type: decimal !important; }

.labelBold {
  font-weight: 700px; }

.GTMPORView {
  /* Buttons */ }
  .GTMPORView label {
    font-weight: normal; }
  .GTMPORView .ms_logo {
    width: 112px;
    height: 28px;
    padding-right: 14px;
    background-size: contain;
    display: inline-block; }
  .GTMPORView .ms_logo_black {
    width: 112px;
    height: 21px;
    padding-right: 14px;
    background-size: contain;
    display: inline-block; }
  .GTMPORView input[type="checkbox"],
  .GTMPORView input[type="radio"] {
    margin: 4px 5px 0 0 !important; }
  .GTMPORView input[type="checkbox"] + label {
    color: #0067B8; }
  .GTMPORView .grey_txt {
    color: #999; }
  .GTMPORView .page_url {
    font-size: 1.5em;
    padding-right: 8px; }
  .GTMPORView .share_icon {
    font-size: 1.5em;
    vertical-align: middle; }
  .GTMPORView .vertical-alignMiddle {
    vertical-align: middle !important; }
  .GTMPORView .toggle_label {
    display: flex; }
    .GTMPORView .toggle_label .ms-Toggle {
      display: flex; }
    .GTMPORView .toggle_label .ms-Toggle-label {
      margin-right: 20px; }
    .GTMPORView .toggle_label.whtLabel .ms-Toggle-label {
      color: white !important; }
  .GTMPORView .btn_primary {
    /* Blue Button */
    background: #0077D5;
    color: #FFF !important;
    border-color: transparent;
    padding: 6px 20px;
    font-size: 14px;
    text-transform: uppercase; }
    .GTMPORView .btn_primary:hover {
      text-decoration: none; }
  .GTMPORView .btn_default {
    color: #000;
    border: 1px solid #000;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 14px;
    background-color: transparent;
    border-radius: 0; }
    .GTMPORView .btn_default:hover {
      text-decoration: none; }
    .GTMPORView .btn_default:focus, .GTMPORView .btn_default:active:focus, .GTMPORView .btn_default.active:focus, .GTMPORView .btn_default.focus, .GTMPORView .btn_default:active.focus, .GTMPORView .btn_default.active.focus {
      outline: none;
      box-shadow: none; }
  .GTMPORView .btn_disabled {
    color: #000;
    padding: 4px 13px;
    border-radius: 13px;
    font-size: 11px;
    background-color: #AFAFAF;
    text-decoration: none;
    opacity: 0.5;
    cursor: not-allowed;
    margin-top: 4px; }
  .GTMPORView .btn_enabled {
    cursor: pointer;
    border-radius: 13px;
    font-size: 11px;
    padding: 4px 13px;
    margin-top: 4px;
    border: 1px solid #a6a6a6;
    background-color: #FFF;
    color: #000; }
    .GTMPORView .btn_enabled:hover {
      text-decoration: none; }
  .GTMPORView .btn_submit {
    background-color: #e70070;
    color: #FFF;
    padding: 8px 20px;
    border: 1px solid #e70070;
    border-radius: 0;
    font-weight: 600; }
  .GTMPORView .rounded_btn {
    background-color: #B4229E;
    color: #FFF;
    padding: 14px 28px;
    border: 1px solid #B4229E;
    border-radius: 25px;
    text-transform: uppercase; }
  .GTMPORView .btn_secondary {
    border: 1px solid #666;
    background: none;
    color: #000;
    min-width: 120px;
    padding: 10px 20px;
    font-size: 12px;
    border-radius: 0;
    text-transform: uppercase; }
  .GTMPORView .view_all_btn {
    padding: 6px 15px;
    border-radius: 0;
    height: 35px;
    color: #0067B8;
    border-color: #0067B8;
    background-color: transparent;
    transition: 0.25s; }
    .GTMPORView .view_all_btn:hover {
      background-color: #0067B8;
      color: #FFF;
      transition: 0.25s;
      text-decoration: none; }
  .GTMPORView .btn_primary,
  .GTMPORView .btn_secondary,
  .GTMPORView .btn_default {
    transition: 0.25s; }
  .GTMPORView .border_top_0 {
    border-top: 0; }
  .GTMPORView .ms-Persona-initials,
  .GTMPORView .callout-content-container .ms-Persona-initials {
    background: #D28917; }
  .GTMPORView .view_bg_overlay {
    background: rgba(212, 228, 239, 0);
    background: -moz-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212, 228, 239, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#000000', GradientType=0 );
    min-height: 500px; }
    @media (max-width: 767px) {
      .GTMPORView .view_bg_overlay {
        min-height: 250px; } }
  .GTMPORView .banner_image_filter {
    position: relative; }
    .GTMPORView .banner_image_filter .headerStyle_content {
      position: absolute;
      width: 100%;
      z-index: 1;
      text-align: center; }
    .GTMPORView .banner_image_filter .view_hero_content {
      display: flex;
      align-items: flex-end;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 18px; }
      .GTMPORView .banner_image_filter .view_hero_content .row {
        display: contents;
        align-items: flex-end;
        width: 100%; }
        @media (max-width: 767px) {
          .GTMPORView .banner_image_filter .view_hero_content .row {
            display: inline-block; } }
    .GTMPORView .banner_image_filter h1.page_title {
      color: #FFF;
      padding-bottom: 10px;
      font-weight: 100;
      word-wrap: break-word;
      font-size: 60px; }
      @media (max-width: 767px) {
        .GTMPORView .banner_image_filter h1.page_title {
          font-size: 36px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; } }
      @media (min-width: 320px) and (max-width: 480px) {
        .GTMPORView .banner_image_filter h1.page_title {
          padding-left: 10%;
          text-align: center; } }
      @media (min-width: 481px) and (max-width: 767px) {
        .GTMPORView .banner_image_filter h1.page_title {
          padding: 0px 15px 0px 15px; } }
    .GTMPORView .banner_image_filter .hubBreadCrumb {
      margin-top: 0;
      display: inline-block; }
      @media (min-width: 320px) and (max-width: 480px) {
        .GTMPORView .banner_image_filter .hubBreadCrumb {
          display: none; } }
      @media (min-width: 481px) and (max-width: 767px) {
        .GTMPORView .banner_image_filter .hubBreadCrumb {
          padding: 0px 15px 0px 15px; } }
      .GTMPORView .banner_image_filter .hubBreadCrumb li div {
        font-size: 18px;
        margin-right: 10px; }
      .GTMPORView .banner_image_filter .hubBreadCrumb li a {
        font-size: 16px;
        color: #FFF; }
        .GTMPORView .banner_image_filter .hubBreadCrumb li a:hover {
          background: none; }
        .GTMPORView .banner_image_filter .hubBreadCrumb li a:last-child {
          color: #FFC625; }
        .GTMPORView .banner_image_filter .hubBreadCrumb li a > div {
          font-size: 16px; }
    .GTMPORView .banner_image_filter .dropdown.hubBreadCrumbDpdn {
      display: inline-block; }
      @media (min-width: 320px) and (max-width: 480px) {
        .GTMPORView .banner_image_filter .dropdown.hubBreadCrumbDpdn {
          display: none; } }
    .GTMPORView .banner_image_filter .page_description {
      background: rgba(0, 0, 0, 0.5);
      padding: 15px; }
      .GTMPORView .banner_image_filter .page_description p {
        font-size: 18px;
        font-weight: normal;
        line-height: 24px;
        color: #FFF;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden; }
        @media (max-width: 767px) {
          .GTMPORView .banner_image_filter .page_description p {
            font-size: 16px;
            line-height: 20px;
            padding-bottom: 2px;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            width: 100%; } }
  .GTMPORView .fav_icon_bg, .GTMPORView .fav_icon_bg_grey, .GTMPORView .fav_icon_bg_red {
    width: 40px;
    height: 40px;
    border-radius: 22px;
    background-color: #D73A06;
    padding-top: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    .GTMPORView .fav_icon_bg_grey {
      background-color: #D0D0D0; }
      .GTMPORView .fav_icon_bg_grey .ms-Icon--Share {
        color: black !important;
        padding-left: 4px;
        padding-bottom: 4px; }
    .GTMPORView .fav_icon_bg_red {
      color: #FFF;
      width: 23px;
      height: 23px;
      font-size: 12px;
      padding-top: 0px; }
  .GTMPORView .heart_fill {
    font-size: 180%;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center; }
  .GTMPORView .video_icon_bg {
    margin: 0 auto;
    position: absolute;
    top: 0 !important;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0; }
    .GTMPORView .video_icon_bg .video_icon {
      font-size: 440%;
      color: #000;
      position: relative;
      opacity: 0.8; }
      @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
        .GTMPORView .video_icon_bg .video_icon {
          font-size: 440%; } }
      @media (max-width: 767px) {
        .GTMPORView .video_icon_bg .video_icon {
          font-size: 450%; } }
    .GTMPORView .video_icon_bg .play_icon {
      font-size: 300%;
      color: #b8b8b8;
      opacity: 0.5; }
      @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
        .GTMPORView .video_icon_bg .play_icon {
          font-size: 320%; } }
      @media (max-width: 767px) {
        .GTMPORView .video_icon_bg .play_icon {
          font-size: 320%; } }
  .GTMPORView .grey_container {
    background: #F1F1F1;
    margin-bottom: 40px; }
  .GTMPORView .doc_load_more {
    background: #E6E6E6;
    color: #000;
    text-align: center;
    padding: 5px;
    margin: 0px -20px 0px -20px;
    cursor: pointer; }
  .GTMPORView .related-links {
    background-color: #F1F1F1;
    padding: 20px 20px 0px 20px; }
    .GTMPORView .related-links.links {
      margin-bottom: 0px; }
    .GTMPORView .related-links.docs {
      padding: 10px; }
    .GTMPORView .related-links.landing_docs {
      margin-bottom: 50px;
      padding-bottom: 0; }
      @media (max-width: 767px) {
        .GTMPORView .related-links.landing_docs {
          margin-bottom: 0px; } }
    .GTMPORView .related-links .media {
      padding: 5px;
      cursor: default;
      transition: 0.25s;
      display: flex;
      align-items: center; }
      .GTMPORView .related-links .media:hover,
      .GTMPORView .related-links .media:hover span {
        background: #DDD; }
      .GTMPORView .related-links .media-body {
        display: flex;
        align-items: center; }
        .GTMPORView .related-links .media-body .file_icon {
          display: flex;
          flex-grow: 0;
          align-items: center; }
        .GTMPORView .related-links .media-body .ms-Icon--Document {
          font-size: 40px;
          color: #000;
          font-weight: 100; }
        .GTMPORView .related-links .media-body span {
          font-size: 14px;
          line-height: 14px;
          position: absolute;
          color: #000;
          text-transform: uppercase;
          background: #f1f1f1;
          margin-left: -5px; }
    .GTMPORView .related-links .media-heading {
      font-size: 16px;
      display: flex;
      flex-grow: 1;
      overflow: visible;
      word-break: break-all;
      line-height: 20px;
      margin-bottom: 5px; }
    .GTMPORView .related-links .created_author_date {
      font-size: 12px;
      color: #8b8b8b; }
    .GTMPORView .related-links .download_wrapper_gray {
      width: 40px;
      height: 40px;
      display: inline-block;
      border-radius: 50%;
      cursor: default;
      background-color: #D0D0D0;
      opacity: 0.7; }
      .GTMPORView .related-links .download_wrapper_gray .ms-Icon--Download {
        color: #000;
        font-size: 24px;
        padding: 3px 8px;
        opacity: 0.7; }
    .GTMPORView .related-links .download_wrapper {
      width: 40px;
      height: 40px;
      background-color: #D0D0D0;
      display: inline-block;
      border-radius: 50%;
      cursor: pointer; }
      .GTMPORView .related-links .download_wrapper:hover {
        background: #A8A8A8; }
      .GTMPORView .related-links .download_wrapper .ms-Icon--Download {
        color: #000;
        font-size: 24px;
        padding: 3px 8px; }
  .GTMPORView .filter_section {
    background-color: #F1F1F1;
    padding: 18px 0;
    line-height: 1; }
    .GTMPORView .filter_section .filter_title {
      font-size: 20px;
      font-weight: 700;
      margin-top: 4px; }
    .GTMPORView .filter_section .up_down_icon {
      font-size: 30px;
      cursor: pointer; }
    .GTMPORView .filter_section .dropdown_errmsg .ms-Dropdown-label {
      color: #000;
      margin-bottom: 5px; }
    .GTMPORView .filter_section .dropdown_errmsg .ms-Dropdown-container:after {
      display: none; }
  .GTMPORView .ms-Dropdown-container .ms-Dropdown-caretDownWrapper {
    cursor: pointer; }
  .GTMPORView .default_message {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
    color: #666;
    height: 100%;
    padding: 10px; }
    .GTMPORView .default_message h2 {
      font-weight: 300; }
      @media (max-width: 767px) {
        .GTMPORView .default_message h2 {
          font-size: 18px; } }
  .GTMPORView .default_message_home {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
    color: #F5F5F5;
    height: 100%;
    padding-top: 80px; }
    .GTMPORView .default_message_home p {
      font-weight: 300;
      font-size: 14px; }
      @media (max-width: 767px) {
        .GTMPORView .default_message_home p {
          font-size: 12px; } }

.view_bg_overlay {
  background: rgba(212, 228, 239, 0);
  background: -moz-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212, 228, 239, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#000000', GradientType=0 );
  min-height: 250px; }
  @media only screen and (min-width: 768px) {
    .view_bg_overlay {
      min-height: 500px; } }

.banner_image_filter {
  position: relative; }
  .banner_image_filter .headerStyle_content {
    position: absolute;
    width: 100%;
    z-index: 1;
    text-align: center; }
  .banner_image_filter .view_hero_content {
    display: flex;
    align-items: flex-end;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 18px; }
    .banner_image_filter .view_hero_content .row {
      display: contents;
      align-items: flex-end;
      width: 100%; }
  .banner_image_filter h1.page_title {
    color: #FFF;
    padding-bottom: 10px;
    font-size: 60px;
    font-weight: 100;
    max-width: 100%;
    word-wrap: break-word; }
  .banner_image_filter .hubBreadCrumb {
    margin-top: 0;
    display: inline-block; }
    .banner_image_filter .hubBreadCrumb li div {
      font-size: 18px;
      margin-right: 10px; }
    .banner_image_filter .hubBreadCrumb li a {
      font-size: 16px;
      color: #FFF; }
      .banner_image_filter .hubBreadCrumb li a:hover {
        background: none; }
      .banner_image_filter .hubBreadCrumb li a:last-child {
        color: #FFC625; }
      .banner_image_filter .hubBreadCrumb li a > div {
        font-size: 16px; }
  .banner_image_filter .dropdown.hubBreadCrumbDpdn {
    display: inline-block; }
  .banner_image_filter .page_description {
    background: rgba(0, 0, 0, 0.5);
    padding: 15px; }
    .banner_image_filter .page_description p {
      font-size: 18px;
      font-weight: normal;
      line-height: 24px;
      color: #FFF;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden; }

.heightHandler {
  display: flex;
  flex-wrap: wrap;
  min-height: 60px; }

.wave_Checkbox_Text .ms-Checkbox-label .ms-Checkbox-text {
  color: #106ebe !important; }

.blue_Border {
  height: 40px;
  padding-top: 8px;
  border: 1px solid grey;
  border-radius: 20px; }
  .blue_Border:hover {
    border-color: #106ebe;
    color: #106ebe; }

.black_Border {
  height: 40px;
  padding-top: 8px;
  border: 1px solid #000;
  border-radius: 20px;
  cursor: pointer; }
  .black_Border:hover {
    border-color: #106ebe;
    color: #106ebe; }
  .black_Border.except_case {
    position: relative;
    top: 4px;
    display: inline-block;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 10px;
    margin-right: 10px; }
  .black_Border.cursor_default:hover {
    border-color: #000;
    color: #000; }

.waveDropDown .ms-Dropdown-title.title_64adfa86 {
  padding-right: 50px !important;
  font-weight: bold;
  font-size: 16px; }

.waveCallout .ms-ContextualMenu-item {
  color: white !important; }

.waveCallout .ms-ContextualMenu-link {
  color: white !important;
  background-color: #106ebe !important; }

.waveCallout .ms-ContextualMenu-list {
  background-color: #106ebe !important; }
  .waveCallout .ms-ContextualMenu-list :focus {
    background-color: #106ebe !important;
    font-weight: bold; }
  .waveCallout .ms-ContextualMenu-list :hover {
    background-color: #106ebe !important;
    font-weight: bold; }

.errorMsg {
  color: red; }

.hScroll_remove {
  overflow-x: hidden !important;
  word-break: break-word; }

.bg_Color {
  border: none !important;
  background-color: transparent !important;
  min-height: 10px !important; }

@media (min-width: 481px) and (max-width: 767px) {
  .font_size_portrait {
    font-size: 8px !important; } }

@media (min-width: 481px) and (max-width: 767px) {
  .ms-Callout-main .ms-Button-flexContainer {
    font-size: 10px !important; } }

.yellow-border {
  border-style: double;
  border-color: yellow; }

.publish_main_section {
  padding: 0 20px 10px !important; }

.publishedGridTop {
  padding-top: 15px;
  background-color: white;
  padding-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px; }

.padd_lft_36 {
  padding-left: 36px; }

.tablesection-club {
  margin: 0px -15px 50px !important; }

.ms-Callout.ms-DatePicker-callout .ms-Callout-main .ms-DatePicker .ms-FocusZone > table th {
  text-align: center; }

.seasonImage_map_fltr {
  padding: 10px;
  width: 22px;
  height: 20px;
  color: #FFF; }

.previewborderSec-prod img {
  width: 36px; }

.m_initial {
  position: relative;
  top: 1.5px; }
  .m_initial_0 {
    position: relative;
    top: 0; }
  .m_initial-3 {
    position: relative;
    top: -3px; }

.GTMPORView .map_section {
  height: 92vh;
  padding-right: 0 !important; }
  @media (min-width: 1400px) {
    .GTMPORView .map_section {
      height: 90vh; } }
  @media (min-width: 1500px) {
    .GTMPORView .map_section {
      height: 88vh; } }
  @media (min-width: 1600px) {
    .GTMPORView .map_section {
      height: 86.5vh; } }
  .GTMPORView .map_section #map {
    width: 1000px;
    height: 450px;
    position: relative; }
    @media (min-width: 1400px) {
      .GTMPORView .map_section #map {
        width: 1120px;
        height: 520px; } }
    @media (min-width: 1600px) {
      .GTMPORView .map_section #map {
        width: 1270px;
        height: 650px; } }
    @media (min-width: 1700px) {
      .GTMPORView .map_section #map {
        width: 1540px !important;
        height: 845px; } }
    @media (min-width: 2200px) {
      .GTMPORView .map_section #map {
        width: 2250px !important;
        height: 1100px; } }
  .GTMPORView .map_section .map_legend {
    position: absolute;
    bottom: 135px;
    left: 123px; }
    @media (min-width: 1400px) {
      .GTMPORView .map_section .map_legend {
        bottom: 115px; } }
    @media (min-width: 1500px) {
      .GTMPORView .map_section .map_legend {
        bottom: 75px; } }
    @media (min-width: 1600px) {
      .GTMPORView .map_section .map_legend {
        bottom: 75px; } }
    @media (min-width: 1700px) {
      .GTMPORView .map_section .map_legend {
        bottom: 45px; } }
    @media (min-width: 2200px) {
      .GTMPORView .map_section .map_legend {
        bottom: -12px; } }
    .GTMPORView .map_section .map_legend button {
      background: rgba(26, 35, 52, 0.7);
      border: 1px solid #0077D5;
      border-radius: 18px;
      margin-right: 5px;
      padding: 8px 12px; }
      .GTMPORView .map_section .map_legend button[disabled] {
        opacity: 0.5; }
      .GTMPORView .map_section .map_legend button.launched .ms-Button-flexContainer:before, .GTMPORView .map_section .map_legend button.not_launched .ms-Button-flexContainer:before {
        content: '';
        width: 10px;
        height: 10px;
        background: #5DC461;
        border-radius: 50%;
        margin-right: 6px; }
      .GTMPORView .map_section .map_legend button.launched.active, .GTMPORView .map_section .map_legend button.not_launched.active {
        background: #0077D5;
        border: 1px solid #1a2334; }
      .GTMPORView .map_section .map_legend button.not_launched .ms-Button-flexContainer:before {
        background: #DB7901; }
  .GTMPORView .map_section .btn_zoomout {
    display: inline-block;
    position: absolute;
    bottom: -41px;
    cursor: pointer;
    left: 20px; }
    @media (min-width: 1200px) {
      .GTMPORView .map_section .btn_zoomout {
        bottom: 110px; } }
    @media (min-width: 1400px) {
      .GTMPORView .map_section .btn_zoomout {
        bottom: 90px; } }
    @media (min-width: 1500px) {
      .GTMPORView .map_section .btn_zoomout {
        bottom: 50px; } }
    @media (min-width: 1600px) {
      .GTMPORView .map_section .btn_zoomout {
        bottom: 50px; } }
    @media (min-width: 1700px) {
      .GTMPORView .map_section .btn_zoomout {
        bottom: 20px; } }
    @media (min-width: 2200px) {
      .GTMPORView .map_section .btn_zoomout {
        bottom: -35px; } }

.GTMPORView .tabs .tab, .GTMPORView .tabs .tab_select {
  color: #FFF;
  padding: 12px 15px;
  cursor: pointer;
  background: #1a2334; }
  .GTMPORView .tabs .tab_select {
    font-weight: bold;
    background: #1f2e49; }

.GTMPORView .rt_filter_column {
  width: 23%;
  float: right;
  padding-right: 0; }
  @media (min-width: 1400px) {
    .GTMPORView .rt_filter_column {
      width: 22.5%; } }
  @media (min-width: 1500px) {
    .GTMPORView .rt_filter_column {
      width: 22%; } }
  @media (min-width: 1600px) {
    .GTMPORView .rt_filter_column {
      width: 21.5%; } }
  @media (min-width: 1700px) {
    .GTMPORView .rt_filter_column {
      width: 20.5%; } }
  @media (min-width: 2200px) {
    .GTMPORView .rt_filter_column {
      width: 19.5%; } }

.GTMPORView .rt_filter_container {
  background: #1F2E49;
  padding: 10px;
  color: #FFF; }
  .GTMPORView .rt_filter_container .multi-select .dropdown-container {
    border: none;
    border-radius: 0; }
    .GTMPORView .rt_filter_container .multi-select .dropdown-container .dropdown-heading {
      background-color: #3C465C;
      border: 1px solid #2b76b9; }
  .GTMPORView .rt_filter_container .season_container {
    display: flex;
    color: white;
    justify-content: space-between; }

.GTMPORView .tab_content {
  background: #1a2334; }
  .GTMPORView .tab_content .map_filter {
    color: #FFF; }
    .GTMPORView .tab_content .map_filter_dropdown {
      background: #1f2e49;
      padding: 10px; }
      .GTMPORView .tab_content .map_filter_dropdown button.close {
        background: none;
        color: #FFF;
        opacity: 1;
        font-weight: 300;
        text-shadow: none; }
      .GTMPORView .tab_content .map_filter_dropdown .cal_dropdown .multi-select {
        border: 1px solid #3EA0F8; }
        .GTMPORView .tab_content .map_filter_dropdown .cal_dropdown .multi-select .dropdown-heading .dropdown-heading-dropdown-arrow {
          color: #FFF !important; }
      .GTMPORView .tab_content .map_filter_dropdown .selected_country {
        font-weight: bold; }
    .GTMPORView .tab_content .map_filter .product_list {
      margin-top: 0;
      margin-left: -22px;
      height: 54vh;
      overflow-y: auto;
      margin-bottom: 140px; }
      @media (min-width: 1400px) {
        .GTMPORView .tab_content .map_filter .product_list {
          height: 59vh; } }
      @media (min-width: 1600px) {
        .GTMPORView .tab_content .map_filter .product_list {
          height: 63vh; } }
      @media (min-width: 1600px) {
        .GTMPORView .tab_content .map_filter .product_list {
          height: 69vh; } }
      @media (min-width: 1700px) {
        .GTMPORView .tab_content .map_filter .product_list {
          height: 80vh; } }
      @media (min-width: 2200px) {
        .GTMPORView .tab_content .map_filter .product_list {
          height: 80vh; } }
      .GTMPORView .tab_content .map_filter .product_list .products {
        background: #1A2334;
        border: 1px solid #243A5E;
        padding: 15px;
        padding-right: 20px;
        position: relative;
        margin-bottom: 4px;
        margin-left: 22px; }
        .GTMPORView .tab_content .map_filter .product_list .products.active {
          background: #0C4D85; }
          .GTMPORView .tab_content .map_filter .product_list .products.active .launch_status,
          .GTMPORView .tab_content .map_filter .product_list .products.active .country_waves,
          .GTMPORView .tab_content .map_filter .product_list .products.active .wave_list {
            padding-left: 32px; }
        .GTMPORView .tab_content .map_filter .product_list .products.active_popup {
          border: 1px solid rgba(255, 255, 255, 0.7);
          transition: .4s;
          transition-delay: 2.5s; }
        .GTMPORView .tab_content .map_filter .product_list .products img {
          width: 22px;
          height: 22px; }
        .GTMPORView .tab_content .map_filter .product_list .products .product_name {
          font-weight: bold;
          flex: 1;
          padding-left: 10px;
          padding-bottom: 10px;
          margin-top: -2px;
          width: 100%; }
          .GTMPORView .tab_content .map_filter .product_list .products .product_name > div {
            flex: 1; }
        .GTMPORView .tab_content .map_filter .product_list .products .ms_Icon {
          font-size: 12px;
          font-weight: 600; }
        .GTMPORView .tab_content .map_filter .product_list .products .launch_status {
          padding-left: 32px;
          font-size: 12px; }
          .GTMPORView .tab_content .map_filter .product_list .products .launch_status .ga_date {
            color: #5DC461;
            font-weight: 500; }
          .GTMPORView .tab_content .map_filter .product_list .products .launch_status .ga_orange {
            color: #DB7901;
            font-weight: 500; }
        .GTMPORView .tab_content .map_filter .product_list .products .country_waves {
          padding: 10px 0 10px 35px; }
        .GTMPORView .tab_content .map_filter .product_list .products .popup_arrow {
          background: #0C4D85;
          left: -22px;
          padding: 15px 5px;
          position: absolute;
          margin-top: -15px;
          cursor: pointer; }
          .GTMPORView .tab_content .map_filter .product_list .products .popup_arrow.active {
            top: 14px;
            left: -23px;
            border: 1px solid rgba(255, 255, 255, 0.7);
            border-right: none;
            transition: 2s;
            transition-delay: 2.3s; }
      .GTMPORView .tab_content .map_filter .product_list .wave_list {
        display: flex;
        flex-wrap: wrap;
        margin-top: 10px;
        padding-left: 35px;
        align-items: center; }
        .GTMPORView .tab_content .map_filter .product_list .wave_list .waves {
          display: flex;
          background: #1f2e49;
          border-radius: 20px;
          padding: 7px 0;
          margin-right: 10px;
          margin-bottom: 12px;
          font-size: 9px;
          font-weight: bold;
          color: #FFF;
          width: 26px;
          height: 26px;
          justify-content: center;
          align-items: center; }
          .GTMPORView .tab_content .map_filter .product_list .wave_list .waves:first-child {
            margin-left: 0; }
          .GTMPORView .tab_content .map_filter .product_list .wave_list .waves.green {
            /*background: #5DC461;*/
            background: #3a7f3d; }
            .GTMPORView .tab_content .map_filter .product_list .wave_list .waves.green.select {
              border: 2px solid #FFF; }
            .GTMPORView .tab_content .map_filter .product_list .wave_list .waves.green.clicked {
              background: #5DC461; }
          .GTMPORView .tab_content .map_filter .product_list .wave_list .waves.green-border {
            border: 2px solid #5dc461;
            background: #0c4d85; }
          .GTMPORView .tab_content .map_filter .product_list .wave_list .waves.orange {
            background: #DB7901; }
            .GTMPORView .tab_content .map_filter .product_list .wave_list .waves.orange.select {
              border: 2px solid #FFF; }
            .GTMPORView .tab_content .map_filter .product_list .wave_list .waves.orange.clicked {
              background: #F19D38; }
          .GTMPORView .tab_content .map_filter .product_list .wave_list .waves.orange-border {
            border: 2px solid #db7901;
            background: #0c4d85; }
          .GTMPORView .tab_content .map_filter .product_list .wave_list .waves.clicked {
            width: 34px;
            height: 34px;
            font-size: 13px; }
      .GTMPORView .tab_content .map_filter .product_list::-webkit-scrollbar-track {
        background: #000; }
      .GTMPORView .tab_content .map_filter .product_list::-webkit-scrollbar {
        width: 5px; }
      .GTMPORView .tab_content .map_filter .product_list::-webkit-scrollbar-thumb {
        background: #0c4d85;
        opacity: 0.7; }
      .GTMPORView .tab_content .map_filter .product_list::-webkit-scrollbar-thumb:hover {
        background: #3ea0f8; }
    .GTMPORView .tab_content .map_filter .view_country_popup {
      background: #FFF;
      position: absolute;
      width: 850px;
      left: -850px;
      top: 0;
      height: auto;
      z-index: 3;
      color: #333; }
      .GTMPORView .tab_content .map_filter .view_country_popup .popup_title {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 18px;
        line-height: 24px;
        font-weight: bold;
        text-align: center; }
        .GTMPORView .tab_content .map_filter .view_country_popup .popup_title .ms-Icon--ChevronRightSmall {
          line-height: 12px;
          margin-right: 10px; }
        .GTMPORView .tab_content .map_filter .view_country_popup .popup_title .ms-Icon--ChevronRightSmall:before {
          font-size: 12px; }
      .GTMPORView .tab_content .map_filter .view_country_popup .wave_plan_popup_content {
        max-height: 410px;
        overflow-y: auto;
        padding: 0 !important;
        font-size: 14px;
        margin-right: 10px;
        margin-bottom: 10px; }
        @media (min-width: 1400px) {
          .GTMPORView .tab_content .map_filter .view_country_popup .wave_plan_popup_content {
            max-height: 590px; } }
        @media (min-width: 1500px) {
          .GTMPORView .tab_content .map_filter .view_country_popup .wave_plan_popup_content {
            max-height: 620px; } }
        @media (min-width: 1600px) {
          .GTMPORView .tab_content .map_filter .view_country_popup .wave_plan_popup_content {
            max-height: 600px; } }
        @media (min-width: 1700px) {
          .GTMPORView .tab_content .map_filter .view_country_popup .wave_plan_popup_content {
            max-height: 710px; } }
        .GTMPORView .tab_content .map_filter .view_country_popup .wave_plan_popup_content .section_heading {
          font-size: 18px;
          line-height: 24px;
          font-weight: bold;
          border-bottom: 1px solid #000;
          padding-bottom: 7px;
          padding-left: 0; }
        .GTMPORView .tab_content .map_filter .view_country_popup .wave_plan_popup_content .wave_main {
          border-bottom: 1px solid #000; }
          .GTMPORView .tab_content .map_filter .view_country_popup .wave_plan_popup_content .wave_main:last-child {
            border: none; }
        .GTMPORView .tab_content .map_filter .view_country_popup .wave_plan_popup_content label.date_label {
          font-weight: 700;
          max-width: 125px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        .GTMPORView .tab_content .map_filter .view_country_popup .wave_plan_popup_content .wave_sub {
          border-bottom: 1px solid #CCC; }
          .GTMPORView .tab_content .map_filter .view_country_popup .wave_plan_popup_content .wave_sub:last-child {
            border: none; }
          .GTMPORView .tab_content .map_filter .view_country_popup .wave_plan_popup_content .wave_sub .country {
            white-space: nowrap; }
        .GTMPORView .tab_content .map_filter .view_country_popup .wave_plan_popup_content .fndBold {
          font-weight: bold; }
        .GTMPORView .tab_content .map_filter .view_country_popup .wave_plan_popup_content .col_date_xlg {
          width: 160px; }
        .GTMPORView .tab_content .map_filter .view_country_popup .wave_plan_popup_content .col_channel {
          max-width: 95px !important; }
          .GTMPORView .tab_content .map_filter .view_country_popup .wave_plan_popup_content .col_channel_none {
            max-width: 0 !important; }

.GTMPORView .wave_plan_popup {
  background: #FFF;
  position: absolute;
  width: 830px;
  left: -850px;
  top: 0;
  height: auto;
  z-index: 3;
  color: #333; }

.GTMPORView .wave_plan_popup_content {
  max-height: 520px;
  overflow-y: auto;
  padding: 0 20px 0 30px;
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 10px; }
  .GTMPORView .wave_plan_popup_content::-webkit-scrollbar-track {
    background: #f1f1f1; }
  .GTMPORView .wave_plan_popup_content::-webkit-scrollbar {
    width: 10px; }
  .GTMPORView .wave_plan_popup_content::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    opacity: 0.7; }
  .GTMPORView .wave_plan_popup_content::-webkit-scrollbar-thumb:hover {
    opacity: 1; }
  @media (min-width: 1400px) {
    .GTMPORView .wave_plan_popup_content {
      max-height: 600px; } }
  @media (min-width: 1500px) {
    .GTMPORView .wave_plan_popup_content {
      max-height: 620px; } }
  @media (min-width: 1600px) {
    .GTMPORView .wave_plan_popup_content {
      max-height: 690px; } }
  @media (min-width: 1700px) {
    .GTMPORView .wave_plan_popup_content {
      max-height: 830px; } }
  .GTMPORView .wave_plan_popup_content .section_heading {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    border-bottom: 1px solid #000;
    padding-bottom: 7px;
    padding-left: 0; }
  .GTMPORView .wave_plan_popup_content .wave_main {
    border-bottom: 1px solid #000; }
    .GTMPORView .wave_plan_popup_content .wave_main:last-child {
      border: none; }
  .GTMPORView .wave_plan_popup_content label.date_label {
    font-weight: 700;
    max-width: 125px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    @media (max-width: 1600px) {
      .GTMPORView .wave_plan_popup_content label.date_label {
        max-width: 105px; } }
  .GTMPORView .wave_plan_popup_content .wave_sub {
    border-bottom: 1px solid #CCC; }
    .GTMPORView .wave_plan_popup_content .wave_sub:last-child {
      border: none; }
    .GTMPORView .wave_plan_popup_content .wave_sub .country {
      white-space: nowrap; }
  .GTMPORView .wave_plan_popup_content .fndBold {
    font-weight: bold; }
  .GTMPORView .wave_plan_popup_content .col_date_xlg {
    width: 160px; }
  .GTMPORView .wave_plan_popup_content .col_channel {
    max-width: 95px !important; }
    .GTMPORView .wave_plan_popup_content .col_channel_none {
      max-width: 0 !important; }

.GTMPORView .wmp_custom_search {
  position: absolute;
  width: 22%;
  background-color: #1F2E49;
  padding: 10px;
  z-index: 3; }
  @media (min-width: 1400px) {
    .GTMPORView .wmp_custom_search {
      width: 21%; } }
  @media (min-width: 1500px) {
    .GTMPORView .wmp_custom_search {
      width: 20%; } }
  @media (min-width: 1600px) {
    .GTMPORView .wmp_custom_search {
      width: 19%; } }
  @media (min-width: 1700px) {
    .GTMPORView .wmp_custom_search {
      width: 18%; } }
  .GTMPORView .wmp_custom_search .multi-select .dropdown-container {
    border: none;
    border-radius: 0;
    margin-top: -5px; }
    .GTMPORView .wmp_custom_search .multi-select .dropdown-container .dropdown-heading {
      background-color: #3C465C;
      border: 1px solid #2b76b9; }
      .GTMPORView .wmp_custom_search .multi-select .dropdown-container .dropdown-heading svg {
        display: none; }
      .GTMPORView .wmp_custom_search .multi-select .dropdown-container .dropdown-heading-value {
        padding-left: 20px; }
        .GTMPORView .wmp_custom_search .multi-select .dropdown-container .dropdown-heading-value span {
          color: #B7B7B7 !important;
          cursor: pointer; }
    .GTMPORView .wmp_custom_search .multi-select .dropdown-container .dropdown-content {
      background: #1C2A43;
      color: #FFF; }
      .GTMPORView .wmp_custom_search .multi-select .dropdown-container .dropdown-content div, .GTMPORView .wmp_custom_search .multi-select .dropdown-container .dropdown-content input {
        background: #1C2A43; }
      .GTMPORView .wmp_custom_search .multi-select .dropdown-container .dropdown-content ul {
        padding-left: 0; }
        .GTMPORView .wmp_custom_search .multi-select .dropdown-container .dropdown-content ul li {
          border-bottom: 1px dashed yellow;
          margin-bottom: 10px; }
  .GTMPORView .wmp_custom_search .ms_Icon {
    color: #B7B7B7;
    position: absolute;
    z-index: 6;
    top: 20px;
    left: 19px;
    transform: rotate(270deg); }
    .GTMPORView .wmp_custom_search .ms_Icon.ms-Icon--Cancel {
      color: white;
      position: absolue;
      left: 82%;
      top: 29px; }

.popup_title {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-align: center; }
  .popup_title .ms-Icon--ChromeClose {
    line-height: 12px;
    margin-right: 13px;
    font-size: 10px;
    font-weight: bold; }

.map_callout {
  left: 62px;
  border: none; }
  @media (min-width: 1400px) {
    .map_callout {
      left: 172px; } }
  @media (min-width: 1500px) {
    .map_callout {
      left: 260px; } }
  @media (min-width: 1600px) {
    .map_callout {
      left: 312px; } }
  @media (min-width: 1700px) {
    .map_callout {
      left: 417px; } }
  .map_callout .ms-Callout-main {
    width: 890px;
    overflow-y: hidden !important;
    min-height: 150px; }
    @media (min-width: 1600px) {
      .map_callout .ms-Callout-main {
        width: 907px; } }
    @media (min-width: 1700px) {
      .map_callout .ms-Callout-main {
        width: 1069px; } }
    @media (min-width: 2200px) {
      .map_callout .ms-Callout-main {
        width: 1595px; } }

.bm_LogoContainer {
  display: none; }

.country_name {
  background: #000;
  border: 1px solid #FFF;
  width: auto;
  display: inline-block;
  color: #FFF;
  font-size: 10px;
  line-height: 14px;
  position: absolute;
  z-index: 5;
  padding: 3px 5px; }
  .country_name:after {
    content: "";
    height: 10px;
    width: 0px;
    border-right: 1px dashed #FFF;
    position: absolute;
    left: 45%;
    top: 22px; }
  .country_name .ga_date {
    color: #5DC461; }

.disble_div {
  pointer-events: none;
  opacity: 0.7; }

.info_box {
  background-color: black;
  width: max-content;
  padding: 3px 5px; }
  .info_box .country_hover_name {
    top: 10px;
    left: 10px;
    color: #FFF; }
  .info_box .date_ga {
    color: #5DC461; }

.GTMPORView, .GTMPORAdministration {
  /* HTML5 display-role reset for older browsers */ }
  .GTMPORView html, .GTMPORView body, .GTMPORView applet, .GTMPORView object, .GTMPORView iframe,
  .GTMPORView h1, .GTMPORView h2, .GTMPORView h3, .GTMPORView h4, .GTMPORView h5, .GTMPORView h6, .GTMPORView p, .GTMPORView blockquote, .GTMPORView pre,
  .GTMPORView a, .GTMPORView abbr, .GTMPORView acronym, .GTMPORView address, .GTMPORView big, .GTMPORView cite, .GTMPORView code,
  .GTMPORView del, .GTMPORView dfn, .GTMPORView em, .GTMPORView img, .GTMPORView ins, .GTMPORView kbd, .GTMPORView q, .GTMPORView s, .GTMPORView samp,
  .GTMPORView small, .GTMPORView strike, .GTMPORView strong, .GTMPORView sub, .GTMPORView sup, .GTMPORView tt, .GTMPORView var,
  .GTMPORView b, .GTMPORView u, .GTMPORView i, .GTMPORView center,
  .GTMPORView dl, .GTMPORView dt, .GTMPORView dd, .GTMPORView ol, .GTMPORView ul, .GTMPORView li,
  .GTMPORView fieldset, .GTMPORView form, .GTMPORView label, .GTMPORView legend,
  .GTMPORView table, .GTMPORView caption, .GTMPORView tbody, .GTMPORView tfoot, .GTMPORView thead, .GTMPORView tr, .GTMPORView th, .GTMPORView td,
  .GTMPORView article, .GTMPORView aside, .GTMPORView canvas, .GTMPORView details, .GTMPORView embed,
  .GTMPORView figure, .GTMPORView figcaption, .GTMPORView footer, .GTMPORView header, .GTMPORView hgroup,
  .GTMPORView menu, .GTMPORView nav, .GTMPORView output, .GTMPORView ruby, .GTMPORView section, .GTMPORView summary,
  .GTMPORView time, .GTMPORView mark, .GTMPORView audio, .GTMPORView video, .GTMPORAdministration html, .GTMPORAdministration body, .GTMPORAdministration applet, .GTMPORAdministration object, .GTMPORAdministration iframe,
  .GTMPORAdministration h1, .GTMPORAdministration h2, .GTMPORAdministration h3, .GTMPORAdministration h4, .GTMPORAdministration h5, .GTMPORAdministration h6, .GTMPORAdministration p, .GTMPORAdministration blockquote, .GTMPORAdministration pre,
  .GTMPORAdministration a, .GTMPORAdministration abbr, .GTMPORAdministration acronym, .GTMPORAdministration address, .GTMPORAdministration big, .GTMPORAdministration cite, .GTMPORAdministration code,
  .GTMPORAdministration del, .GTMPORAdministration dfn, .GTMPORAdministration em, .GTMPORAdministration img, .GTMPORAdministration ins, .GTMPORAdministration kbd, .GTMPORAdministration q, .GTMPORAdministration s, .GTMPORAdministration samp,
  .GTMPORAdministration small, .GTMPORAdministration strike, .GTMPORAdministration strong, .GTMPORAdministration sub, .GTMPORAdministration sup, .GTMPORAdministration tt, .GTMPORAdministration var,
  .GTMPORAdministration b, .GTMPORAdministration u, .GTMPORAdministration i, .GTMPORAdministration center,
  .GTMPORAdministration dl, .GTMPORAdministration dt, .GTMPORAdministration dd, .GTMPORAdministration ol, .GTMPORAdministration ul, .GTMPORAdministration li,
  .GTMPORAdministration fieldset, .GTMPORAdministration form, .GTMPORAdministration label, .GTMPORAdministration legend,
  .GTMPORAdministration table, .GTMPORAdministration caption, .GTMPORAdministration tbody, .GTMPORAdministration tfoot, .GTMPORAdministration thead, .GTMPORAdministration tr, .GTMPORAdministration th, .GTMPORAdministration td,
  .GTMPORAdministration article, .GTMPORAdministration aside, .GTMPORAdministration canvas, .GTMPORAdministration details, .GTMPORAdministration embed,
  .GTMPORAdministration figure, .GTMPORAdministration figcaption, .GTMPORAdministration footer, .GTMPORAdministration header, .GTMPORAdministration hgroup,
  .GTMPORAdministration menu, .GTMPORAdministration nav, .GTMPORAdministration output, .GTMPORAdministration ruby, .GTMPORAdministration section, .GTMPORAdministration summary,
  .GTMPORAdministration time, .GTMPORAdministration mark, .GTMPORAdministration audio, .GTMPORAdministration video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box; }
  .GTMPORView article, .GTMPORView aside, .GTMPORView details, .GTMPORView figcaption, .GTMPORView figure,
  .GTMPORView footer, .GTMPORView header, .GTMPORView hgroup, .GTMPORView menu, .GTMPORView nav, .GTMPORView section, .GTMPORAdministration article, .GTMPORAdministration aside, .GTMPORAdministration details, .GTMPORAdministration figcaption, .GTMPORAdministration figure,
  .GTMPORAdministration footer, .GTMPORAdministration header, .GTMPORAdministration hgroup, .GTMPORAdministration menu, .GTMPORAdministration nav, .GTMPORAdministration section {
    display: block; }
  .GTMPORView body, .GTMPORAdministration body {
    line-height: 1; }
  .GTMPORView ul, .GTMPORAdministration ul {
    list-style: disc;
    padding-left: 20px; }
  .GTMPORView ol, .GTMPORAdministration ol {
    list-style: decimal;
    padding-left: 20px; }
  .GTMPORView blockquote, .GTMPORView q, .GTMPORAdministration blockquote, .GTMPORAdministration q {
    quotes: none; }
  .GTMPORView blockquote:before, .GTMPORView blockquote:after,
  .GTMPORView q:before, .GTMPORView q:after, .GTMPORAdministration blockquote:before, .GTMPORAdministration blockquote:after,
  .GTMPORAdministration q:before, .GTMPORAdministration q:after {
    content: '';
    content: none; }
  .GTMPORView table, .GTMPORAdministration table {
    border-collapse: collapse;
    border-spacing: 0; }

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  html *:focus, body *:focus, applet *:focus, object *:focus, iframe *:focus,
  h1 *:focus, h2 *:focus, h3 *:focus, h4 *:focus, h5 *:focus, h6 *:focus, p *:focus, blockquote *:focus, pre *:focus,
  a *:focus, abbr *:focus, acronym *:focus, address *:focus, big *:focus, cite *:focus, code *:focus,
  del *:focus, dfn *:focus, em *:focus, img *:focus, ins *:focus, kbd *:focus, q *:focus, s *:focus, samp *:focus,
  small *:focus, strike *:focus, strong *:focus, sub *:focus, sup *:focus, tt *:focus, var *:focus,
  b *:focus, u *:focus, i *:focus, center *:focus,
  dl *:focus, dt *:focus, dd *:focus, ol *:focus, ul *:focus, li *:focus,
  fieldset *:focus, form *:focus, label *:focus, legend *:focus,
  table *:focus, caption *:focus, tbody *:focus, tfoot *:focus, thead *:focus, tr *:focus, th *:focus, td *:focus,
  article *:focus, aside *:focus, canvas *:focus, details *:focus, embed *:focus,
  figure *:focus, figcaption *:focus, footer *:focus, header *:focus, hgroup *:focus,
  menu *:focus, nav *:focus, output *:focus, ruby *:focus, section *:focus, summary *:focus,
  time *:focus, mark *:focus, audio *:focus, video *:focus, div *:focus, button *:focus {
    outline: 1px dotted grey; } }

.mob_btn_w100:focus {
  border: 1px dotted white !important; }

.btn_enabled:focus {
  outline: 1px dotted grey !important; }

.GTMPORView .border {
  border: 1px solid #999; }

.GTMPORView .redborder {
  border: 1px solid #DD0000; }

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
/* 50% of Browser width #Screen between 600 to 1024*/
/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
/*
##Device = Laptops, Desktops
##Screen = B/w 1025px to 1280px
*/
body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  /* = 0.875rem */
  /* 16px = 1rem */
  position: relative;
  background: #1a2334; }

.modal-open .modal.in {
  z-index: 10000000; }

.app-container {
  /* tablet portrait */
  /* tablet landscape */ }
  @media only screen and (min-width: 768px) {
    .app-container {
      position: relative;
      min-height: 100vh; } }
  @media (min-width: 768px) {
    .app-container .app-row {
      margin-bottom: 196px;
      /* 283px; */ } }
  @media (min-width: 1024px) {
    .app-container .app-row {
      margin-bottom: 267px; } }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .app-container .app-row {
      margin-bottom: 267px; } }
  @media (min-width: 992px) {
    .app-container {
      /* constant margin after the main row == Footer height */ }
      .app-container .app-row {
        margin-bottom: 250px; } }

.defaultModal_container {
  width: 450px !important;
  color: #FFF !important;
  text-align: center !important;
  position: relative;
  background: #e8e8e8 !important;
  box-shadow: 0px 3px 30px #000 !important;
  overflow-y: hidden !important; }
  .defaultModal_container .text_left {
    text-align: left !important; }
  .defaultModal_container .padd_lftRgt_0 {
    padding-left: 0;
    padding-right: 0; }
  .defaultModal_container .mrg_all_0 {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0; }
  .defaultModal_container .mrg_lftRgt_0 {
    margin-left: 0;
    margin-right: 0; }
  .defaultModal_container .mrg_top_110 {
    margin-top: 110px; }
  .defaultModal_container .secondaryMessage {
    font-size: 16px;
    font-weight: 700;
    color: #000; }
  .defaultModal_container .defaultModal_header {
    font-size: 46px !important;
    font-weight: 400;
    line-height: 1.3269em !important;
    margin-top: 30px; }
    .defaultModal_container .defaultModal_header .iconSize {
      font-size: 60px;
      padding-left: 30px; }
    .defaultModal_container .defaultModal_header .success_header {
      font-size: 40px;
      color: #106bff; }
    .defaultModal_container .defaultModal_header .error_header {
      font-size: 40px;
      color: #ff6310; }
    .defaultModal_container .defaultModal_header .warning_header {
      font-size: 40px;
      color: #ff6310; }
  .defaultModal_container .defaultModal_body {
    font-size: 20px !important;
    line-height: 1.35em !important;
    margin: 11px 47px 23px 58px !important; }
    .defaultModal_container .defaultModal_body .community_subscribe_body {
      margin: 0 auto;
      font-size: 20px;
      padding-bottom: 10px;
      display: inline-block;
      color: #000;
      width: 100%;
      font-style: initial;
      font-weight: 400; }
      .defaultModal_container .defaultModal_body .community_subscribe_body ul li {
        font-size: 18px; }
  .defaultModal_container .defaultModal_footer {
    margin-left: 49px;
    margin-bottom: 70px;
    margin-right: 38px;
    font-size: 18px !important;
    line-height: 1.333em !important; }
  .defaultModal_container .dialogSubmitButtonFull {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #3a7589;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .defaultModal_container .dialogSubmitButtonFull :hover {
      background-color: #106bff;
      text-decoration: underline; }
  .defaultModal_container .dialogSubmitButtonHalf {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #3a7589;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .defaultModal_container .dialogSubmitButtonHalf :hover {
      background-color: #106bff;
      text-decoration: underline;
      border: 1px solid #106bff; }
  .defaultModal_container .btn_blue {
    width: 200px;
    background: #106bff;
    height: 40px;
    font-size: 12px;
    font-weight: 500;
    padding: 10px; }
    .defaultModal_container .btn_blue :hover {
      background-color: #000;
      text-decoration: underline;
      border: 1px solid #FFF; }
  .defaultModal_container .dialogSubmitButtonHalfDefault {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .defaultModal_container .dialogSubmitButtonHalfDefault :hover {
      text-decoration: underline; }
  .defaultModal_container .ms-fontWeight-regular .ms-Button-label {
    font-weight: 400; }
  .defaultModal_container .ms-Icon--Warning {
    color: #FFF;
    font-size: 160%;
    padding-top: 20px; }

.Loader-Large {
  text-align: center;
  padding-top: 200px;
  padding-bottom: 200px; }
  .Loader-Large h1 {
    font-size: 62px !important;
    height: 100px;
    background: -webkit-linear-gradient(top, #5c0f5d 0%, #326973 61%, #16a582 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation-duration: 1s;
    animation-name: Loading;
    animation-iteration-count: infinite;
    animation-direction: alternate; }

@keyframes Loading {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.video_popup {
  width: 60% !important;
  height: auto !important;
  overflow: hidden !important; }
  @media (max-width: 767px) {
    .video_popup {
      width: 90% !important; } }
  .video_popup .ms-Dialog-header {
    display: none; }
  .video_popup .ms-Dialog-inner {
    padding: 0 !important; }

.Large_image_popup {
  width: 90% !important;
  height: 90% !important;
  max-height: 90% !important; }
  .Large_image_popup .ms-Dialog-inner {
    height: 100%; }
  .Large_image_popup .ms-Dialog-content {
    height: 100%;
    overflow: auto; }

.GTMPORView {
  /* Global for all Video - Responsive css */
  /* for customized  Video */
  /* white button */
  /*paddings*/
  /*margins*/
  /* Global Media-queries */
  /* Extra small devices (phones, 767px and down) */ }
  .GTMPORView .action {
    color: #3372d9 !important;
    cursor: pointer; }
    .GTMPORView .action:hover {
      text-decoration: underline !important; }
  .GTMPORView .accessLink {
    color: #FFF !important;
    cursor: pointer;
    font-weight: bold; }
    .GTMPORView .accessLink:hover {
      text-decoration: underline !important; }
  .GTMPORView .defaulttabaction {
    color: black !important;
    font-weight: 500;
    cursor: pointer; }
    .GTMPORView .defaulttabaction:hover {
      text-decoration: underline !important; }
  .GTMPORView .footer_action {
    cursor: pointer; }
    .GTMPORView .footer_action:hover {
      text-decoration: underline !important; }
  .GTMPORView .txt_underline {
    text-decoration: underline; }
  .GTMPORView .viewMarketCode {
    border: 1px solid #0065c1;
    font-size: 12px;
    color: #0065c1;
    height: 25px;
    padding-top: 2px;
    padding-right: 5px;
    min-width: 175px; }
    .GTMPORView .viewMarketCode .label {
      font-weight: 700;
      font-size: 12px;
      color: #0065c1;
      padding-top: 3px; }
  .GTMPORView .viewSeason {
    border: 1px solid #0065c1;
    font-size: 12px;
    color: white;
    height: 25px;
    padding-top: 1px;
    padding-right: 5px;
    background-color: #0065c1;
    min-width: 175px; }
    .GTMPORView .viewSeason .seasonLabel {
      font-weight: 700;
      font-size: 12px;
      padding-top: 2px;
      padding-right: 5px; }
  .GTMPORView .error_msg {
    color: #a80000;
    font-size: 12px;
    font-weight: 400; }
  .GTMPORView .blueBorderButton {
    background-color: white !important;
    border: 1px solid #106bff !important;
    height: 40px;
    color: #106bff; }
    .GTMPORView .blueBorderButton:hover {
      color: #106bff;
      text-decoration: underline; }
  .GTMPORView .primaryButton, .GTMPORView .primaryButton_ht30 {
    background-color: #106bff !important;
    border: 1px solid #106bff !important;
    height: 40px; }
    .GTMPORView .primaryButton:hover, .GTMPORView .primaryButton_ht30:hover {
      background-color: #0078d4 !important;
      text-decoration: underline; }
  .GTMPORView .primaryButton_ht30 {
    height: 30px; }
  .GTMPORView .checkedButton {
    background-color: #cedef8 !important;
    border: 1px solid #106bff !important; }
  .GTMPORView .btn_remove, .GTMPORView .btn_remove_dis {
    background: #106bff;
    border-radius: 18px;
    color: white;
    padding: 4px 12px;
    font-size: 12px;
    cursor: pointer; }
  .GTMPORView .btn_remove_dis {
    background: orange; }
  .GTMPORView .blue {
    color: #106bff; }
    .GTMPORView .blue img {
      margin-left: -5px;
      height: 30px !important;
      margin-top: -4px; }
  .GTMPORView .orange {
    color: orange; }
  .GTMPORView .orange-border {
    border: 2px solid #FFBF00; }
    .GTMPORView .orange-border .ms-TextField-fieldGroup {
      border: none !important;
      height: 33px; }
      .GTMPORView .orange-border .ms-TextField-fieldGroup:after {
        border: none !important; }
    .GTMPORView .orange-border .ms-TextField-fieldGroup:hover {
      border: none !important; }
  .GTMPORView .publish_divider {
    border-right: 1px solid #d3d3d3;
    height: 36x; }
  .GTMPORView .loader_container {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 1000;
    background-color: #666;
    margin: auto;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px; }
  .GTMPORView .loader_container_indidual {
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 1000;
    background-color: #666;
    margin: auto;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px; }
  .GTMPORView .dialogSubmitButtonFull {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #3a7589;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .GTMPORView .dialogSubmitButtonFull :hover {
      background-color: #106bff;
      border: 1px solid #106bff; }
  .GTMPORView .dialogSubmitButtonHalf {
    width: 50%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #3a7589;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .GTMPORView .dialogSubmitButtonHalf :hover {
      background-color: #106bff;
      text-decoration: underline;
      border: 1px solid #106bff; }
  .GTMPORView .dialogSubmitButtonHalfDefault {
    width: 50%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    height: 50px;
    font-size: 18px;
    font-weight: 400; }
    .GTMPORView .dialogSubmitButtonHalfDefault :hover {
      text-decoration: underline; }
  .GTMPORView .loadMoreButton {
    font-size: 16px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer; }
  .GTMPORView .rich_text_global ol {
    list-style-type: decimal !important;
    list-style-position: inside !important;
    -webkit-margin-before: 1em !important;
    -webkit-margin-after: 1em !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-end: 0px !important;
    -webkit-padding-start: 0px !important; }
  .GTMPORView .rich_text_global ul {
    display: block !important;
    list-style-type: disc !important;
    -webkit-margin-before: 1em !important;
    -webkit-margin-after: 1em !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-end: 0px !important;
    -webkit-padding-start: 40px !important;
    list-style-position: inside !important; }
  .GTMPORView .rich_text_global sup {
    top: -0.5em; }
  .GTMPORView .rich_text_global sub,
  .GTMPORView .rich_text_global sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline; }
  .GTMPORView .rich_text_global p {
    margin: 0 0 10px; }
  .GTMPORView .wrap_ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*word-break: break-all;
        word-wrap: break-word;*/ }
  .GTMPORView .dList_scroll.ms-DetailsList .ms-SelectionZone, .GTMPORView .dList_userScroll.ms-DetailsList .ms-SelectionZone, .GTMPORView .dList_publishScroll.ms-DetailsList .ms-SelectionZone, .GTMPORView .dList_publishScroll_new.ms-DetailsList .ms-SelectionZone {
    max-height: 650px;
    overflow-y: overlay; }
  .GTMPORView .dList_scroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar, .GTMPORView .dList_userScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar, .GTMPORView .dList_publishScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar, .GTMPORView .dList_publishScroll_new.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar {
    width: 10px; }
  .GTMPORView .dList_scroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb, .GTMPORView .dList_userScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb, .GTMPORView .dList_publishScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb, .GTMPORView .dList_publishScroll_new.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb {
    background: #d2d2d2;
    border-radius: 10px; }
  .GTMPORView .dList_scroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb:hover, .GTMPORView .dList_userScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb:hover, .GTMPORView .dList_publishScroll.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb:hover, .GTMPORView .dList_publishScroll_new.ms-DetailsList .ms-SelectionZone::-webkit-scrollbar-thumb:hover {
    background: #a9a9a9; }
  .GTMPORView .dList_publishScroll.ms-DetailsList .ms-SelectionZone {
    max-height: 400px; }
  .GTMPORView .dList_publishScroll_new.ms-DetailsList .ms-SelectionZone {
    max-height: 760px; }
  .GTMPORView .rowht40sction .ms-DetailsRow, .GTMPORView .rowht40sction .ms-DetailsRow-cell {
    min-height: 30px !important;
    padding: 2px 0px !important;
    margin: 0px !important; }
  .GTMPORView .dList_userScroll.ms-DetailsList .ms-DetailsHeader-cell {
    font-weight: 700; }
  .GTMPORView .dList_userScroll.ms-DetailsList .ms-SelectionZone {
    max-height: 480px; }
  .GTMPORView .container_fluid {
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 1400px) {
    .GTMPORView .container {
      width: 1330px !important; } }
  .GTMPORView .word_break, .GTMPORView .richtext_list > div {
    word-break: break-word; }
    .GTMPORView .word_break_all {
      word-break: break-all; }
  .GTMPORView .page_status {
    font-size: 14px; }
  .GTMPORView .border_none {
    border: none !important; }
  .GTMPORView .r_border {
    border-right: 1px solid #000; }
  .GTMPORView .pos_rel {
    position: relative; }
  .GTMPORView .whitespace_nowrap {
    white-space: nowrap; }
  .GTMPORView .cust_grid {
    display: block;
    justify-content: normal;
    margin-top: 10px; }
    @media (min-width: 481px) {
      .GTMPORView .cust_grid {
        display: flex;
        justify-content: center;
        flex-flow: row wrap;
        margin-top: 10px; } }
  .GTMPORView .column_in_center {
    float: none; }
  .GTMPORView .video_section {
    /* 4x3 Aspect Ratio */
    /* React Player css */ }
    .GTMPORView .video_section .iframe-container {
      overflow: hidden;
      padding-top: 56.25%;
      position: relative; }
    .GTMPORView .video_section .iframe-container iframe {
      border: 0;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .GTMPORView .video_section .iframe-container-4x3 {
      padding-top: 75%; }
    .GTMPORView .video_section .player_wrapper {
      position: relative !important;
      padding-top: 56% !important; }
    .GTMPORView .video_section .react_player {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important; }
    .GTMPORView .video_section .view_large_btn {
      padding-left: 0px;
      text-decoration: underline; }
  .GTMPORView .cust_video .home_sm_tile {
    background: #000; }
  .GTMPORView .cust_video .home_sm_tile iframe,
  .GTMPORView .cust_video .last_visited_img iframe {
    height: 100%;
    width: 100%;
    opacity: 0.7; }
  .GTMPORView .cust_video .home_sm_tile .ut_img,
  .GTMPORView .cust_video .last_visited_img .ut_img {
    height: 100%;
    width: 100%;
    opacity: 0.7; }
    .GTMPORView .cust_video .home_sm_tile .ut_img img,
    .GTMPORView .cust_video .last_visited_img .ut_img img {
      height: 100%;
      width: 100%;
      max-width: 100% !important; }
  .GTMPORView .cust_video .last_visited_img iframe,
  .GTMPORView .cust_video .last_visited_img .ut_img {
    opacity: 0.9 !important; }
  .GTMPORView .cust_video .last_visited_img .video_icon_bg .video_icon {
    opacity: 0.7; }
  .GTMPORView .cust_video .ut_video .video_icon_bg {
    opacity: 1; }
  .GTMPORView .black_bg {
    background: #000 !important; }
  .GTMPORView .btn_whiteOutline {
    background: transparent;
    height: 33px;
    color: #FFF !important;
    border: 1px solid #FFF !important;
    padding: 10px 25px; }
  .GTMPORView .btn_whiteOutline:hover {
    background: #106bff !important;
    border: none !important;
    color: #FFF !important; }
  .GTMPORView .btn_outline {
    background: #FFF;
    height: 40px;
    color: #106bff !important;
    border: 1px solid #106bff !important;
    padding: 10px 6px; }
  .GTMPORView .btn_outline:hover {
    background: #106bff !important;
    color: #FFF !important; }
  .GTMPORView .btn_outline_disable {
    background: #FFF;
    height: 40px;
    color: #d2d2d2 !important;
    border: 1px solid #d2d2d2 !important;
    padding: 10px 6px; }
  .GTMPORView .btn_outline_disable:hover {
    background: #FFF !important;
    color: #d2d2d2 !important; }
  .GTMPORView .btn_active, .GTMPORView .btn_disable {
    background: #106bff;
    height: 30px;
    color: #FFF !important;
    border: 1px solid #106bff !important;
    cursor: pointer;
    padding: 10px 6px;
    pointer-events: auto;
    cursor: pointer; }
  .GTMPORView .btn_disable {
    background: #d2d2d2;
    border: 1px solid #d2d2d2 !important;
    pointer-events: none; }
  .GTMPORView .ltGrey_bg, .GTMPORView .ltGreyBg {
    background-color: #f0f2f7;
    min-height: 100vh;
    padding-bottom: 70px; }
  .GTMPORView .ltGreyBg {
    min-height: 90vh; }
  .GTMPORView .ltGreyBg20 {
    background-color: #f0f2f7;
    min-height: 100vh;
    padding-bottom: 20px;
    overflow-x: hidden; }
  .GTMPORView .minheight90 {
    min-height: 90vh; }
  .GTMPORView .bg_grey {
    background: #f0f2f7;
    padding: 15px; }
  .GTMPORView .grey_bg {
    background: #e9e9e9;
    padding: 15px; }
  .GTMPORView .content_hidden {
    visibility: hidden; }
  .GTMPORView .action_btn {
    font-size: 16px;
    padding: 3px;
    width: 30px;
    margin-right: 5px;
    background: white;
    color: #007bff !important;
    border: 1px solid #eaeaea;
    box-shadow: 0px 5px 8px #d9d9d9; }
  .GTMPORView .config_action_btn:hover {
    background: #007bff !important;
    color: #fff !important; }
  .GTMPORView .config_action_btn.add_sku {
    padding: 3px 5px; }
    .GTMPORView .config_action_btn.add_sku .ms-Icon.ms-Icon--Add::before {
      font-size: 13px !important;
      font-weight: 600; }
    .GTMPORView .config_action_btn.add_sku:hover .ms-Icon.ms-Icon--Add::before {
      color: #FFF; }
  .GTMPORView .releaseNotes_hr {
    border-bottom: 1.5px solid #d2d2d2;
    padding-top: 10px;
    margin-left: 0px;
    margin-right: 0px; }
  .GTMPORView .releaseNotes_divider {
    border-right: 1px solid #000;
    height: 40px; }
  .GTMPORView .releaseNotes_divider_grey {
    border-left: 2px solid #d2d2d2;
    height: 40px; }
  .GTMPORView .releaseNotesBtn_divider {
    border-right: 1px solid #a9a9a9;
    height: 40px; }
  .GTMPORView .releaseNotes_hyphon {
    border-top: 1px solid black;
    width: 15px; }
  .GTMPORView .confidential_title {
    color: #D28917; }
  .GTMPORView .d_flex {
    display: flex; }
  .GTMPORView .d_flex_rEnd {
    display: flex;
    justify-content: flex-end; }
  .GTMPORView .d_flex_spacebetween {
    display: flex;
    justify-content: space-between; }
  .GTMPORView .d_flex_wrap {
    display: flex;
    flex-wrap: wrap; }
  .GTMPORView .related_por {
    background: #29364e;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0px 10px;
    white-space: nowrap; }
  .GTMPORView .related_por:hover {
    background: #354767; }
  .GTMPORView .divider_grey {
    color: #d2d2d2; }
  .GTMPORView .dropdown_icon i {
    color: white;
    font-size: 12px;
    font-weight: 700;
    line-height: 55px !important; }
  .GTMPORView .rel_wdt560 {
    width: 560px !important;
    padding: 10px !important;
    color: #000;
    overflow-x: hidden !important; }
  .GTMPORView .rel_wdt560:hover {
    background: #e9e9e9; }
    .GTMPORView .rel_wdt560:hover .prod_name {
      color: #0078d4;
      font-weight: 500; }
  .GTMPORView .bottom_line {
    border-bottom: 1px solid #d2d2d2; }
  .GTMPORView .bottom_line:hover {
    background: #f1f7fd; }
  .GTMPORView .others_view {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 85px;
    margin-bottom: 10px; }
  .GTMPORView .btm_hr {
    border-bottom: 1px solid #6f7478;
    padding: 5px 0px; }
  .GTMPORView .top_hr {
    border-top: 1px solid #6f7478; }
  .GTMPORView .reportOwner_bg {
    font-size: 13px;
    background: #29364e;
    display: inline-block;
    text-align: center;
    padding: 5px;
    margin: 5px 0px; }
  .GTMPORView .one_line {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .GTMPORView .font24 {
    font-size: 24px; }
  .GTMPORView .font10 {
    font-size: 10px; }
  .GTMPORView .font12 {
    font-size: 12px; }
  .GTMPORView .font16 {
    font-size: 16px; }
  .GTMPORView .font18 {
    font-size: 18px; }
  .GTMPORView .font_wt500 {
    font-weight: 500; }
  .GTMPORView .font_wt600 {
    font-weight: 600; }
  .GTMPORView .font_bold {
    font-weight: 700; }
  .GTMPORView .ht40 {
    height: 40px !important; }
  .GTMPORView .ht75 {
    height: 75px !important; }
  .GTMPORView .mrg_rgt_3 {
    margin-right: 3px !important; }
  .GTMPORView .padd0 {
    padding: 0px; }
  .GTMPORView .padd5 {
    padding: 5px; }
  .GTMPORView .padd10 {
    padding: 10px; }
  .GTMPORView .padd15 {
    padding: 15px; }
  .GTMPORView .padd20 {
    padding: 20px; }
  .GTMPORView .padd_rgt_0 {
    padding-right: 0; }
  .GTMPORView .padd_lftRgt_0 {
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 481px) and (max-width: 767px) {
    .GTMPORView .padd_lftRgt_0_portrait {
      padding-left: 0;
      padding-right: 0; } }
  .GTMPORView .padd_lftRgt_2 {
    padding-left: 2px;
    padding-right: 2px; }
  .GTMPORView .padd_lftRgt_5 {
    padding-left: 5px;
    padding-right: 5px; }
  .GTMPORView .padd_lftRgt_10 {
    padding-left: 10px;
    padding-right: 10px; }
  .GTMPORView .padd_lftRgt_15 {
    padding-left: 15px;
    padding-right: 15px; }
  .GTMPORView .padd_lftRgt_20 {
    padding-left: 20px;
    padding-right: 20px; }
  .GTMPORView .padd_lftRgt_30 {
    padding-left: 30px;
    padding-right: 30px; }
  .GTMPORView .padd_lftRgt_40 {
    padding-left: 40px;
    padding-right: 40px; }
  .GTMPORView .padd_topbtm_5 {
    padding-top: 5px;
    padding-bottom: 5px; }
  .GTMPORView .padd_topbtm_10 {
    padding-top: 10px;
    padding-bottom: 10px; }
  .GTMPORView .padd_topbtm_15 {
    padding-top: 15px;
    padding-bottom: 15px; }
  .GTMPORView .padd_topbtm_20 {
    padding-top: 20px;
    padding-bottom: 20px; }
  .GTMPORView .padd_topbtm_25 {
    padding-top: 25px;
    padding-bottom: 25px; }
  .GTMPORView .padd_topbtm_30 {
    padding-top: 30px;
    padding-bottom: 30px; }
  .GTMPORView .padd_topbtm_40 {
    padding-top: 40px;
    padding-bottom: 40px; }
  .GTMPORView .padd_topbtm_50 {
    padding-top: 50px;
    padding-bottom: 50px; }
  .GTMPORView .padd_lft_0 {
    padding-left: 0; }
  .GTMPORView .padd_lft_5 {
    padding-left: 5px; }
  .GTMPORView .padd_lft_10 {
    padding-left: 10px; }
  .GTMPORView .padd_lft_15 {
    padding-left: 15px; }
  @media (min-width: 481px) and (max-width: 767px) {
    .GTMPORView .padd_lft_45_portrait {
      padding-left: 45px; } }
  .GTMPORView .padd_lft_20 {
    padding-left: 20px; }
  .GTMPORView .padd_lft_25 {
    padding-left: 25px; }
  .GTMPORView .padd_lft_30 {
    padding-left: 30px; }
  .GTMPORView .padd_lft_35 {
    padding-left: 35px; }
  .GTMPORView .padd_lft_40 {
    padding-left: 40px; }
    @media (min-width: 481px) and (max-width: 767px) {
      .GTMPORView .padd_lft_40 {
        padding-left: 17px; } }
  .GTMPORView .padd_lft_50 {
    padding-left: 50px; }
  .GTMPORView .padd_lft_60 {
    padding-left: 60px; }
  .GTMPORView .padd_lft_70 {
    padding-left: 70px; }
  .GTMPORView .padd_lft_80 {
    padding-left: 80px; }
  .GTMPORView .padd_lft_100 {
    padding-left: 100px; }
  .GTMPORView .padd_lft_105 {
    padding-left: 105px; }
  .GTMPORView .padd_lft_115 {
    padding-left: 115px; }
  .GTMPORView .padd_lft_100 {
    padding-left: 100px; }
  .GTMPORView .padd_lft_540 {
    padding-left: 540px; }
  .GTMPORView .padd_rgt_2 {
    padding-right: 2px; }
  .GTMPORView .padd_rgt_4 {
    padding-right: 4px; }
  .GTMPORView .padd_rgt_5 {
    padding-right: 5px; }
  .GTMPORView .padd_rgt_9 {
    padding-right: 9px; }
  .GTMPORView .padd_rgt_10 {
    padding-right: 10px; }
  .GTMPORView .padd_rgt_15 {
    padding-right: 15px; }
  .GTMPORView .padd_rgt_20 {
    padding-right: 20px; }
  .GTMPORView .padd_rgt_25 {
    padding-right: 25px; }
  .GTMPORView .padd_rgt_30 {
    padding-right: 30px; }
  .GTMPORView .padd_rgt_35 {
    padding-right: 35px; }
  .GTMPORView .padd_rgt_40 {
    padding-right: 40px; }
  .GTMPORView .padd_rgt_50 {
    padding-right: 50px; }
  .GTMPORView .padd_rgt_60 {
    padding-right: 60px; }
  .GTMPORView .padd_top_0 {
    padding-top: 0px; }
  .GTMPORView .padd_top_2 {
    padding-top: 2px; }
  .GTMPORView .padd_top_4 {
    padding-top: 4px; }
  .GTMPORView .padd_top_5 {
    padding-top: 5px; }
  .GTMPORView .padd_top_7 {
    padding-top: 7px; }
  .GTMPORView .padd_top_8 {
    padding-top: 8px; }
  .GTMPORView .padd_top_9 {
    padding-top: 9px; }
  .GTMPORView .padd_top_10 {
    padding-top: 10px; }
  .GTMPORView .padd_top_12 {
    padding-top: 12px; }
  .GTMPORView .padd_top_15 {
    padding-top: 15px; }
  .GTMPORView .padd_top_18 {
    padding-top: 18px !important; }
  .GTMPORView .padd_top_20 {
    padding-top: 20px; }
  .GTMPORView .padd_top_25 {
    padding-top: 25px; }
  .GTMPORView .padd_top_30 {
    padding-top: 30px; }
  .GTMPORView .padd_top_35 {
    padding-top: 35px; }
  .GTMPORView .padd_top_40 {
    padding-top: 40px; }
  .GTMPORView .padd_top_50 {
    padding-top: 50px; }
  .GTMPORView .padd_top_65 {
    padding-top: 65px; }
  .GTMPORView .padd_top_70 {
    padding-top: 70px; }
  .GTMPORView .padd_top_80 {
    padding-top: 80px; }
  .GTMPORView .padd_top_90 {
    padding-top: 90px; }
  .GTMPORView .padd_top_95 {
    padding-top: 95px; }
  .GTMPORView .padd_top_100 {
    padding-top: 100px; }
  .GTMPORView .padd_top_115 {
    padding-top: 115px; }
  .GTMPORView .padd_top_120 {
    padding-top: 120px; }
  .GTMPORView .padd_top_125 {
    padding-top: 125px; }
  .GTMPORView .padd_top_130 {
    padding-top: 130px; }
  .GTMPORView .padd_top_135 {
    padding-top: 135px; }
  .GTMPORView .padd_top_140 {
    padding-top: 140px; }
  .GTMPORView .padd_top_160 {
    padding-top: 160px; }
  .GTMPORView .padd_top_170 {
    padding-top: 170px; }
  .GTMPORView .padd_top_180 {
    padding-top: 180px; }
  .GTMPORView .padd_top_190 {
    padding-top: 190px; }
  .GTMPORView .padd_top_200 {
    padding-top: 200px; }
  .GTMPORView .padd_top_250 {
    padding-top: 250px; }
  .GTMPORView .padd_btm_0 {
    padding-bottom: 0; }
  .GTMPORView .padd_btm_0_imp {
    padding-bottom: 0 !important; }
  .GTMPORView .padd_btm_2 {
    padding-bottom: 2rem; }
  .GTMPORView .padd_btm_5 {
    padding-bottom: 5px; }
  .GTMPORView .padd_btm_10 {
    padding-bottom: 10px; }
  .GTMPORView .padd_btm_15 {
    padding-bottom: 15px; }
  .GTMPORView .padd_btm_20 {
    padding-bottom: 20px; }
  .GTMPORView .padd_btm_25 {
    padding-bottom: 25px; }
  .GTMPORView .padd_btm_30 {
    padding-bottom: 30px; }
  .GTMPORView .padd_btm_40 {
    padding-bottom: 40px; }
  .GTMPORView .padd_btm_50 {
    padding-bottom: 50px; }
  .GTMPORView .padd_btm_80 {
    padding-bottom: 100px; }
  .GTMPORView .padd_btm_80_a {
    padding-bottom: 80px; }
  .GTMPORView .padd_btm_150 {
    padding-bottom: 150px; }
  .GTMPORView .mrg_lft_0 {
    margin-left: 0; }
  .GTMPORView .mrg_lft_10 {
    margin-left: 10px; }
  .GTMPORView .mrg_lft_15 {
    margin-left: 15px; }
  .GTMPORView .mrg_lft_25 {
    margin-left: 25px; }
  .GTMPORView .mrg_lft_40 {
    margin-left: 40px; }
  .GTMPORView .mrg_lft_50 {
    margin-left: 50px; }
  .GTMPORView .mrg_lft_105 {
    margin-left: 105px; }
  .GTMPORView .mrg_lft_375 {
    margin-left: 375px; }
  .GTMPORView .mrg_lft_220 {
    margin-left: 220px; }
  .GTMPORView .mrg_lft_min_5 {
    margin-left: -5px; }
  .GTMPORView .mrg_lft_min_10 {
    margin-left: -10px; }
  .GTMPORView .mrg_lft_min_15 {
    margin-left: -15px; }
  .GTMPORView .mrg_top_n_60 {
    margin-top: -60px; }
  .GTMPORView .mrg_lft_min_30 {
    margin-left: -30px; }
  .GTMPORView .mrg_lftRgt_0 {
    margin-left: 0;
    margin-right: 0; }
  .GTMPORView .mrg_lftRgt_15 {
    margin-left: 15px;
    margin-right: 15px; }
  .GTMPORView .mrg_lftRgt_20 {
    margin-left: 20px;
    margin-right: 20px; }
  .GTMPORView .mrg_topbtm_5 {
    margin-top: 5px;
    margin-bottom: 5px; }
  .GTMPORView .mrg_topbtm_10 {
    margin-top: 10px;
    margin-bottom: 10px; }
  .GTMPORView .mrg_topbtm_20 {
    margin-top: 20px;
    margin-bottom: 20px; }
  .GTMPORView .mrg_topbtm_30 {
    margin-top: 30px;
    margin-bottom: 30px; }
  .GTMPORView .mrg_rgt_0 {
    margin-right: 0; }
  .GTMPORView .mrg_rgt_5 {
    margin-right: 5px; }
  .GTMPORView .mrg_rgt_10 {
    margin-right: 10px; }
  .GTMPORView .mrg_rgt_15 {
    margin-right: 15px; }
  .GTMPORView .mrg_rgt_20 {
    margin-right: 20px; }
  .GTMPORView .mrg_rgt_30 {
    margin-right: 30px; }
  .GTMPORView .mrg_rgt_280 {
    margin-right: 280px; }
  .GTMPORView .mrg_btm_0 {
    margin-bottom: 0; }
  .GTMPORView .mrg_btm_5 {
    margin-bottom: 5px; }
  .GTMPORView .mrg_btm_10 {
    margin-bottom: 10px; }
  .GTMPORView .mrg_btm_15 {
    margin-bottom: 15px; }
  .GTMPORView .mrg_btm_20 {
    margin-bottom: 20px; }
  .GTMPORView .mrg_btm_30 {
    margin-bottom: 30px; }
  .GTMPORView .mrg_btm_40 {
    margin-bottom: 40px; }
  .GTMPORView .mrg_btm_45 {
    margin-bottom: 45px; }
  .GTMPORView .mrg_btm_50 {
    margin-bottom: 50px; }
  .GTMPORView .mrg_btm_60 {
    margin-bottom: 60px; }
  .GTMPORView .mrg_btm_90 {
    margin-bottom: 90px; }
  .GTMPORView .mrg_btm_100 {
    margin-bottom: 100px; }
  .GTMPORView .mrg_btm_140 {
    margin-bottom: 140px; }
  .GTMPORView .mrg_btm_170 {
    margin-bottom: 170px; }
  .GTMPORView .mrg_top_n_15 {
    margin-top: -15px; }
  .GTMPORView .mrg_top_0 {
    margin-top: 0; }
  .GTMPORView .mrg_top_4 {
    margin-top: 4px; }
  .GTMPORView .mrg_top_5 {
    margin-top: 5px; }
  .GTMPORView .mrg_top_10 {
    margin-top: 10px; }
  .GTMPORView .mrg_top_12 {
    margin-top: 12px; }
  .GTMPORView .mrg_top_15 {
    margin-top: 15px; }
  .GTMPORView .mrg_top_20 {
    margin-top: 20px; }
  .GTMPORView .mrg_top_25 {
    margin-top: 25px; }
  .GTMPORView .mrg_top_30 {
    margin-top: 30px; }
  .GTMPORView .mrg_top_35 {
    margin-top: 35px; }
  .GTMPORView .mrg_top_40 {
    margin-top: 40px; }
  .GTMPORView .mrg_top_45 {
    margin-top: 45px; }
  .GTMPORView .mrg_top_50 {
    margin-top: 50px; }
  .GTMPORView h1,
  .GTMPORView .h1 {
    font-size: 1.875em;
    font-weight: 400; }
  .GTMPORView h2,
  .GTMPORView .h2 {
    font-size: 1.72em;
    font-weight: 500; }
  .GTMPORView h3,
  .GTMPORView .h3 {
    font-size: 1.14em;
    font-weight: 600; }
  .GTMPORView h5,
  .GTMPORView .h5 {
    font-size: 0.625em;
    font-weight: 300; }
  .GTMPORView .font14 {
    font-size: 14px; }
  .GTMPORView .font20 {
    font-size: 20px; }
  .GTMPORView .font28 {
    font-size: 28px; }
  .GTMPORView .font40 {
    font-size: 40px; }
  .GTMPORView .blue_outlook {
    color: #006fc4; }
  .GTMPORView .blue_word {
    color: #2b589b; }
  .GTMPORView .blue_text {
    color: #00b4f1; }
  .GTMPORView .blue_icon {
    font-weight: 700;
    color: #106bff; }
  .GTMPORView .blue_visio {
    color: #36519f; }
  .GTMPORView .green {
    color: #107B12; }
  .GTMPORView .green-border {
    border: 2px solid #107B12; }
  .GTMPORView .brown {
    color: #D73A06; }
  .GTMPORView .white {
    color: #FFF; }
  .GTMPORView .white_bg {
    background: #FFF; }
  .GTMPORView .grey_hr {
    border-bottom: 1px solid #D0D0D0; }
  .GTMPORView .grey_top {
    border-top: 2px solid #D0D0D0;
    padding-top: 10px; }
  .GTMPORView .blue_hr {
    border-bottom: 3px solid #106bff; }
  .GTMPORView .blue_checkedBox .ms-Checkbox-text {
    color: #0078d6 !important; }
  .GTMPORView .vertical_align {
    height: 40px;
    line-height: 13px; }
  .GTMPORView .noHorizontalScroll {
    overflow-x: hidden !important; }
  .GTMPORView .blue_checkedBox1.ms-Checkbox-text {
    color: #0078d6 !important; }
  .GTMPORView .black_hr {
    border-top: 1px solid #000; }
  .GTMPORView .d_none {
    display: none !important; }
  .GTMPORView .d_inline {
    display: inline; }
  .GTMPORView .block {
    display: block; }
  .GTMPORView .d_inline_block {
    display: inline-block; }
  .GTMPORView .d_inline_flex {
    display: inline-flex; }
  .GTMPORView .img_publish_por {
    height: 25px;
    width: 30px; }
  .GTMPORView .img_preview_por {
    height: 30px;
    width: 30px; }
  .GTMPORView .word_break_price {
    word-break: break-all; }
  .GTMPORView .width60 {
    width: 60px; }
  .GTMPORView .width90 {
    width: 90px; }
  .GTMPORView .height100 {
    height: 100%; }
  .GTMPORView .heightAuto {
    height: auto !important; }
  .GTMPORView .width100 {
    width: 100%; }
  .GTMPORView .widthAuto {
    width: auto !important; }
  .GTMPORView .wdt135 {
    width: 135px; }
  .GTMPORView .wdt145 {
    width: 145px; }
  .GTMPORView .wdt160 {
    width: 160px; }
  .GTMPORView .wdt175 {
    width: 175px; }
  .GTMPORView .wdt260 {
    width: 260px; }
  .GTMPORView .wdt600 {
    width: 600px; }
  .GTMPORView .wdt106 {
    width: 106px; }
  .GTMPORView .hgt45 {
    height: 45px; }
  .GTMPORView .align_center_abs {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .GTMPORView .align_center, .GTMPORView .video_icon_bg {
    display: flex;
    justify-content: center;
    align-items: center; }
  .GTMPORView .content_right {
    display: flex;
    justify-content: flex-end; }
  .GTMPORView .align_leftBaseline {
    display: flex !important;
    align-items: baseline !important; }
  .GTMPORView .align_right {
    display: inline-grid;
    justify-content: right;
    align-items: flex-end; }
  .GTMPORView .align_leftMiddle {
    display: flex;
    align-items: center; }
  .GTMPORView .align_left {
    display: inline-grid;
    justify-content: left;
    align-items: center; }
  .GTMPORView .align_left_bottom {
    display: inline-grid;
    justify-content: left;
    align-items: flex-end; }
  .GTMPORView .text_webkit_right {
    text-align: -webkit-right; }
  .GTMPORView .cursor_pointer {
    cursor: pointer; }
  .GTMPORView .cursor_not_allow {
    cursor: not-allowed; }
  .GTMPORView .cursor_default {
    cursor: default; }
  .GTMPORView .cursor_pointer_off .ms-TextField-fieldGroup .ms-TextField-field {
    cursor: default !important; }
  .GTMPORView .expand_waves {
    color: #0077D5;
    font-size: 12px;
    padding: 3px;
    text-align: center;
    width: 93px;
    border: 1px solid #7caaf2;
    border-radius: 15px; }
  .GTMPORView .manage_private_communities .subscription.people_selected {
    background: #F5F5F5;
    position: relative;
    height: 70px; }
    .GTMPORView .manage_private_communities .subscription.people_selected .ms-Icon {
      position: absolute;
      right: 10px;
      top: 10px; }
  .GTMPORView .ms-Persona-details {
    padding: 0 6px;
    display: inline-block; }
    .GTMPORView .ms-Persona-details .ms-Persona-primaryText,
    .GTMPORView .ms-Persona-details .ms-Persona-secondaryText {
      display: inline;
      color: #000;
      font-size: 14px; }
    .GTMPORView .ms-Persona-details .ms-Persona-primaryText {
      font-weight: 600; }
    .GTMPORView .ms-Persona-details .ms-Persona-secondaryText {
      padding-left: 0; }
      .GTMPORView .ms-Persona-details .ms-Persona-secondaryText::before {
        content: "-";
        margin: 0 5px; }
  .GTMPORView .ms-TextField-fieldGroup,
  .GTMPORView .FilteredMultiSelect__select,
  .GTMPORView .ms-Dropdown-title {
    background: #FFF;
    border: 1px solid #D0D0D0;
    height: 40px; }
  .GTMPORView .custom_field .ms-TextField-field {
    font-size: 20px;
    line-height: 26px !important; }
  @media (min-width: 600px) and (max-width: 991px) {
    .GTMPORView .hide_on_screen50 {
      display: none !important; }
    .GTMPORView .font12 {
      font-size: 12px; }
    .GTMPORView .padd_lft_0 {
      padding-left: 0px !important; }
    .GTMPORView .padd_top_160_s50 {
      padding-top: 160px !important; }
    .GTMPORView .padd_lft_35_s50 {
      padding-left: 35px !important; }
    .GTMPORView .padd_lftRgt_0_s50 {
      padding-left: 0px !important;
      padding-right: 0px !important; }
    .GTMPORView .item_left {
      display: flex !important;
      justify-content: left !important; }
    .GTMPORView .item_center {
      display: flex !important;
      justify-content: center !important; }
    .GTMPORView .item_right {
      display: flex !important;
      justify-content: flex-end !important; }
    .GTMPORView .pivot_container {
      margin-right: 5px; }
    .GTMPORView .pivot_tabs .ms-Pivot-link {
      min-width: 126px !important; }
    .GTMPORView .pivot_tabs .ms-FocusZone ul.ms-Pivot--tabs {
      display: flex; }
      .GTMPORView .pivot_tabs .ms-FocusZone ul.ms-Pivot--tabs button {
        height: 45px !important; }
      .GTMPORView .pivot_tabs .ms-FocusZone ul.ms-Pivot--tabs button.ms-Pivot-link {
        background-color: #fcfcfc !important;
        margin-right: 3px !important;
        min-width: 1em !important;
        font-weight: 400;
        font-size: 14px !important; } }
  @media only screen and (min-width: 768px) {
    .GTMPORView .hide_on_desktop {
      display: none !important; } }
  @media (max-width: 767px) {
    .GTMPORView .hide_on_mobile {
      display: none !important; } }
  @media (min-width: 481px) {
    .GTMPORView .hide_common_layout {
      display: none !important; } }
  @media (min-width: 320px) and (max-width: 480px) {
    .GTMPORView .hide_on_mobile_portrait {
      display: none !important; } }
  @media (min-width: 481px) and (max-width: 767px) {
    .GTMPORView .quick_links_section .viewhome_nav {
      display: none !important; }
    .GTMPORView .quick_links_section .landscape_only {
      display: block !important; } }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .GTMPORView .quick_links_section .viewhome_nav {
      display: none !important; }
    .GTMPORView .quick_links_section .landscape_only {
      display: block !important; } }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .GTMPORView .tab_landscape {
      display: block !important; }
    .GTMPORView .other_d {
      display: none !important; } }
  @media (max-width: 767px) {
    .GTMPORView .mobile_center {
      text-align: center; }
    .GTMPORView .mob_btn_w100 {
      width: 100%; }
    .GTMPORView .mob_padding_0 {
      padding: 0; } }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .GTMPORView .tab_center {
      text-align: center; } }
  .GTMPORView .default_message {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
    color: #666;
    height: 100%;
    padding: 10px; }
    .GTMPORView .default_message h2 {
      font-weight: 300; }
      @media (max-width: 767px) {
        .GTMPORView .default_message h2 {
          font-size: 18px; } }
  .GTMPORView .richtext_list {
    overflow: auto !important;
    /*table { width: 100% !important}*/ }
    .GTMPORView .richtext_list ul,
    .GTMPORView .richtext_list ol {
      padding-left: 15px; }
    .GTMPORView .richtext_list ul {
      list-style-type: unset !important; }
    .GTMPORView .richtext_list ol {
      list-style-type: decimal !important; }

.labelBold {
  font-weight: 700px; }

.GTMPORView {
  /* Buttons */ }
  .GTMPORView label {
    font-weight: normal; }
  .GTMPORView .ms_logo {
    width: 112px;
    height: 28px;
    padding-right: 14px;
    background-size: contain;
    display: inline-block; }
  .GTMPORView .ms_logo_black {
    width: 112px;
    height: 21px;
    padding-right: 14px;
    background-size: contain;
    display: inline-block; }
  .GTMPORView input[type="checkbox"],
  .GTMPORView input[type="radio"] {
    margin: 4px 5px 0 0 !important; }
  .GTMPORView input[type="checkbox"] + label {
    color: #0067B8; }
  .GTMPORView .grey_txt {
    color: #999; }
  .GTMPORView .page_url {
    font-size: 1.5em;
    padding-right: 8px; }
  .GTMPORView .share_icon {
    font-size: 1.5em;
    vertical-align: middle; }
  .GTMPORView .vertical-alignMiddle {
    vertical-align: middle !important; }
  .GTMPORView .toggle_label {
    display: flex; }
    .GTMPORView .toggle_label .ms-Toggle {
      display: flex; }
    .GTMPORView .toggle_label .ms-Toggle-label {
      margin-right: 20px; }
    .GTMPORView .toggle_label.whtLabel .ms-Toggle-label {
      color: white !important; }
  .GTMPORView .btn_primary {
    /* Blue Button */
    background: #0077D5;
    color: #FFF !important;
    border-color: transparent;
    padding: 6px 20px;
    font-size: 14px;
    text-transform: uppercase; }
    .GTMPORView .btn_primary:hover {
      text-decoration: none; }
  .GTMPORView .btn_default {
    color: #000;
    border: 1px solid #000;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 14px;
    background-color: transparent;
    border-radius: 0; }
    .GTMPORView .btn_default:hover {
      text-decoration: none; }
    .GTMPORView .btn_default:focus, .GTMPORView .btn_default:active:focus, .GTMPORView .btn_default.active:focus, .GTMPORView .btn_default.focus, .GTMPORView .btn_default:active.focus, .GTMPORView .btn_default.active.focus {
      outline: none;
      box-shadow: none; }
  .GTMPORView .btn_disabled {
    color: #000;
    padding: 4px 13px;
    border-radius: 13px;
    font-size: 11px;
    background-color: #AFAFAF;
    text-decoration: none;
    opacity: 0.5;
    cursor: not-allowed;
    margin-top: 4px; }
  .GTMPORView .btn_enabled {
    cursor: pointer;
    border-radius: 13px;
    font-size: 11px;
    padding: 4px 13px;
    margin-top: 4px;
    border: 1px solid #a6a6a6;
    background-color: #FFF;
    color: #000; }
    .GTMPORView .btn_enabled:hover {
      text-decoration: none; }
  .GTMPORView .btn_submit {
    background-color: #e70070;
    color: #FFF;
    padding: 8px 20px;
    border: 1px solid #e70070;
    border-radius: 0;
    font-weight: 600; }
  .GTMPORView .rounded_btn {
    background-color: #B4229E;
    color: #FFF;
    padding: 14px 28px;
    border: 1px solid #B4229E;
    border-radius: 25px;
    text-transform: uppercase; }
  .GTMPORView .btn_secondary {
    border: 1px solid #666;
    background: none;
    color: #000;
    min-width: 120px;
    padding: 10px 20px;
    font-size: 12px;
    border-radius: 0;
    text-transform: uppercase; }
  .GTMPORView .view_all_btn {
    padding: 6px 15px;
    border-radius: 0;
    height: 35px;
    color: #0067B8;
    border-color: #0067B8;
    background-color: transparent;
    transition: 0.25s; }
    .GTMPORView .view_all_btn:hover {
      background-color: #0067B8;
      color: #FFF;
      transition: 0.25s;
      text-decoration: none; }
  .GTMPORView .btn_primary,
  .GTMPORView .btn_secondary,
  .GTMPORView .btn_default {
    transition: 0.25s; }
  .GTMPORView .border_top_0 {
    border-top: 0; }
  .GTMPORView .ms-Persona-initials,
  .GTMPORView .callout-content-container .ms-Persona-initials {
    background: #D28917; }
  .GTMPORView .view_bg_overlay {
    background: rgba(212, 228, 239, 0);
    background: -moz-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212, 228, 239, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#000000', GradientType=0 );
    min-height: 500px; }
    @media (max-width: 767px) {
      .GTMPORView .view_bg_overlay {
        min-height: 250px; } }
  .GTMPORView .banner_image_filter {
    position: relative; }
    .GTMPORView .banner_image_filter .headerStyle_content {
      position: absolute;
      width: 100%;
      z-index: 1;
      text-align: center; }
    .GTMPORView .banner_image_filter .view_hero_content {
      display: flex;
      align-items: flex-end;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 18px; }
      .GTMPORView .banner_image_filter .view_hero_content .row {
        display: contents;
        align-items: flex-end;
        width: 100%; }
        @media (max-width: 767px) {
          .GTMPORView .banner_image_filter .view_hero_content .row {
            display: inline-block; } }
    .GTMPORView .banner_image_filter h1.page_title {
      color: #FFF;
      padding-bottom: 10px;
      font-weight: 100;
      word-wrap: break-word;
      font-size: 60px; }
      @media (max-width: 767px) {
        .GTMPORView .banner_image_filter h1.page_title {
          font-size: 36px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; } }
      @media (min-width: 320px) and (max-width: 480px) {
        .GTMPORView .banner_image_filter h1.page_title {
          padding-left: 10%;
          text-align: center; } }
      @media (min-width: 481px) and (max-width: 767px) {
        .GTMPORView .banner_image_filter h1.page_title {
          padding: 0px 15px 0px 15px; } }
    .GTMPORView .banner_image_filter .hubBreadCrumb {
      margin-top: 0;
      display: inline-block; }
      @media (min-width: 320px) and (max-width: 480px) {
        .GTMPORView .banner_image_filter .hubBreadCrumb {
          display: none; } }
      @media (min-width: 481px) and (max-width: 767px) {
        .GTMPORView .banner_image_filter .hubBreadCrumb {
          padding: 0px 15px 0px 15px; } }
      .GTMPORView .banner_image_filter .hubBreadCrumb li div {
        font-size: 18px;
        margin-right: 10px; }
      .GTMPORView .banner_image_filter .hubBreadCrumb li a {
        font-size: 16px;
        color: #FFF; }
        .GTMPORView .banner_image_filter .hubBreadCrumb li a:hover {
          background: none; }
        .GTMPORView .banner_image_filter .hubBreadCrumb li a:last-child {
          color: #FFC625; }
        .GTMPORView .banner_image_filter .hubBreadCrumb li a > div {
          font-size: 16px; }
    .GTMPORView .banner_image_filter .dropdown.hubBreadCrumbDpdn {
      display: inline-block; }
      @media (min-width: 320px) and (max-width: 480px) {
        .GTMPORView .banner_image_filter .dropdown.hubBreadCrumbDpdn {
          display: none; } }
    .GTMPORView .banner_image_filter .page_description {
      background: rgba(0, 0, 0, 0.5);
      padding: 15px; }
      .GTMPORView .banner_image_filter .page_description p {
        font-size: 18px;
        font-weight: normal;
        line-height: 24px;
        color: #FFF;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden; }
        @media (max-width: 767px) {
          .GTMPORView .banner_image_filter .page_description p {
            font-size: 16px;
            line-height: 20px;
            padding-bottom: 2px;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            width: 100%; } }
  .GTMPORView .fav_icon_bg, .GTMPORView .fav_icon_bg_grey, .GTMPORView .fav_icon_bg_red {
    width: 40px;
    height: 40px;
    border-radius: 22px;
    background-color: #D73A06;
    padding-top: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    .GTMPORView .fav_icon_bg_grey {
      background-color: #D0D0D0; }
      .GTMPORView .fav_icon_bg_grey .ms-Icon--Share {
        color: black !important;
        padding-left: 4px;
        padding-bottom: 4px; }
    .GTMPORView .fav_icon_bg_red {
      color: #FFF;
      width: 23px;
      height: 23px;
      font-size: 12px;
      padding-top: 0px; }
  .GTMPORView .heart_fill {
    font-size: 180%;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center; }
  .GTMPORView .video_icon_bg {
    margin: 0 auto;
    position: absolute;
    top: 0 !important;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0; }
    .GTMPORView .video_icon_bg .video_icon {
      font-size: 440%;
      color: #000;
      position: relative;
      opacity: 0.8; }
      @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
        .GTMPORView .video_icon_bg .video_icon {
          font-size: 440%; } }
      @media (max-width: 767px) {
        .GTMPORView .video_icon_bg .video_icon {
          font-size: 450%; } }
    .GTMPORView .video_icon_bg .play_icon {
      font-size: 300%;
      color: #b8b8b8;
      opacity: 0.5; }
      @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
        .GTMPORView .video_icon_bg .play_icon {
          font-size: 320%; } }
      @media (max-width: 767px) {
        .GTMPORView .video_icon_bg .play_icon {
          font-size: 320%; } }
  .GTMPORView .grey_container {
    background: #F1F1F1;
    margin-bottom: 40px; }
  .GTMPORView .doc_load_more {
    background: #E6E6E6;
    color: #000;
    text-align: center;
    padding: 5px;
    margin: 0px -20px 0px -20px;
    cursor: pointer; }
  .GTMPORView .related-links {
    background-color: #F1F1F1;
    padding: 20px 20px 0px 20px; }
    .GTMPORView .related-links.links {
      margin-bottom: 0px; }
    .GTMPORView .related-links.docs {
      padding: 10px; }
    .GTMPORView .related-links.landing_docs {
      margin-bottom: 50px;
      padding-bottom: 0; }
      @media (max-width: 767px) {
        .GTMPORView .related-links.landing_docs {
          margin-bottom: 0px; } }
    .GTMPORView .related-links .media {
      padding: 5px;
      cursor: default;
      transition: 0.25s;
      display: flex;
      align-items: center; }
      .GTMPORView .related-links .media:hover,
      .GTMPORView .related-links .media:hover span {
        background: #DDD; }
      .GTMPORView .related-links .media-body {
        display: flex;
        align-items: center; }
        .GTMPORView .related-links .media-body .file_icon {
          display: flex;
          flex-grow: 0;
          align-items: center; }
        .GTMPORView .related-links .media-body .ms-Icon--Document {
          font-size: 40px;
          color: #000;
          font-weight: 100; }
        .GTMPORView .related-links .media-body span {
          font-size: 14px;
          line-height: 14px;
          position: absolute;
          color: #000;
          text-transform: uppercase;
          background: #f1f1f1;
          margin-left: -5px; }
    .GTMPORView .related-links .media-heading {
      font-size: 16px;
      display: flex;
      flex-grow: 1;
      overflow: visible;
      word-break: break-all;
      line-height: 20px;
      margin-bottom: 5px; }
    .GTMPORView .related-links .created_author_date {
      font-size: 12px;
      color: #8b8b8b; }
    .GTMPORView .related-links .download_wrapper_gray {
      width: 40px;
      height: 40px;
      display: inline-block;
      border-radius: 50%;
      cursor: default;
      background-color: #D0D0D0;
      opacity: 0.7; }
      .GTMPORView .related-links .download_wrapper_gray .ms-Icon--Download {
        color: #000;
        font-size: 24px;
        padding: 3px 8px;
        opacity: 0.7; }
    .GTMPORView .related-links .download_wrapper {
      width: 40px;
      height: 40px;
      background-color: #D0D0D0;
      display: inline-block;
      border-radius: 50%;
      cursor: pointer; }
      .GTMPORView .related-links .download_wrapper:hover {
        background: #A8A8A8; }
      .GTMPORView .related-links .download_wrapper .ms-Icon--Download {
        color: #000;
        font-size: 24px;
        padding: 3px 8px; }
  .GTMPORView .filter_section {
    background-color: #F1F1F1;
    padding: 18px 0;
    line-height: 1; }
    .GTMPORView .filter_section .filter_title {
      font-size: 20px;
      font-weight: 700;
      margin-top: 4px; }
    .GTMPORView .filter_section .up_down_icon {
      font-size: 30px;
      cursor: pointer; }
    .GTMPORView .filter_section .dropdown_errmsg .ms-Dropdown-label {
      color: #000;
      margin-bottom: 5px; }
    .GTMPORView .filter_section .dropdown_errmsg .ms-Dropdown-container:after {
      display: none; }
  .GTMPORView .ms-Dropdown-container .ms-Dropdown-caretDownWrapper {
    cursor: pointer; }
  .GTMPORView .default_message {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
    color: #666;
    height: 100%;
    padding: 10px; }
    .GTMPORView .default_message h2 {
      font-weight: 300; }
      @media (max-width: 767px) {
        .GTMPORView .default_message h2 {
          font-size: 18px; } }
  .GTMPORView .default_message_home {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
    color: #F5F5F5;
    height: 100%;
    padding-top: 80px; }
    .GTMPORView .default_message_home p {
      font-weight: 300;
      font-size: 14px; }
      @media (max-width: 767px) {
        .GTMPORView .default_message_home p {
          font-size: 12px; } }

.view_bg_overlay {
  background: rgba(212, 228, 239, 0);
  background: -moz-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212, 228, 239, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#000000', GradientType=0 );
  min-height: 250px; }
  @media only screen and (min-width: 768px) {
    .view_bg_overlay {
      min-height: 500px; } }

.banner_image_filter {
  position: relative; }
  .banner_image_filter .headerStyle_content {
    position: absolute;
    width: 100%;
    z-index: 1;
    text-align: center; }
  .banner_image_filter .view_hero_content {
    display: flex;
    align-items: flex-end;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 18px; }
    .banner_image_filter .view_hero_content .row {
      display: contents;
      align-items: flex-end;
      width: 100%; }
  .banner_image_filter h1.page_title {
    color: #FFF;
    padding-bottom: 10px;
    font-size: 60px;
    font-weight: 100;
    max-width: 100%;
    word-wrap: break-word; }
  .banner_image_filter .hubBreadCrumb {
    margin-top: 0;
    display: inline-block; }
    .banner_image_filter .hubBreadCrumb li div {
      font-size: 18px;
      margin-right: 10px; }
    .banner_image_filter .hubBreadCrumb li a {
      font-size: 16px;
      color: #FFF; }
      .banner_image_filter .hubBreadCrumb li a:hover {
        background: none; }
      .banner_image_filter .hubBreadCrumb li a:last-child {
        color: #FFC625; }
      .banner_image_filter .hubBreadCrumb li a > div {
        font-size: 16px; }
  .banner_image_filter .dropdown.hubBreadCrumbDpdn {
    display: inline-block; }
  .banner_image_filter .page_description {
    background: rgba(0, 0, 0, 0.5);
    padding: 15px; }
    .banner_image_filter .page_description p {
      font-size: 18px;
      font-weight: normal;
      line-height: 24px;
      color: #FFF;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden; }

.heightHandler {
  display: flex;
  flex-wrap: wrap;
  min-height: 60px; }

.wave_Checkbox_Text .ms-Checkbox-label .ms-Checkbox-text {
  color: #106ebe !important; }

.blue_Border {
  height: 40px;
  padding-top: 8px;
  border: 1px solid grey;
  border-radius: 20px; }
  .blue_Border:hover {
    border-color: #106ebe;
    color: #106ebe; }

.black_Border {
  height: 40px;
  padding-top: 8px;
  border: 1px solid #000;
  border-radius: 20px;
  cursor: pointer; }
  .black_Border:hover {
    border-color: #106ebe;
    color: #106ebe; }
  .black_Border.except_case {
    position: relative;
    top: 4px;
    display: inline-block;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 10px;
    margin-right: 10px; }
  .black_Border.cursor_default:hover {
    border-color: #000;
    color: #000; }

.waveDropDown .ms-Dropdown-title.title_64adfa86 {
  padding-right: 50px !important;
  font-weight: bold;
  font-size: 16px; }

.waveCallout .ms-ContextualMenu-item {
  color: white !important; }

.waveCallout .ms-ContextualMenu-link {
  color: white !important;
  background-color: #106ebe !important; }

.waveCallout .ms-ContextualMenu-list {
  background-color: #106ebe !important; }
  .waveCallout .ms-ContextualMenu-list :focus {
    background-color: #106ebe !important;
    font-weight: bold; }
  .waveCallout .ms-ContextualMenu-list :hover {
    background-color: #106ebe !important;
    font-weight: bold; }

.errorMsg {
  color: red; }

.hScroll_remove {
  overflow-x: hidden !important;
  word-break: break-word; }

.bg_Color {
  border: none !important;
  background-color: transparent !important;
  min-height: 10px !important; }

@media (min-width: 481px) and (max-width: 767px) {
  .font_size_portrait {
    font-size: 8px !important; } }

@media (min-width: 481px) and (max-width: 767px) {
  .ms-Callout-main .ms-Button-flexContainer {
    font-size: 10px !important; } }

.yellow-border {
  border-style: double;
  border-color: yellow; }

.publish_main_section {
  padding: 0 20px 10px !important; }

.publishedGridTop {
  padding-top: 15px;
  background-color: white;
  padding-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px; }

.padd_lft_36 {
  padding-left: 36px; }

.tablesection-club {
  margin: 0px -15px 50px !important; }

.ms-Callout.ms-DatePicker-callout .ms-Callout-main .ms-DatePicker .ms-FocusZone > table th {
  text-align: center; }

.seasonImage_map_fltr {
  padding: 10px;
  width: 22px;
  height: 20px;
  color: #FFF; }

.previewborderSec-prod img {
  width: 36px; }

.m_initial {
  position: relative;
  top: 1.5px; }
  .m_initial_0 {
    position: relative;
    top: 0; }
  .m_initial-3 {
    position: relative;
    top: -3px; }

.footer {
  /* Mobile and up (768px and up)  */
  width: 100%;
  padding: 18px 0px 20px 0px;
  background: #1A2334;
  font-size: 14px;
  font-weight: normal;
  height: auto;
  color: #FFF;
  z-index: 6; }
  @media only screen and (min-width: 768px) {
    .footer {
      position: absolute;
      bottom: 0;
      padding: 18px 14px 20px 14px; } }
  @media (max-width: 767px) {
    .footer {
      margin-top: -30px !important; } }
  .footer ul {
    margin: 0; }
    .footer ul li {
      padding-right: 30px; }
      .footer ul li a {
        color: #FFF; }
      @media (min-width: 768px) {
        .footer ul li:nth-child(3) {
          float: right; } }
  .footer .disclaimer_note {
    font-size: 12px;
    text-align: center; }
  .footer .disclaimer {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 7px; }
  @media screen and (-ms-high-contrast: active) {
    .footer .help_support {
      color: #8888FF !important; } }
  @media screen and (-ms-high-contrast: white-on-black) {
    .footer .help_support {
      color: #FFFF00 !important; } }
  @media screen and (-ms-high-contrast: black-on-white) {
    .footer .help_support {
      color: #00009F !important; } }

