﻿.setParameter {
    width: auto;
}

.parameter-block {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.parameter-dropblock {
    display: inline-block;
    width: 300px;
}

    .parameter-dropblock select {
        width: 100%;
    }

.parameter-label {
    display: inline-block;
}

.model-left {
    float: left;
}

.model-right {
    float: right;
    width: 300px;
}

    .model-right input {
        width: 100%;
    }





.model-inner-popup {
    width: 460px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    background: #F7F7F7;
    border: 1px solid #ccc;
    -webkit-box-shadow: #666 10px 2px 25px;
    -moz-box-shadow: #666 10px 2px 25px;
    box-shadow: #666 10px 2px 25px;
    border-radius: 5px;
}

.model-header {
    background-color: whitesmoke;
    border-bottom: 1px solid #e5e5e5;
    /* margin: -20px -20px 21px; */
    line-height: 40px;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    padding-left: 15px;
    text-shadow: 0 1px white;
    color: gray;
}

.model-body {
    padding: 15px;
}

.model-popup {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 77vh;
    z-index:9;
}

.model-popup-left {
    width: 321px;
    float: left;
}

.model-popup-right {
    float: right;
    width: 447px;
}

.model-row-label {
    width: 150px;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

.model-row-data {
    display: inline-block;
    vertical-align: middle;
}

.model-row.defualt-data {
    margin-bottom: 15px;
}



.model-popup select {
    width: 150px;
}

.model-row {
    /*margin-bottom: 5px;
        float: left;*/
    width: 100%;
    margin-bottom: 5px;
}

.model-btn-group {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px;
    border-top: 1px solid #eee;
    margin-top: 10px;
}

.model-row.defualt-data span {
    position: relative;
    top: -2px;
    left: 3px;
}

.wd-300 {
    width: 300px;
}

.wd-200 {
    width: 200px;
}

.wd-100 {
    width: 100px;
}

.chksetting {
    text-align: center !important;
}

.viewsetting {
    text-align: center !important;
}

.ui-jqgrid tr.jqgrow > td {
    /*padding: 4px 0px 4px 4px !important;*/
    font-size: 11px !important;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    font-weight: bold !important;
    background: none !important;
    background-color: #EDEDED !important;
}

.ui-search-input {
    text-align: left !important;
}

th.ui-th-column div {
    white-space: normal !important;
    height: auto !important;
    padding: 2px;
}

form:after {
    content: '';
}

.ui-jqgrid {
    box-sizing: unset !important;
}

    .ui-jqgrid .ui-jqgrid-labels th.ui-th-column {
        text-align: left !important;
    }
/*.ui-jqgrid .ui-jqgrid-bdiv tr.ui-row-ltr > td {
        text-align: center;
    }*/



#divrightcol {
    overflow-y: hidden;
}

.ui-jqgrid-pg-left {
    display: none;
}


/*application status css*/

.application-popup-inner {
    margin: 0 auto;
    padding: 20px 20px 20px;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: #666 10px 2px 25px;
    -moz-box-shadow: #666 10px 2px 25px;
    box-shadow: #666 10px 2px 25px;
    text-align: center;
    /* border: 1px solid rgb(251, 216, 80); */
    border: 1px solid #ccc;
    z-index: 99999 !important;
    background: #F7F7F7;
}

.application-popup-header {
    width: 100%;
    float: left;
}

.application-popup-header-left {
    float: left;
}

.application-popup-header-right {
    float: right;
}

.application-popup-header-left b {
    vertical-align: middle;
}

/*application status end css*/

/*Progressbar*/


.progressbar-popup {
    position: absolute !important;
    left: 0 !important;
    right: 0;
    top: 0 !important;
    bottom: 0;
    background: rgba(3,3,3,0.8);
    z-index: 1;
}


.progressbar-img {
    float: right;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.progressbar-popup-inner {
    width: 600px;
    height: auto;
    background: #F7F7F7;
    padding: 20px;
    left: 0;
    right: 0;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    margin: 0 auto;
    border-radius: 5px;
}

.progressbar-heading span {
    font-weight: bold;
}

.progressbar-heading {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}


.progressbar-progress {
    border: 1px solid #e5e5e5;
    margin: 15px 0;
    padding: 5px;
    background: #fff;
    display: block;
    width: 100%;
    clear: both;
}

.progressbar-progress-block {
    border: 1px solid #e5e5e5;
    /* height: 20px; */
    display: inline-block;
    width: 100%;
    padding: 5px;
}


.progressbar-progress-bar {
    height: 20px;
    position: relative;
}


.progressbar-progress-blue {
    background-color: rgb(1, 72, 118);
    width: 50%;
    height: 20px;
    position: absolute;
}

.progressbar-progress-gray {
    background: rgb(179, 175, 171);
    width: 100%;
    height: 20px;
}

.progressbar-msg {
    font-weight: 900;
    width: 100%;
    float: left;
    margin-top: 5px;
}

.FailMessage span {
    text-decoration: underline;
    cursor: pointer;
}

span.ExecutedApplication {
    float: right;
}

.progressbar-fail {
    height: 150px;
    overflow: auto;
    float: left;
}

/*Progressbar end*/



.appStatus {
    color: #014876;
}

.grantreject {
    display: inline-block;
}

.excel-block, .pdf-block, .count-block {
    display: inline-block;
}

.grid-outer-header {
    text-align: right;
    margin-bottom: 10px;
    padding-right: 5px;
}

.excel-block, .pdf-block {
    width: 20px;
    height: 20px;
}

    .pdf-block img, .excel-block img {
        width: 100%;
        height: auto;
        cursor: pointer;
    }

.count-block {
    margin-left: 20px;
}

.model-popup.rejectmodel-popup .model-inner-popup {
    width: 350px;
    text-align: center;
}

.model-popup.rejectmodel-popup .model-row-data textarea {
    height: 100px;
    width: 100%;
    max-height: 100px;
    max-width: 325px;
    margin: 0;
}

.model-popup.rejectmodel-popup .model-row-data {
    width: 100%;
}

    .model-popup.rejectmodel-popup .model-row-data input[type="button"] {
        margin-top: 12px;
    }

span.col-red {
    color: red;
    font-size: 11px !important; 
    white-space: normal;
}

/*Remote work*/


.RWDeleteItem {
    text-align: center !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.plusminusicon {
    cursor: pointer;
    color: #7ac65a;
    font-size: 13px !important;
}

table#GrantAppGrid .ui-icon {
    vertical-align: middle;
    margin-top: -11px;
    position: relative;
    text-indent: 0;
    overflow: inherit;
    background-repeat: no-repeat;
}

.ui-widget-content.subgrid-cell > .ui-icon {
    display: none;
}

#jqgh_GrantAppGrid_subgrid {
    margin: 0px;
}

.removetask {
    font-size: !important;
}

.spTaskStatus {
    padding-right: 5px;
}
