﻿input {
    border: 1px solid #e68a00;
    padding: 2px 10px 2px 10px;
    margin: 5px 0 5px 0;
}

    input:focus {
        border: 1px solid gray;
        padding: 2px 10px 2px 10px;
        margin: 5px 0 5px 0;
    }

textarea {
    border: 1px solid #e68a00;
    padding: 2px 10px 2px 10px;
    margin: 5px 0 5px 0;
}

    textarea:focus {
        border: 1px solid gray;
        padding: 2px 10px 2px 10px;
        margin: 5px 0 5px 0;
    }

a{
    cursor:pointer;
    text-decoration:none!important;
}
a:hover {
    color:inherit !important;
    cursor: pointer;
    text-decoration: none !important;
}

select {
    border: 1px solid #e68a00;
    padding: 2px 10px 2px 10px;
    margin: 5px 0 5px 0;
}

.y3-primary-button {
    background: #ffff80;
    border: 1px solid orange;
    padding: 3px 20px 3px 20px;
    width: 120px;
    margin: 0 5px 0 5px;
    text-align: center;
    color: black;
    border-radius: 5px
}

.y3-secondary-button {
    background: #ffffe6;
    border: 1px solid orange;
    padding: 3px 20px 3px 20px;
    width: 120px;
    margin: 0 5px 0 5px;
    text-align: center;
    color: black;
    border-radius: 5px
}

.y3-danger-button {
    background: #dc3545;
    border: 1px solid orange;
    padding: 3px 20px 3px 20px;
    width: 120px;
    margin: 0 5px 0 5px;
    text-align: center;
    color: white;
    border-radius: 5px
}

.y3-danger-button-close {
    background: #dc3545;
    border: 1px solid orange;
    margin: 5px 5px 5px 5px;
    text-align: center;
    color: white;
    border-radius: 5px
}

.dashed-border-bottom{
    border-bottom:1px dashed orange;
}

.dashed-border-top {
    border-top:1px dashed orange;
}

.p-5{
    padding:10px;
}

.p-5px {
    padding: 5px;
}

.p-v-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.p-v-10{
    padding-top:10px;
    padding-bottom:10px;
}

.p-v-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.p-h-5 {
    padding-right:5px;
    padding-left:5px;
}

.p-h-15 {
    padding-right:15px;
    padding-left:15px;
}

.dashed-border-silver{
    border:1px dashed silver;
}

.text-gyanva-color{
    color:orange;
}

.text-black{
    color:black;
}

.text-justify {
    text-align: justify;
    text-justify: inter-word;
}

.w-90pr{
    width:90%;
}
.w-60pr {
    width: 60%;
}
.w-150px{
    width:150px!important;
}

.seperator-right-light{
    border-right:1px dashed silver;
}

.seperator-bottom-light {
    border-bottom: 1px dashed silver;
}

.warning-banner-top {
    padding: 5px;
    width: 100%;
    font-size: medium;
    color: white;
}

    .warning-banner-top a {
        color: yellow;
        font-weight:bold;
        cursor:pointer;
        text-decoration:underline;
    }

    .warning-banner-top a:hover {
        color: yellow;
        font-weight: bold;
        cursor: pointer;
        text-decoration: none;
    }

.tag {
    margin: 2px;
}

    .tag a {
        padding-left: 3px;
        padding-right: 3px;
        color: gray !important;
    }

        .tag a:hover {
            padding-left: 3px;
            padding-right: 3px;
            color: black !important;
        }


.story-content-individual {
    margin-top:20px;
    margin-bottom:10px;
    border-bottom:1px dashed #e6e6e6;
}

#add-publication-header{

}
    #add-publication-header img{
        width:50%;
    }

    #add-publication-header p {
        text-align: justify;
    }


.thumbnail-breif {
    background-color: #ffffcc;
    border: 1px solid #ffc299;
    border-radius:3px;
    padding:3px;
}

.max300-scroll{
    max-height:300px;
    overflow:scroll;
}


.user-indicator-container {
    text-align: center;
    background-color: #ffff94fc;
    padding: 3px;
    border-radius: 30px;
    width: 34px;
    border: 1px dashed orange;
    display: inline-block;
    height: 34px;
    vertical-align: middle;
    font-size: 17px;
    color: black;
    text-decoration: none;
    font-weight: bold;
}

.user-indicator-container-danger {
    background-color: #fa6a6afc;
    border: 1px dashed #520202;
}


#comment-parent-container {
    background: #ffffcc;
    padding: 5px;
    max-width: 700px;
}

.comment-item {
    padding: 10px;
    border-bottom: 1px solid #ffd690;
}

.comment-item a {
    color:darkorange;
}


@media only screen and (max-width: 600px) {
    body {
        background: white;
        margin: 0px;
        padding: 0px;
        font-size: 1rem !important;
    }

    input{
        width:100%;
    }

    select {
        width: 100%;
    }

    button{
        width:100%;
    }

    #titleBar {
        text-align: center;
        padding: 5px 15px 5px 15px;
        background-color: #02177e;
        border-bottom: 1px solid #02177e;
    }

        #titleBar h3 {
            color: #188dfb;
            letter-spacing: 2px;
            margin: 0;
            padding: 0;
        }

        #titleBar .tagline {
            color:white;
            padding-left: 40px;
            letter-spacing: 2px;
        }

    #accountOptionContianer{
        display:none;
    }

    .small_coin {
        width: 14px;
    }

    .user-account-button-container {
        display: block;
    }

    #footerContainer {
        padding: 20px !important;
        background-color: #e2ecf1;
        padding: 10px 15px 10px 15px;
        border-top: 1px solid #a3cefd;
    }

       

        #footerContainer .copyright {
            letter-spacing: 5px;
        }

        #footerContainer ul {
            margin-top:10px !important;
            margin-bottom:20px !important;
            list-style-type: none;
            margin: 0;
            padding: 0;
            overflow: hidden;
        }

            #footerContainer ul li {
                float: left;
                padding-right: 15px;
            }

        #footerContainer ul li a {
            font-size:smaller;
            color: black !important;
        }

            #footerContainer ul li a:hover {
                color: black !important;
                text-decoration-color: black;
            }


    .short-page-container {
        padding: 20px;
    }

    .short-page-card {
        width: 100%;
        border: 1px solid orange;
        padding: 0px;
        border-radius: 5px;
    }

    .short-page-card .header {
        border-bottom: 1px dashed orange;
        padding: 5px;
        padding-left:15px;
    }

    .form-label-container{
        text-align:left;
    }

    .button-responsive{
        width:100%;
    }

    .short-page-container {
        padding: 20px;
    }

    .short-page-card {
        width: 300px;
        border: 1px solid orange;
        padding: 0px;
        border-radius: 5px;
    }

        .short-page-card .header {
            border-bottom: 1px dashed orange;
            padding: 5px;
            padding-left: 15px;
        }

    .form-label-container {
        text-align: left;
    }

    .story-container {
        border: 1px solid silver;
        border-radius: 5px;
    }

        .story-container a {
            color: black !important;
            text-decoration: none;
        }

            .story-container a:hover {
                text-decoration: none;
            }

        .story-container img {
            width: 100%;
        }

        .story-container .caption-container {
            padding: 6px;
            font-weight: bold;
            line-height: 22px;
            height: 70px;
            color: black !important;
        }

    .trending-story {
        padding: 5px;
        display: block;
        width: 100%;
        border-bottom: 1px dashed silver;
    }

    .story-content-container {
        text-align: justify;
        text-justify: inter-word;
        margin-top: 10px;
    }

        .story-content-container p {
            text-align: justify;
        }

        .story-content-container img {
            width:100%!important;
        }

    .internal-nav {
        display: none;
    }

        .y3-dialog-container {
            left: 1px;
            right: 1px;
            top: 1px;
            bottom: 1px;
            text-align: center;
            position: fixed;
            background: white;
            padding:4px;
        }

        .y3-dialog {
            display: inline-block;
            text-align: left;
            border: 1px solid orange;
            margin-top: 100px
        }

        .y3-dialog .button-container {
            text-align: center;
        }

        .y3-dialog-small {
            width: 100%;
        }

        .y3-dialog-large {
            width: 100%;
        }

        .y3-dialog header {
            padding: 5px;
            background-color: yellow;
            font-size: large;
        }


        .story-list_item {
            border: 1px solid orange;
            border-radius: 5px;
            margin-bottom: 15px;
        }

    .public-section-container {
        background-color: #ffffb3;
    }

        .public-section-container .header {
            border-bottom: 1px dashed #ffff33;
        }

    .public-thumbnail {
        padding: 10px 5px;
        border-bottom: 1px dashed orange;
    }
        .public-thumbnail img {
            width: 100%;
        }
    .public-section-body {
        background-color: #ffffcc;
    }

    .public-section-footer {
        padding-top: 5px;
    }

    .banner-container {
        border-bottom: 1px dotted orange;
        padding: 15px;
        background-color: #ffffcc;
    }

        .banner-container img {
            width: 150px;
        }

    .publication-heading{
        text-align:center;
    }

    .project-item-container {
        padding: 5px;
    }

        .project-item-container .child {
            padding: 5px;
            border: 1px solid orange;
            width: 100%;
            text-align: center;
            display: block;
        }


    #project-mobile-version {
        display: contents;
    }

    #project-desktop-version {
        display: none;
    }

    .public-thumbnail-v2 {
        padding: 10px 5px;
        border-bottom: 1px dashed orange;
    }

    .user-detail-container-primary{
        display:none;
    }

    .product-image{
        width:100%;
    }

    .mobile-navigation-options {
        border: 1px solid solid;
        position: fixed;
        bottom: 25px;
        right: 20px;
        z-index: 999;
        font-size: xx-large;
        font-weight: bolder;
    }

    .mobile-navigation-options-container {
        background-color: #02177e;
        width: 60px;
        color: white;
        text-align: center;
        padding: 10px;
        border-radius: 34px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .mobile-navigation-options-container-actual-list {
        background-color: #02177e;
        background-color: #02177e;
        color: white;
        position: fixed;
        bottom: 100px;
        left: 15px;
        right: 15px;
        z-index: 999;
        border-radius: 10px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .mobile-navigation-options-container-ol {
        padding:0px;
    }

    .mobile-navigation-options-container-ol-li {
        list-style: none !important;
        padding: 10px 20px;
        list-style: none !important;
        padding: 10px 20px;
        font-size: xx-large;
        border-bottom: 1px dashed aqua;
    }

    #nav-bar {
        display:none;
    }

}

@media only screen and (min-width: 600px) {

    body {
        background: white;
        margin: 0px;
        padding: 0px;
        font-size: .80rem !important;
    }

    #titleBar {
        padding: 5px 15px 5px 15px;
        background-color: #02177e;
        border-bottom: 1px solid #02177e;
    }

        #titleBar h3 {
            color: #188dfb;
            letter-spacing: 5px;
            margin: 0;
            padding: 0;
        }

        #titleBar .tagline {
            color:white;
            padding-left: 40px;
            letter-spacing: 5px;
        }




    #accountOptionContianer {
        display: block;
    }

    .small_coin {
        width: 14px;
    }

    .user-account-button-container {
        display: none;
    }

    #footerContainer {
        background-color: #e2ecf1;
        padding: 10px 15px 10px 15px;
        border-top: 1px solid #a3cefd;
    }

        #footerContainer .copyright {
            letter-spacing: 5px;
        }

        #footerContainer ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
            overflow: hidden;
        }

            #footerContainer ul li a {
                color: black !important;
                font-size: smaller;
            }

                #footerContainer ul li a:hover {
                    color: black !important;
                    text-decoration-color: black;
                }

    .short-page-container {
        padding: 20px;
    }

    .short-page-card {
        width: 300px;
        border: 1px solid orange;
        padding: 0px;
        border-radius: 5px;
    }

        .short-page-card .header {
            border-bottom: 1px dashed orange;
            padding: 5px;
            padding-left: 15px;
        }

    .form-label-container {
        text-align: right;
    }

    .story-container {
        border: 1px solid silver;
        border-radius: 5px;
    }

        .story-container a {
            color: black !important;
            text-decoration: none;
        }

            .story-container a:hover {
                text-decoration: none;
            }

        .story-container img {
            width: 100%;
        }

        .story-container .caption-container {
            padding: 6px;
            font-weight: bold;
            line-height: 22px;
            height: 70px;
            color: black !important;
        }

    .trending-story {
        padding: 5px;
        display: block;
        width: 100%;
        border-bottom: 1px dashed silver;
    }

    .story-content-container {
        text-align: justify;
        text-justify: inter-word;
        margin-top: 10px;
    }

        .story-content-container p {
            text-align: justify;
        }


    .internal-nav {
        border-right: 1px solid #995c00;
    }

        .internal-nav ul {
            list-style-type: none;
            margin-right: 15px;
            margin-left: 15px;
            padding-right: 15px;
            padding-left: 15px;
        }

            .internal-nav ul li {
                padding-top: 15px;
                padding-top: 15px;
            }

    .after-header-options {
    }

        .after-header-options ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
            overflow: hidden;
            float: left;
        }

            .after-header-options ul li {
                margin: 0;
                padding-right: 20px;
                padding-left: 20px;
                overflow: hidden;
                float: left;
            }

    .y3-dialog-container {
        left: 1px;
        right: 1px;
        top: 1px;
        bottom: 1px;
        text-align: center;
        position: fixed;
        background: white;
    }

    .y3-dialog {
        display: inline-block;
        text-align: left;
        border: 1px solid orange;
        margin-top: 100px
    }

        .y3-dialog .button-container {
            text-align: right;
        }

    .y3-dialog-small {
        width: 600px;
    }

    .y3-dialog-large {
        width: 800px;
    }

    .y3-dialog .header {
        padding: 5px;
        background-color: yellow;
    }

    .y3-dialog header {
        padding: 5px;
        font-size: large;
    }


    .story-list_item {
        border: 1px solid orange;
        border-radius: 5px;
        margin-bottom: 15px;
    }

    .public-section-container {
        background-color: #ffffb3;
    }

        .public-section-container .header {
            border-bottom: 1px dashed #ffff33;
        }

    .public-thumbnail {
        padding: 10px 5px;
        border-bottom: 1px dashed orange;
    }
    .public-thumbnail img {
        width:40%;
    }


    .public-section-body {
        background-color: #ffffcc;
    }

    .public-section-footer {
        padding-top: 5px;
    }

    .banner-container {
        border-bottom: 1px dotted orange;
        padding: 15px;
        background-color: #ffffcc;
    }

        .banner-container img {
            width: 150px;
        }

    .publication-heading {
        text-align: left;
    }

    .project-item-container {
        padding: 10px;
        float: left;
    }

        .project-item-container .child {
            padding: 5px;
            border: 1px solid orange;
            min-width: 300px;
            max-width: 325px;
            text-align: center;
            display: block;
        }

    .grid-item-container {
        padding: 10px;
        float: left;
    }

        .grid-item-container .child {
            padding: 5px;
            border: 1px solid #fae4bb;
            min-width: 100px;
            max-width: 150px;
            text-align: center;
            display: block;
        }

        .grid-item-container .child:hover {
            border: 1px solid orange;
        }

    .proeditor-page-container {
        height: 100vh;
        border: 1px dashed orange;
    }

    .proeditor-content-container {
        padding: 3px;
        background: #f8f8a8;
        position: fixed;
        top: 96px;
        bottom: 24px;
        left: 5px;
        right: 5px;
    }

    .proeditor-explorer {
        height: fit-content;
        border: 1px solid orange;
        background: #292626;
        color: white;
    }

    .proeditor-explorer-child {
        padding-left: 12px;
    }

    .proeditor-explorer-item {
        padding: 3px;
        cursor: pointer;
    }

    .proeditor-code-editor {
        border: 1px solid orange;
        background: #292626;
        color: white;
    }

    .proeditor-code-preview {
        border: 1px solid orange;
        background: white;
        overflow:overlay;
    }

    .proeditor-role-item {
        background: #f6eec7;
        padding: 6px 0px 9px 0px;
        border-top: 1px dashed orange;
        border-bottom: 1px dashed orange;
    }




    .proeditor-context-menu {
        position: absolute;
        text-align: left;
        background: #ffeec7;
        border: 1px solid black;
    }

        .proeditor-context-menu ul {
            padding: 0px;
            margin: 0px;
            min-width: 150px;
            list-style: none;
        }

            .proeditor-context-menu ul li {
                padding-bottom: 7px;
                padding-top: 7px;
                border: 1px solid #d48a4f;
                cursor: pointer;
            }

                .proeditor-context-menu ul li a {
                    text-decoration: none;
                    color: black;
                }

                .proeditor-context-menu ul li:hover {
                    background: #ffdf98;
                }

    #project-index-code-tb{
        overflow:overlay;
    }

    .proeditor-code-editor {
        height: -webkit-fill-available;
        width: 100%;
        background: #292626;
        border: none;
        color: #d6d658;
        font-family: monospace;
    }

        .proeditor-code-editor:focus {
            border: none;
        }

        .proeditor-code-editor:active {
            border: none;
        }

    .preview-file-contianer {
        padding: 5px;
        border-bottom: 1px solid #ffe6a7;
        background: #ffffd1;
    }

    #project-mobile-version{
        display:none;
    }
    #project-desktop-version {
        display: contents;
    }

    .public-thumbnail-v2 {
        padding: 10px 5px;
        border: 1px dashed #f9d9b4;
        height: 100%;
    }

    #nav-bar{
        text-align:right;
    }

        #nav-bar ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

            #nav-bar ul li {
                float: right;
                padding: 8px 12px;
                letter-spacing: 2px;
            }

                #nav-bar ul li a {
                    color: #188dfb;
                }

                #nav-bar ul li a:hover {
                    color: #02177e;
                }

    .product-image {
        width: 100%;
    }

    .mobile-navigation-options {
        display:none;
    }
        
    .mobile-navigation-options-container-actual-list {
        display:none;    
    }

}

.preview-image-file {
    width: 150px;
    border: 1px solid orange;
    padding: 3px;
}

