﻿
* {
    box-sizing: border-box;
}

.psm-grid table tr td {
    background-color: transparent !important;
}

.psm-grid tr {
    background: transparent !important;
}
.upload-grid-view table tr td {
    border-color: #cccccc !important;
}
.text-limit {
    overflow: hidden;
    text-overflow: ellipsis;
    /* display:block !important; */
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}
/*CSS from mockup screen*/

.links-mobile-acumin-pro-—-16-18 {
    font-family: var(--unnamed-font-family-acumin-pro);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-medium);
    font-size: var(--unnamed-font-size-16);
    line-height: var(--unnamed-line-spacing-18);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-215695);
}
/*Ends here*/
.oela-link{
    color:#215695;
}

table.psm-grid {
    padding: 0;
    margin: 10px 0px;
}
.sbt-view {
    margin-top: 0px;
    margin-bottom: 40px;
}
/*stop reset the CSS of a button*/
.margins {
    padding-bottom: 10px;
}
.modal-dialog {
    /*background-color: #FFF2C3;*/
    
    /* margin-left: -200px; */
    /* padding: 5rem; */
    /* padding-top: 1rem; */
    /* padding-bottom: 4rem; */
    /* padding-left: 2rem; */
    /* padding-right: 2rem; */
    top: 10%;
    width: 40%;
    text-align: justify;
}
.addbtn-view {
    width: 45%;
    text-align: center;
}

    .addbtn-view .btn {
        width: auto !important;
    }
label {
    display: inline;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

table tbody {
    border: 2px solid #e4e4e4; 
}
#txtSetTargets {
    margin: 0 auto;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}
table tr td {
    /*background-color: #FFF2C3;*/
    background-color: #fff;
    font-size: 14px;
}
.grantGrid td {
    padding: 5px 5px !important;
}
.grantGrid td:nth-child(3) {
    width: 10%;
}
table tr th {
    background: #007799 !important;
    color: white;
    border: 1px solid #fff !important;  
    border-left: none;
}
.custom-textarea textarea {
    width: 65% !important;
}
.lbl-comments {
    width: auto !important;
    margin: 0;
    padding: 0 !important;
}
.zero-pad {
    padding: 0 !important;
}
.modal-content.addModalColor {
    background: #fff2c3;
}
.accordion {
    background-color: transparent;
    color: #444;
    cursor: pointer;
    padding: 1rem;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}
.tdTextarea div {
    padding: 0;
    padding-bottom: .3rem;
}
    .active, .accordion:hover {
        background-color: transparent;
    }
.bg-outcome {
    background-color: #007799;
    color:white;
}
.panel {
    width:100%;
    padding: -1px 18px;
    display: none;
    background-color: transparent;
    overflow: hidden;
    padding-left: 4rem;
    padding-right: 3rem;
}

@media(min-width: 1200px) {
    .align-item-div {
        width: 45%;
    }
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    height: 40px;
    width: 70px;
}



#spnIndication {
    color: black;
}

RowStyle:nth-child(odd) {
    background-color: #f2f2f2;
}

RowStyle:nth-child(even) {
    background-color: white;
}


.OddEvenStripes:nth-child(odd) {
    border: 1px solid #ddd;
    background: white;
}

.OddEvenStripes:nth-child(even) {
    border: 1px solid #ddd;
    background: white;
}

.OddEvenStripes {
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    margin-top: 25px;
    cursor: pointer;
    margin-bottom: 10px;
}

.button {
    border-radius: 8px !important;
    border: none;
    color: white;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.green {
    background: #227711;
}
.btn-close {
    height: 40px;
    width: 40px;
    font-size: larger;
    font-weight: 500;
    color: white;
    background: #BB1111;
}
.btn-success {
    height: 40px;
    width: 40px;
    font-size: larger;
    font-weight: 500;
    color: white;
    background: #227711;
}
.border-of-gpra-div:nth-of-type(odd) {
    background-color: #dddddd;
    padding-bottom: 1rem;
}

.border-of-gpra-div:nth-of-type(even) {
    background-color: #ffffff;
    padding-bottom: 0;
}

.border-of-gpra-div {
    padding-top: 1rem;
    padding-bottom: 1rem;
    /*border: 2px solid black;*/
    overflow: hidden;
    margin-bottom: 3%;
}

#txtGPRATarget {
    height: 40px;
    margin-top: 0;
    padding: .5rem;
    border: 2px solid #ccc;
}

button:hover {
    background: transparent;
    box-shadow: 0px 0px 0px transparent;
    border: 0px solid transparent;
    text-shadow: 0px 0px 0px transparent;
}

button:active {
    outline: none;
    border: none;
}

button:focus {
    outline: 0;
}
/*Ends here*/

.container {
    max-width: 820px;
    margin: 0px auto;
    margin-top: 50px;
}

.gap {
    padding: 15px;
    padding-top: 1rem;
}

.txtArea {
    resize: vertical;
    padding: 0.2rem 0.5rem;
    position: relative;
    display: inline-block;
    margin: 1rem 0;
    resize: vertical;
    padding-left: 0.5rem;
}

.gpra-target-text {
    height: 40px;
    margin-top: 0;
    text-align: right;
    padding-right: 1rem;
}

.label-measure {
    font-weight: bold;
}
 .multiline {
       padding-right: 1rem;
    padding-left: 0;
}
.targetgpratxt {
    height: 40px;
    margin-top: 0;
    
    /* text-align: right; */
    padding-right: 1.5rem;
    padding-left: 0rem;
    /* padding-right: revert; */
}
.txtGPRATarget{
    text-align: right;
    padding-right: 1rem;
}
.label {
    display: inline;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: bold;
    padding-right: 1rem;
    text-align: justify;
}

.label-gpra {
    height: 40px;
    background-color: #007799;
    color: white;
    padding: 0.5rem;
}

.label-gpra-static {
    height: 40px;
    background-color: #007799;
    color: white;
    padding: 0.5rem;
    background-color: transparent;
    color: black
}

.comment {
    float: left;
    width: 100%;
    height: auto;
}

.commenter {
    float: left;
}

    .commenter img {
        width: 35px;
        height: 35px;
    }

.comment-text-area {
    float: left;
    width: 100%;
    height: auto;
}

.textinput {
    float: left;
    width: 100%;
    min-height: 75px;
    outline: none;
    resize: none;
    border: 1px solid grey;
}

.stdButtonPrev {
    margin-left: -55px !important;
    width: 60px !important;
}

.stdButtonNext {
    margin-right: -55px !important;
    width: 60px !important;
}

.btn {
    border-radius: 8px !important;
    height: 10%;
    padding: 0;
    width: 100%;
}

    .btn .btn-primary {
        background-color: #007799;
    }
/*}
            /* Create two equal columns that floats next to each other */
.column {
    float: left;
}

.MinusMargin {
    margin-left: -50px;
}

.GrantNumber {
    font-family: Georgia !important;
}
/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.left {
    width: 25%;
}

.right {
    width: 75%;
}

.description {
    padding-left: 0.5rem;
    background: #007799;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-top: .3rem;
    width: 92%;
    color: white;
}

.description-input {
    padding-right: 2.3rem;
    margin-bottom: 0.3rem;
    padding-left:0;
}
@media only screen and (max-width: 576px) {
    body {
        /*background-color: lightblue;*/
    }

  /*  .label-gpra {
        margin-top: 1.5rem;
    }*/
    .align-item-div {
        width: 45%;
    }
.multiline{
padding-right: 1rem;
    padding-left: 0;
}
    .panel {
        padding-left: 1.5rem;
        margin-top:-30px;
    }
    .txtArea {
    /*padding: 0.2rem 0.5rem;*/
    position: relative;
    margin: 1rem 0;
    width:100%;
padding-left: 0.5rem;
padding-right:0.5rem;
}
.multiline {
            padding-right: 2.5rem;
        }
    html,
    body {
        margin: 0;
        padding: 0;
        height: 100%;
    }

    #MainContent_btncancel {
        display: none;
    }

    #MainContent_btnSave {
        display: none;
    }

    .border-of-gpra-div {
        clear: both;
        height: 25%;
        padding-top: 0;
        padding-bottom: 0;
        /*border: 2px solid black;*/
    }

    .btn.btn-standard, button, html input[type="button"], input[type="reset"], input[type="submit"] {
        padding: 14px 0 12px 0;
        margin: 0px;
        min-width: 115px;
        font-size: 14px;
    }
    .newItemBox label {
        display: inline !important;
        margin-bottom: 5px;
        font-weight: bold;
       /* width: 400px;*/
        padding: 7px;
    }
    .flex-switch {
        display: flex;
        flex-direction: column-reverse;

        @include sm-min {
            flex-direction: row;
        }
    }

    .vertical-menu {
        /*width: 130% !important;*/
        margin-top: 30px;
    }

    .breadcrumb {
        background: #005086 !important;
        color: white;
        margin-left: -55px;
        display: none;
    }

        .breadcrumb a {
            color: white;
        }

        .breadcrumb > li + li:before {
            color: white;
            font: 14px;
        }

    #GPRAChecks {
        width: 115%;
        padding: 0px;
        margin-left: -10px;
    }

    .label-gpra-static {
        padding: 2rem;
        text-align: left
    }
}
 @media (min-width: 1024px) and(max-width: 2000px) {
	.multiline {
    padding-right: 0.0rem;
    padding-left: 0;
}
    }

    @media (min-width: 576px) and (max-width: 1024px) {
        .label-gpra-static {
            padding: 2rem;
            height: 70px;
        }
        
       
        .align-item-div {
            width: 45%;
        }

.targetgpratxt{
padding-right:0rem;
}
.multiline {
    padding-right: 1.5rem;
    padding-left: 0;
}     

        .flex-switch {
            display: flex;
            flex-direction: column-reverse;

            @include sm-min {
                flex-direction: row;
            }
        }

        #MainContent_btncancel {
            display: none;
        }

        #MainContent_btnSave {
            display: none;
        }

       .vertical-menu {
            /*width: 110%;*/
            margin-top: 30px;
        } 

        .breadcrumb {
            background: #005086 !important;
            color: white;
            /*margin-left: -55px*/ 
        }
        ul.breadcrumb {
            line-height: 1;
            /*margin-top: 35px;*/
            margin-bottom: 0px;
        }
       
            .breadcrumb a {
                color: white !important;
                font-size: 14px; 
            }

            .breadcrumb > li + li:before {
                color: white;
            }
    }

    .btnMobileButtons {
        background-color: #215695 !important;
        border-radius: 8px !important;
        /*background: #000 !important;*/
        margin-top: 10px !important;
        width: 60px;
    }

    .vertical-menu {
        /*width: 300px;*/
        margin-top: 30px;
    }

        .vertical-menu a {
            background-color: #007799;
            color: white;
            display: block;
            padding: 10px;
            text-decoration: none;
            border: white solid;
            border-bottom-width: thin;
            margin-right: 50px;
        }

            .vertical-menu a:hover {
                background-color: #007799;
            }

            .vertical-menu a.active {
                background-color: #005577;
                color: white;
            }
}
.no-padding textarea {
    padding: 5px 10px !important;
}
.no-padding {
    padding: 0px !important;
}
.table-responsive {
    width: 100%;
    overflow-x: scroll;
}
/*Media query form mobile*/
@media only screen and (min-device-width: 320px) and (max-device-width: 570px) {
    .login-direct {
        white-space: nowrap !important;
        position: relative !important;
        top: 6px !important;
    }
    .navbar {
        margin-top: -60px;
    }
    .site_master_welcome {
        position: relative;
        top: -2px;
        left: -47px;
        white-space: nowrap;
    }


    div#oela-wrap {
        margin-top: -80px;
    }

    .mobile-logo {
        display: flex !important;
        width: 120px !important;
        margin-top: 30px !important;
        margin-bottom: 10px !important;
        float: left !important;
        /*margin-left: -81px;*/
    }

    a.navbar-toggle.collapsed {
        position: relative;
        top: 52px;
    }

    .logo-image-href {
        position: relative;
        left: -45px;
       
    }

    .default-span-welcome {
        color: black;
        white-space: nowrap;
        position: relative;
        right: 50px;
        top: 10px;
    }

    .oela-content section.crumb {
        display: block;
        padding: 0 0 0 0;
        width: 123%;
        margin: 0px 0 0 0;
        margin-left: 25px;
    }

    .text-font-12.5 {
        font-size: 12.5px;
    }

    .monitoring-title {
        font-size: 18px !important;
    }

    .select-button-btnselect {
        position: relative !important;
        /*left: 31% !important;*/
    }

    .export-text {
        font-size: 12px;
    }

    .hide-edit-mobile {
        display: none;
    }

    .grandlist-name {
        float: left !important;
        position: relative !important;
        /*right: 2px !important;
        width: 41% !important;*/
    }

    .grandlist-float {
        float: right !impprtant;
    }

    .grandlist-select {
        float: right !important;
        position: relative !important;
/*        top: -35.5px !important;
        left: 54px !important;*/
    }

    .grandcontactinfo-projectofficer-font {
        font-size: 12px;
    }

    .grandcontactinfo-institute {
        float: left;
        padding: 7px;
        position: relative;
        right: 37px;
        width: 60%;
    }

    .grandcontactinfo-institute-text, .grandcontactinfo-pof-select {
        position: relative;
        top: -36px;
        left: 39px;
        min-height: 36px !important;
        max-height: 36px !important;
        min-width: 120px !important;
        max-width: 120px !important;
    }

    .grandcontactinfo-pof {
        float: left;
        position: relative;
        left: -36px;
        width: 60%;
        white-space: nowrap;
        padding: 7px;
    }

    .grandlist-input {
        position: relative;
        top: -42px;
        left: 39px;
        min-height: 39px !important;
        max-height: 39px !important;
        min-width: 120px !important;
        max-width: 120px !important
    }

    .grandcontactinfo-pdfname {
        float: left;
        position: relative;
        left: -36px;
        width: 60%;
        white-space: nowrap;
        padding: 7px;
    }

    .status-list-row {
        margin-top: 28px;
    }

    .status-list-column-key {
        position: relative;
        right: 12px;
    }

    .status-list-column1 {
        font-size: 14px;
        float: left;
        width: 45%;
        position: relative;
        right: 20px;
    }

    .status-list-column2 {
        float: right;
        width: 49%;
        position: relative;
        top: -89px;
        font-size: 14px;
        left: 19px;
    }
    .status-list-table {
        position: relative !important;
        top: -50px !important;
        /*width: 100% !important;*/
    }
    .vertical-menu {
        /*width: 130% !important;*/
        margin-top: 30px;
        /*margin-left: -14px !important;*/ 
    }
    .first-td-fiscal-checklist {
        float: left !important;
        width: 45% !important;
        border-bottom: none !important;
        position: relative !important;
        top: -31px !important;
        white-space: nowrap;
    }
    .second-td-fiscal-checklist {
        float: right !important;
        width: 50% !important;
        position: relative !important;
        top: -54px !important;
        right: -83px !important;
        border-bottom: none !important;
        white-space: nowrap;
    }
    .comments-section {
        margin-top: -22%;
    }
    /*.fiscal-checklist-save {
        float: right !important;
        position: relative !important;
        left: 44px !important;
    }
    .fiscal-checklist-cancel {
        float: left !important;
        position: relative !important;
        top: -30px !important;
        right: 43px !important;
    }*/
    #no-more-gridView td {
        border-bottom: none !important;
    }
    .export-to-excel {
        position: relative;
        top: 19px;
    }
}
@media only screen and (min-device-width: 800px) {
    .cohort-text{
        float:left;
    }
    .grantno-dynamic-text {
        float: right;
        position: relative;
        top: -21px;
        left: 8px;
    }
}
.red-color {
    background: #BB1111 !important;
}
.year-color {
    color: #002266 !important;
    font-weight: bold;
}
.ui-dialog-titlebar-close {
    border: 0 !important;
    box-shadow: none !important;
}

.ui-icon-closethick {
    position: relative;
    top: 3px !important;
}

.btn-icon {
    position: relative;
    top: 1.5px;
}

.btn-txt-view {
    position: relative;
    top: -1px;
}
.w-75 {
    width: 75%;
}
.announce-title .text-limit {
    margin-top: 0px !important;
} 