/**
 * RESET
 * Reference: 
https://w3bits.com/tools/masonry-generator/
 */
@import url(https://fonts.googleapis.com/css?family=Product+Sans:200,400,800);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
    display: block;
}

body {
    line-height: 1.618;
    font-family: 'Product Sans', sans-serif !important;
}

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

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

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

    .header {
        background-color: black !important;
        border-bottom: 1px #3c3b3b solid !important;
    }

    .title {
        color: #fff !important;
    }

    .masonry-itemdefaultcard {
        background-color: #212121 !important;
        border: 1px solid #282828 !important;
    }

    .masonry-item {
        background-color: #1b1b1b !important;
        border: 1px solid #1b1b1b !important;
    }

    /*  .masonry-description {
        padding: 0.5rem 1.5rem 1.5rem 1.5rem;
        font-size: 14px;
        color: #a9a9a9 !important;
        min-height: 130px;
    }*/

    .masonry-title {
        color: #fff !important;
    }




    .defaultcard-description {
        background-color: #1b1b1b;
        border-radius: 10px !important;
    }

    /*.combo img {
        filter: invert(1)
    }*/


    .masonry-item:hover {
        box-shadow: 0px 0px 0px 0px rgb(99 95 95 / 40%) !important;
    }

    .headerlogo {
        filter: invert(1);
    }

    .deptPill {
        background-color: #242424 !important;
        color: #959595 !important;
    }

    .authorPill {
        border: 1px #484848 solid !important;
    }

    .masonry-content img {
        filter: invert(1) contrast(0.79) saturate(2.5);
        max-height: 28%;
    }

    .combo:hover img {
        transform: translateY(-10px);
        filter: invert(1) contrast(0.8) saturate(4.5) !important;
        transition: all 0.7s;
    }

    .combo:hover p {
        color: #f5f5f5 !important;
    }

    a:hover {
        text-decoration: none;
        color: #fff !important;
        transition: all 0.5s;
    }

    .reportPermissions {
        background-color: #242424 !important;
        color: #9b9b9b !important;
    }
    .reportPermissionsWithVScroll {
        background-color: #242424 !important;
        color: #9b9b9b !important;
    }

    .sharelnktext {
        color: #898989;
    }
}

.headerlogo {
    max-width: 45px;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

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

    a:hover {
        text-decoration: none;
        color: #000;
        transition: all 0.5s;
    }

code, pre, samp {
    font-family: monospace;
}

/**
 * BASIC TYPE
 */

img, video {
    /*  max-width: 200px;*/
    vertical-align: middle;
    padding: 5px;
    border-radius: 12px;
}



p:not(:last-child) {
    margin: 0 0 1em;
}

h1, h2, h3, h4 {
    margin: .5em 0 .75em;
    line-height: 1.3;
}

h1 {
    font-size: 1.6em;
    font-weight: bold;
    color: #000;
}

h2 {
    font-size: 1.25em;
}

h3 {
    font-size: 1.125em;
}

    h3 a {
        color: #000;
    }

        h3 a:hover {
            color: #2962FF;
            transition: all 0.5s;
        }

h4 {
    font-size: 1em;
}

/**
 * BOX HACKING
 */

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

.wrapper {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding: 1.5em;
}

body {
    background-color: #ffffff;
    color: #333333;
}

.masonry-wrapper {
    padding: 1.5em;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
}

.masonry {
    display: grid;
    grid-template-columns: repeat(1, minmax(100px,1fr));
    grid-gap: 14px;
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
    .masonry {
        grid-template-columns: repeat(2, minmax(100px,1fr));
    }
}

@media only screen and (max-width: 1030px) and (min-width: 768px) {
    .masonry {
        grid-template-columns: repeat(2, minmax(100px,1fr));
    }
}

@media only screen and (max-width: 1368px) and (min-width: 1031px) {
    .masonry {
        grid-template-columns: repeat(3, minmax(100px,1fr));
    }
}

@media only screen and (min-width: 1369px) {
    .masonry {
        grid-template-columns: repeat(4, minmax(100px,1fr));
    }
}


/*@media only screen and (min-width: 1024px) {
    .masonry {
        grid-template-columns: repeat(3, minmax(100px,1fr));
    }
}*/

.masonry-item, .masonry-content {
    border-radius: 10px;
    overflow: hidden;
}

.masonry-item {
    border: 1px #e8e8e8 solid;
    transition: filter .25s ease-in-out;
}

    .masonry-item:hover {
        box-shadow: 0px 4px 25px 0px #e9e9e9;
        /*box-shadow: 0px 4px 32px 0px #d4d4d4;
  cursor: pointer;
  transform: scale(1.03);
  transition: all 0.5s;*/
    }

.masonry-content {
    overflow: hidden;
}

.masonry-item {
    color: #000000;
    background-color: #fff;
}

.masonry-title, .masonry-description {
    margin: 0;
}

.authorPill {
    padding: 3px 14px;
    /* background-color: #f1f1f1; */
    border-radius: 24px;
    border: 1px #e6e6e6 solid;
    color: #666;
}

    .authorPill:hover {
        color: #2962FF;
    }

.deptPill {
    padding: 3px 8px;
    background-color: #f7f7f7;
    border-radius: 5px;
    font-size: 12px;
    color: #2962FF;
    margin-left: 10px;
    white-space: nowrap;
    text-transform: uppercase;
}

    .deptPill:hover {
        color: #000;
    }



.masonry-title {
    font-weight: 700;
    font-size: 1.3rem;
    padding: 30px 15px 0px 25px;
    color: #000;
    height: 90px;
    overflow: auto;
}



.masonry-description {
    padding: 5px 5px 0px 25px;
    font-size: 14px;
    color: #777;
    height: 70px;
    overflow: auto;
}



.title {
    color: #000;
    font-weight: bold;
    font-size: 20px;
}



.masonry-span {
    padding: 0.8rem;
    color: #ff4500;
    background-color: #f4f4f4;
    font-size: 14px;
}


.seaIconPosition {
    position: absolute;
    top: 24px;
    left: 32.5%;
    font-size: 22px !important;
    color: #000;
}

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 5px;
    border: none;
    border: solid 1px;
    color: inherit;
    display: block;
    outline: 0;
    padding: 0 1em;
    text-decoration: none;
    width: 100%;
}


input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
    background: rgba(144, 144, 144, 0.075);
    border-color: rgba(144, 144, 144, 0.25);
    height: 40px;
    padding-left: 11%;
    font-size: 12px;
}

    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="email"]:focus,
    select:focus,
    textarea:focus {
        border-color: #2962FF;
        box-shadow: 0 0 0 1px #2962FF;
    }


/* ====================== */
/* Added by Design Lab */
/* ====================== */

.combo:hover img {
    transform: translateY(-10px);
    filter: saturate(4.0);
    transition: all 0.7s;
}

.combo:hover p {
    color: #000;
    transition: all 1.0s;
}



.masonry-content img {
    display: block;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}



.masonry-item {
    position: relative;
    /* padding-bottom: 50px; */
    padding-top: 10px;
}


.masonry-span {
    position: absolute;
    bottom: 0;
}

.masonry-span-header {
    top: 0;
    margin-bottom: 5px;
}

.seaIconPosition {
    left: 32.5%;
}

.sharelnktext {
    width: 95%;
    margin-left: 10px;
    margin-top: 30px;
}

.sharelnkbtn {
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}

@media screen and (max-width: 850px) {

    table:first-child td {
        display: inline-block;
        position: relative;
    }

        table:first-child td:first-child {
            width: 90% !important;
        }

        table:first-child td:nth-child(3) {
            width: 30% !important;
            text-align: right;
        }

    .seaIconPosition {
        top: 9px;
        left: 5%;
    }

    input#myInput {
        padding-left: 15%;
        width: 65% !important;
    }
}

@media screen and (max-width: 400px) {

    table:first-child td:nth-child(2),
    table:first-child td:nth-child(3) {
        width: 90% !important;
    }

    input#myInput {
        width: 100% !important;
    }

    table:first-child td:nth-child(3) {
        margin-top: 1em;
    }
}

iframe {
    position: absolute;
    z-index: 100000;
    overflow: hidden;
    height: 90%;
    width: 100%;
    left: 0px;
    top: 70px;
}

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

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

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

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

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

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


.linkicon {
    position: absolute;
    right: 9px;
    top: 12px;
    color: #666;
}

    .linkicon:hover {
        color: #2962FF;
    }

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



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

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

.inputbox {
    width: 70%;
    display: block;
    border-radius: 25px !important;
}

.filtericon {
    position: absolute;
    right: 350px;
    top: 28px;
    color: #8c8c8c;
}


.uname {
    font-size: 15px;
    font-weight: 500;
}

.backbtn {
    background-color: #000;
    color: #fff !important;
}

    .backbtn:hover {
        background-color: #000;
        color: #fff !important;
    }

.backarrow {
    padding-right: 5px;
}

::-webkit-scrollbar {
    width: 12px;
}

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

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

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

.toast {
    width: 100%;
    text-align: center;
    /*margin: 0 15px 21px 350px;*/
    position: sticky;
    top: 0px;
    z-index: 100;
    display: none;
    padding-top: 15px;
}

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

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

.bg {
    /* The image used */
    background-image: url("/CommonModule/images/helpbg.png");
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000000;
    position: absolute;
    top: 0px;
    width: 100%;
}

.header {
    width: 100%;
    position: sticky;
    top: 0px;
    padding-bottom: 10px;
    z-index: 1;
    border-bottom: 1px #f7f7f7 solid;
    background-color: #fff;
    height: 70px;
}

.searchIconPosition {
    left: 33.9%;
    top: 31px;
    position: absolute;
}


.reportPermissions {
    margin-top: 12px !important;
    background-color: rgb(247 247 247);
    padding: 6px 20px;
    color: #747474;
    font-size: 14px;
    height: 58px;
}


.margin10 {
    margin: 10px;
}

.peopleLinks {
    margin: 15px;
    color: #777;
    font-size: 14px;
}

.whatsnewlink {
    position: fixed;
    bottom: 10px;
    left: 22px;
    color: #000;
    border-radius: 10px;
    border: 1px #cfcfcf solid !important;
}

.width250 {
    width: 250px;
}

.navigationIcon {
    color: #666;
}

.colorRed {
    color: red;
}

.RVFavoriteLink {
    float: right;
    position: relative;
    top: -20px;
    right: 10px;
}
.reportPermissionsWithVScroll {
    margin-top: 12px !important;
    background-color: rgb(247 247 247);
    padding: 6px 10px;
    color: #747474;
    font-size: 14px;
    overflow: auto;
    height: 70px;
}
