/**
 * 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;
}

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

    body {
        background-color: black !important;
        color: #fff !important;
    }
    .whatsnewlink {
        color: #ada4a4 !important;
        border: 1px #c3bbbb solid !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: #212121 !important;
        border: 1px solid #282828 !important;
    }

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

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

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

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

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

    .headerlogo {
        filter: invert(1);
    }

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

.headerlogo {
    max-width: 45px;
}

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

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: 80%;
    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: 1300px;
    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: 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));
    }
}

.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-itemdefaultcard {
    color: #000000;
    background-color: #fff;
}

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


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

    .masonry-itemdefaultcard:hover {
        box-shadow: 0px 4px 25px 0px #e9e9e9;
    }

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

.authorPill {
    padding: 4px 18px;
    /* background-color: #f1f1f1; */
    border-radius: 24px;
    background-color: #ffd4404d;
    color: #584502 !important;
    /*padding: 3px 14px;
    color: #118149 !important;
    text-decoration: none;
    font-weight:bold;*/
    /*background-color: #f1f1f1;*/
    /*background-color: #f1f1f1;
    border-radius: 24px;
    border: 1px #e6e6e6 solid;*/
}

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

.deptPill {
    padding: 5px 14px;
    background-color: #f1f1f1;
    border-radius: 0px 0px 24px 0px;
    font-size: 14px;
    color: #666;
}

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



.masonry-title {
    font-weight: bold;
    font-size: 1.4rem;
    padding: 2.0rem 1.5rem 2.0rem 1.5rem;
    color: #000000;
}


.masonry-description {
    padding: 0.5rem 1.5rem 1.5rem 1.5rem;
    font-size: 14px;
    color: #777;
    min-height: 130px;
}

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



.masonry-span {
    padding: 8px 10px 10px 20px;
    /*color: #ff4500;*/
    color: #ffffff;
    /* background-color: #f4f4f4; */
    font-size: 14px;
    text-align: center;
}

.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: 12%;
    font-size: 14px;
}

    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(2.0);*/
    transition: all 0.7s;
}

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



.masonry-content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    /* margin-bottom: 20px;*/
    max-width: 32%;
}

.masonry-item {
    position: relative;
    padding-bottom: 20px;
    min-height: 400px;
}

.masonry-span {
    /* position: absolute;
    bottom: 0;*/
    padding: 8px 10px 10px 20px;
    /*color: #ff4500;*/
    color: #ffffff;
    /* background-color: #f4f4f4; */
    font-size: 14px;
    text-align: center;
}

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

.seaIconPosition {
    left: 32.5%;
}

.sharelnktext {
    width: 65%;
    margin-left: 10px;
    margin-top: 30px;
    margin-bottom: 25px;
}

.sharelnkbtn {
    position: absolute;
    top: 60px;
    right: 10px;
}

@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;
}

.linkbtn-black {
    color: black !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: 6px;
    top: 2px;
    color: #666;
    /*vertical-align: text-bottom;
    font-size: 20px !important;
    padding-right: 10px;*/
}

    .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: rgb(253, 240, 235);
}

.backarrow {
    padding-right: 5px;
}

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

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

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

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

.toast {
    width: 100%;
    text-align: center;
    /*margin: 0 15px 21px 350px;*/
    position: sticky;
    top: 60px;
    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%;
}

.green a {
    color: #A4FF33 !important;
    text-decoration: none;
}

.blue {
    background-color: #49b0ff33;
    color: #17770a !important;
}

    .blue a {
        text-decoration: none;
        color: #0384e4 !important;
    }

.yellow {
    background-color: #ffd4404d;
    color: #17770a !important;
}

    .yellow a {
        text-decoration: none;
        color: #a57f02 !important;
    }

.focusfieldgray {
    background-color: #f1f1f1;
    padding: 3px 12px 3px 12px;
    border-radius: 24px;
    font-size: 15px;
    width: fit-content;
    color: #856404;
    border: #e8e8e8 1px solid;
}
/*.InProgressButton {
    background-color: #fff3cd;
    padding: 3px 12px 3px 12px;
    border-radius: 24px;
    font-size: 15px;
    width: fit-content;
    color: #856404;
    border: #ffeeba 1px solid;
}
.ApprovedButton {
    background-color: #d4edda;
    padding: 3px 12px 3px 12px;
    border-radius: 24px;
    font-size: 15px;
    width: fit-content;
    color: #155724;
    border: #c3e6cb 1px solid;
}
.RejectedButton {
    background-color: #f8d7da;
    padding: 3px 12px 3px 12px;
    border-radius: 24px;
    font-size: 15px;
    width: fit-content;
    color: #721c24;
    border: #f5c6cb 1px solid;
}
*/

.InProgressButton {
    /* background-color: #fff3cd; */
    padding: 3px 12px 3px 12px;
    border-radius: 24px;
    font-size: 15px;
    width: fit-content;
    color: #c79507;
    border: rgb(244 180 0 / 40%) 1px solid;
}

.RevisionButton {
    /* background-color: #fff3cd; */
    padding: 3px 12px 3px 12px;
    border-radius: 24px;
    font-size: 15px;
    width: fit-content;
    color: #c79507;
    border: rgb(244 180 0 / 40%) 1px solid;
}

.ApprovedButton {
    /* background-color: #d4edda; */
    padding: 3px 12px 3px 12px;
    border-radius: 24px;
    font-size: 15px;
    width: fit-content;
    color: #04a054;
    border: rgb(15 157 88 / 20%) 1px solid;
}

.RejectedButton {
    /* background-color: #f8d7da; */
    padding: 3px 12px 3px 12px;
    border-radius: 24px;
    font-size: 15px;
    width: fit-content;
    color: #f56255;
    border: rgb(219 68 55 / 20%) 1px solid;
}

.HoldButton {
    /* background-color: #d4edda; */
    padding: 3px 12px 3px 12px;
    border-radius: 24px;
    font-size: 15px;
    width: fit-content;
    color: #2196f3;
    border: rgb(33 150 243 / 40%) 1px solid;
}
.SentBackButton {
    /*    background-color: rgb(66 173 255 / 10%);*/
    padding: 3px 12px 3px 12px;
    border-radius: 24px;
    font-size: 15px;
    width: fit-content;
    color: #42adff;
    border: rgb(188 223 249 / 60%) 1px solid;
}
.searchIconPosition {
    left: 34%;
    top: 29px;
    position: absolute;
}

.defaultcard-title {
    font-weight: bold;
    font-size: 0.9rem;
    padding: 1.5rem 1.5rem;
    color: #2962FF;
}

.defaultcard-description {
    text-align: left;
    /* background-color: #f1f1f1;*/
    background-color: #f5f5f5;
    font-size: 15px;
    color: #555;
    padding: 1.5em;
    /* min-height: 130px; */
    margin: 20px;
    border-radius: 10px;
}

.defaultcard-descriptionlower {
    text-align: left;
    background-color: #f5f5f5;
    font-size: 15px;
    color: #555;
    padding: 0em 1.5em 1.5em 1.5em;
    margin: -28px 20px 20px 20px;
    /* margin-top: 0px; */
    border-radius: 0px 0px 10px 10px;
}

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

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


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

    50% {
        width: 30%;
    }

    70% {
        width: 70%;
    }

    80% {
        left: 50%;
    }

    95% {
        left: 120%;
    }

    to {
        left: 100%;
    }
}

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

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

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

    #return-to-top:hover {
        background: #2962FF;
    }

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




.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: -100px;
    right: 10px;
}*/

.CVFavoriteLink {
    float: right;
    position: relative;
    top: 12px;
    right: 12px;
    /* z-index: 10000; */
}
