﻿.ContentBoxNoRequire {
    float: left;
    font-size: 12px;
}
/*  */
span.totalPendingBlock {
    float: right;
    margin-right: 5px;
}
/* grid CSS*/
.application-block {
    /*display: table;*/
    /*width: 1200px;*/
    /*overflow:auto;*/
    clear: both;
}

.application-header {
    display: table-header-group;
}

.application-row {
    display: table-row;
}

.application-data {
    display: table-row-group;
}

.application-row div {
    display: table-cell;
    font-size: 12px;
    border: 1px solid #e5e5e5;
    border-top: none;
    border-right: none;
    padding: 1px 0 4px 4px;
}

    .application-row div:first-child {
        text-align: center;
        padding: 1px 6px;
    }

.application-header .application-row div:last-child {
    border-right: 1px solid silver;
}

.application-row div:last-child {
    border-right: 1px solid #e5e5e5;
}

.application-header .application-row {
    background: #EDEDED;
    border: 1px solid silver;
}

    .application-header .application-row div {
        border: 1px solid silver;
        border-collapse: collapse;
        border-right: none;
        font-weight: 800;
    }

.application-search {
    float: right;
    margin-bottom: 10px;
}

.application-search-label {
    font-size: 12px;
    display: inline-block;
}

.application-search-data {
    display: inline-block;
}

.application-btn-group {
    text-align: right;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}

.application-btn span.glyphicon {
    margin-right: 5px;
}

/*Added*/

.RWDeleteItem {
    text-align: center !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.chksetting {
    text-align: center !important;
}

.plusminusicon {
    cursor: pointer;
    color: #7ac65a;
    font-size: 13px !important;
}

table#RemoteWork .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_RemoteWork_subgrid {
    margin: 0px;
}

.removetask {
    font-size: !important;
}

.spTaskStatus {
    padding-right: 5px;
}

/*Popup*/

.approval-block {
    background: #F7F7F7;
    width: 350px;
    height: 215px;
    margin: 0 auto;
    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;
    top: 43%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
}

.approval-block-heading {
    background-color: whitesmoke;
    border-bottom: 1px solid #e5e5e5;
    line-height: 40px;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    padding-left: 15px;
    text-shadow: 0 1px white;
    color: gray;
}

.approval-block-inner-block {
    padding: 20px;
}

    .approval-block-inner-block textarea {
        width: 100%;
        height: 100px;
    }

.approval-btns {
    text-align: right;
    margin-top: 10px;
}

.approval-submit {
    display: inline-block;
}

.approval-cancel {
    display: inline-block;
}

.approval-block-inner-block button {
    margin-right: 0;
    width: 70px;
}

.approval-block-outer {
    position: relative;
    width: 100%;
    top: 0;
    bottom: 0;
    height: 72vh;
}

.status-block {
    width: 455px;
    height: 302px;
}

.acstransaction-block {
    width: 600px;
    height: 350px;
}

.approval-row-outer .approval-row {
    text-align: left;
    margin-bottom: 5px;
}

.approval-img {
    width: 20px;
    height: 20px;
    display: inline-block;
}

    .approval-img img {
        width: 100%;
        height: auto;
    }

.approval-data {
    display: inline-block;
}

.approval-row-outer {
    height: 183px;
    overflow-y: auto;
}

.ACSTransaction {
    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 .ui-jqgrid-labels th.ui-th-column {
    text-align: left !important;
}

.col-document {
    text-align: center !important;
}
