body {
    background: #fff;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 300 !important;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden !important;
}

.page-wrap {
    position: absolute;
    right: 0;
    left: 0;
    /*min-width:1322px;*/
}

/* navbar */

.navbar {
    min-height: 90px;
    border-radius: 0;
    margin-bottom: 0;
    /*border-bottom: 3px solid #808EA4;*/
    border-bottom: 3px solid #afbc43;
}

.navbar-collapse {
    /*padding-top: 30px;*/
    position: relative;
}

.navbar-brand {
    /*padding: 43px 48px;*/
    display: inline-block;
}

    .navbar-brand img {
        min-width: 180px;
    }

.navbar-toggle {
    display: inline-block !important;
    z-index: 2;
    border-radius: 0;
    margin-top: 25px;
    float: left;
    border: 0;
}

    .navbar-toggle .icon-bar {
        display: block;
        /*width: 37px;*/
        height: 3px;
        border-radius: 1px;
    }

    /*navbar toggle animation*/

    .navbar-toggle .icon-bar {
        transition: 300ms ease-in-out;
        background-color: #fff;
        position: relative;
        width: 37px;
        height: 3px;
    }

        .navbar-toggle .icon-bar:last-child {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            top: -7px;
        }

        .navbar-toggle .icon-bar:nth-child(2) {
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            top: 7px;
        }

        .navbar-toggle .icon-bar:nth-child(3) {
            opacity: 0;
        }

    .navbar-toggle.collapsed .icon-bar {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        top: 0;
        opacity: 1;
    }

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #fff;
}

/* end navbar toggle animation*/

.navbar-default {
    background-color: #fff;
    /*border: 0;*/
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #cccccc;
    }

/* end navbar */

.navbar-collapse .client-logo img {
    max-width: 130px;
    max-height: 56px;
}

.navbar-collapse .client-logo {
    position: relative;
    top: -12px;
    right: -10px;
    z-index: 2;
    cursor: pointer;
}

.page-wrapper {
    width: 100%;
    min-width: 1200px;
    padding: 0;
    margin: 0;
}

.status-summary {
    position: absolute;
    /*width: 301px;*/
    width: 19%;
    top: 0px;
    bottom: 0;
    left: -19%;
    /*left: -300px;*/
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    z-index: 2;
    background-color: #fff;
    height: 100%;
}

    .status-summary h2 {
        font-size: 30px;
        font-weight: 300;
    }

    .status-summary .title {
        padding: 10px;
        vertical-align: top;
        background-color: #f5f5f5;
        text-align: center;
    }

    .status-summary .status-icons {
        position: absolute;
        top: 20px;
        right: 20px;
    }

        .status-summary .status-icons i {
            margin-left: 10px;
        }

    .status-summary li {
        /*padding-top: 13px;*/
        list-style: none;
    }

    .status-summary .list-item {
        position: relative;
    }

.status-list {
    padding-top: 20px;
    padding-right: 43px;
    text-transform: uppercase;
    background-color: #fff;
}

.list-item span {
    position: absolute;
    right: 0;
}

.main-table {
    padding: 0px;
    width: 100%;
    height: 100%;
}

.lease-data {
    width: 100%;
    background-color: #626161;
    color: #cfde4f;
    height: 39px;
    padding-left: 25px;
    position: relative;
}

.lease-datantms {
    width: 100%;
    background-color: #626161;
    color: #cfde4f;
    height: 70px;
    padding-left: 25px;
    position: relative;
}

.lease-table-data {
    /*display: inline-block;*/
    min-width: 1300px;
}

.scroll {
    min-width: 400px;
    overflow-x: auto;
    white-space: nowrap;
}

.lease-data .title {
    font-weight: bold;
    font-size: 16px;
}

.lease-data .records {
    font-weight: 300;
    font-size: 13.5px;
}

.lease-data__q-menu {
    position: absolute;
    right: 20px;
    top: 25px;
    display: inline-block;
}

    .lease-data__q-menu li {
        font-size: 16px;
        list-style: none;
        display: inline-block;
        margin-left: 20px;
    }

        .lease-data__q-menu li i {
            margin-right: 4px;
        }

/* needs to be above */
.open-close-summary {
    position: absolute;
    right: -66px;
    top: 43px;
    padding: 2px 15px;
    display: inline-block;
    background-color: #afbc43;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #333;
    font-size: 14px;
    word-spacing: 5px;
    font-weight: 500;
    cursor: pointer;
}

/* needs to be below */
.open-close-lease-details {
    /*right: -82px;
    top: 60px;*/
}

.open-close-summary i {
    margin-left: 10px;
    font-size: 16px;
    vertical-align: baseline;
}

.Patr {
    top: 132px !important;
}

.dashboard {
    position: absolute;
    right: 0;
    top: -34px;
	z-index: initial;
    color: #333 !important;
    padding: 4px 8px;
    text-align: center;
    font-size: 13px !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    margin-right: 2px;
    font-weight: 500;
}

    .dashboard a {
        color: #333 !important;
        cursor: pointer;
    }

        .dashboard a:hover {
            /*color: #333 !important;
            background:none !important;
            text-decoration:underline !important;*/
        }

.container-fluid {
    min-height: 83px;
}
/* table */
.ProjectLabel {
    /*display: inline-block !important;*/
    margin-top: 26px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    width: 100%;
    text-align: center;
    padding-right: 250px;
}

.ui-igcombo-header table,
table[id^="tbl_"] {
    width: 100%;
}

th {
    /*background-color: #4d4c4c;
    color: #fff;
    padding: 10px;*/
}

td.field {
    /*padding: 10px;*/
}

td.utilities {
    /*text-align: center;*/
}

    td.utilities i {
        /*margin: 10px;
        font-size: 20px;*/
    }

td.search-icon {
    padding: 15px;
    background-color: #fff;
    font-weight: lighter !important;
}

.bottom-info {
    background-color: #a0a0a0;
    /*height:59px;*/
    /*width:100%;*/
}

.bottom-info__records {
    text-align: center;
    padding: 20px;
}

.bottom-info__nav .int {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #000;
    margin-left: 10px;
}

    .bottom-info__nav .int:hover {
        border: 1px solid #fff;
        color: #fff;
    }

.bottom-info__nav .right {
    margin-left: 10px;
}

/* main menu */

.mega-menu {
    /*width: 1200px!important;*/
    /*min-width: 1200px !important;*/
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    z-index: 1001;/*101*/
    border-collapse: separate;
}

.container {
    min-width: 1322px !important;
    width: 100%;
    padding: 0;
}

.mega-menu i {
    font-size: 30px;
}

.mega-menu li {
    font-weight: 700;
}

.grey-background--darken {
    background-color: #4e4e4e;
}

.grey-background {
    background-color: #5a5959;
}

.vertical-setup {
    display: table;
    /*width: 84px;*/
    /*height: 280px;*/
    height: 300px;
    float: left;
    margin-right: 20px;
    font-size: 25px;
}

    .vertical-setup i {
        display: table-cell;
        vertical-align: center;
        font-size: 20px;
        padding: 10px;
        text-align: center;
    }
    /*Modified by Bala for Menu Screen css issues in REmaap17 - S*/
    .vertical-setup + ul {
        padding-top: 6px;
        padding-bottom: 2px !important;
        margin-bottom: -2px !important;
    }
        /*Modified by Bala for Menu Screen css issues in REmaap17 - E*/
        .vertical-setup + ul li {
            padding-bottom: 4px;
        }

.rotate {
    display: table-cell;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-lr;
    position: absolute;
    top: 87px;
    /*left: 41px;*/
    left: 18px;
    text-align: center;
    vertical-align: top;
}

.lime {
    color: #d4e44e !important;
}

.blue {
    color: #95c0fc !important;
}

.violet {
    color: #e395fc !important;
}

.peach {
    color: #fcca95 !important;
}

.ocean {
    color: #45b6b5 !important;
}

.pink {
    color: #fcaabd !important;
}

.horizontal {
    display: table;
    padding: 31px;
    font-size: 20px;
}

    .horizontal i {
        vertical-align: middle;
        font-size: 20px;
        margin-right: 15px;
    }

    .horizontal li {
        /*display:table;
  padding:20px;*/
    }

.horizontal {
    height: 45px;
    height: 47px\9;
    padding: 8px !important;
}

.list-inline {
    margin-bottom: 0;
    margin-left: 12px !important;
}

    .list-inline li {
        /*height: 84px;*/
        height: 45px;
        padding: 12px 0px 12px 0px !important;
        width: 170px;
        /*padding: 12px 50px !important;*/
    }

.list-background {
    background-color: #e9e9e9;
}

.horizontal-list-background-1 {
    background-color: #d9d9d9;
}

.horizontal-list-background-2 {
    background-color: #cecece;
}

/* lease-page */

.workflow-status {
    position: relative;
    padding-top: 8px;
    left: 35px;
    height: 35px;
}

.lease-page .dashboard {
    top: 27px;
}

.workflow-status .list-inline li {
    padding: 4px 10px;
    height: auto;
}

    .workflow-status .list-inline li i {
        font-size: 25px;
        color: #5a5959;
        vertical-align: middle;
    }

.contain {
    margin: 0 auto;
    max-width: 1100px;
    min-width: 1100px;
}

.lease-form-wrap {
    max-width: 1100px;
    min-width: 1100px;
    margin: 0 auto;
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 100px;
}

.col-form-label {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0;
}

.form-control {
    border-radius: 0;
}

.workflow-status > .row {
    margin-bottom: 0;
}

.col-xs-4 .form-group {
    padding-bottom: 20px;
}

    .col-xs-4 .form-group label {
        text-align: right;
    }


.last-modified {
    position: absolute;
    right: 18px;
    top: 12px;
    font-size: 12px;
    font-weight: 500;
    color: #cfde4f;
}

.padding-top-50 {
    padding-top: 50px;
}

.col-xs-3n {
    width: 19%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-10n {
    width: 61.4%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    height: 45px;
    height: 47px\9;
}

.col-xs-3m {
    width: 17%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-10m {
    width: 70.3%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    height: 45px;
    height: 47px\9;
}


.fa-fM {
    font-size: 21px;
    color: #FFAB00 !important;
}

a span.badge {
    position: absolute;
    top: -5px;
    right: 13px;
    padding: 3px 6px;
    color: #ffffff;
}

.badge-orange, .label-orange {
    background-color: #e9662c !important;
}

.badge-blue, .label-blue {
    background-color: #0a819c !important;
}

.badge {
    font-size: 13px !important;
    font-weight: 800;
    height: 18px;
    padding: 3px 6px 3px 7px;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 14px !important;
    text-shadow: none !important;
    text-align: center;
    vertical-align: middle;
    background-color: #bcbcbc;
    min-width: 30px;
    display: inline-block;
    line-height: 1;
}

.divhedear th {
    background-color: #f5f5f5 !important;
    /*color: #FFF;*/
}

.text-center1 {
    left: 23%;
    position: relative;
}

#bs-example-navbar-collapse-1 li a {
    color: #333 !important;
}

.NoAcccess {
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -ms-opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    cursor: not-allowed;
}

.open-summary {
    position: absolute;
    left: -55px;
    top: 53px;
    padding: 2px 10px;
    display: inline-block;
    background-color: #afbc43;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #333;
    font-size: 12px;
    word-spacing: 5px;
    z-index: 100;
    cursor: pointer;
    font-weight: 500;
}

.close-summary {
    position: absolute;
    left: -55px;
    top: 49px;
    padding: 2px 10px;
    display: inline-block;
    background-color: #afbc43;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #333;
    font-size: 12px;
    word-spacing: 5px;
    z-index: 100;
    cursor: pointer;
    font-weight: 500;
}

.open-summary1 {
    position: absolute;
    left: 15.8%;
    top: 184px;
    padding: 2px 10px;
    display: inline-block;
    background-color: #afbc43;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #333;
    font-size: 12px;
    word-spacing: 5px;
    z-index: 100;
    cursor: pointer;
    font-weight: 500;
}

.close-summary1 {
    position: absolute;
    left: -55px;
    top: 49px;
    padding: 2px 10px;
    display: inline-block;
    background-color: #afbc43;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #333;
    font-size: 12px;
    word-spacing: 5px;
    z-index: 100;
    cursor: pointer;
    font-weight: 500;
}


#igLeaseData_headers {
    background: #f5f5f5;
}

    #igLeaseData_headers .ui-iggrid-header {
        border: none !important;
    }

.ui-iggrid-pagesizelabel, .ui-iggrid-pagerrecordslabel, .ui-iggrid-pagedropdownlabels {
    color: #cfde4f !important;
    font-weight: 500;
    line-height: 1.4em !important;
}

.ui-iggrid-pagesizedropdown {
    height: 20px !important;
    position: relative;
    bottom: 2px;
}

.ui-iggrid-paging {
    position: relative;
    top: 3px;
}

#Gridpanel .ui-corner-top, .ui-corner-left {
    border-radius: 0px !important;
}

.Page-tittle {
    position: relative;
    top: 8px;
    color: #cfde4f;
    font-weight: bold;
    font-size: 15px;
    right: 25px;
}

.ui-datepicker-title {
    color: #cfde4f !important;
}

.DisableButtonClick {
    cursor: not-allowed !important;
    color: #333;
    pointer-events: none !important;
    opacity: 0.5;
}

.EnableButtonClick {
    cursor: pointer !important;
    color: #333;
}

#ddlWFStages {
    /*height: 25px;
    width: 285px;
    position: relative;
    bottom: 3px;*/
    text-decoration: underline;
    vertical-align: top;
    font-weight: bold;
}

/*.ui-igcombo {
    border: 1px solid #ccc;
}*/

.lblWorkflow-status {
    font-weight: bold;
    font-size: 13px;
    vertical-align: top !important;
    margin-right: 10px;
}

#ddlWFStages .ui-igcombo-buttonicon, #ddlWFStages .ui-igcombo-clearicon {
    right: 4px;
}

.Slidetitle {
    color: #333 !important;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

/*Changes for Portfolio Screens Starts*/
.SlidetitleMappingScreen {
    color: #333 !important;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    /*text-transform: uppercase;*/
}

.treeSelectedNodeStyleMappingScreen {
    font-weight: bold;
    /*border: 1px solid #79b7e7 !important;*/
    background: #d0e5f5 url("../../IgniteUI/Images/ui-bg_glass_75_d0e5f5_1x400.png") 50% 50% repeat-x !important;
    padding: 1px 2px 1px 2px !important;
    border-radius: 0px !important;
    text-decoration: none !important;
}
/*Changes for Portfolio Screens Ends*/



#lblSubHeader {
    font-weight: bold;
    top: 0px;
    position: relative;
    font-size: 13px;
    cursor: pointer;
}

#dvworkflow {
    text-align: right;
    margin-right: 42px;
}

.lblLeaseHeader {
    color: #cfde4f;
    position: relative;
    top: 8px;
    right: 7px;
}

.fa-18 {
    font-size: 16px;
}

.Onimg {
    font-size: 14px;
    color: #333;
    position: relative;
    bottom: -4px;
    right: 20px;
    background-color: #FFF;
}

.Inimg {
    position: relative;
    bottom: 14px;
    right: -7px;
    color: #cfde4f;
    font-size: 13px !important;
}

.Inimg2 {
    position: relative;
    bottom: 19px;
    right: -10px;
    color: #cfde4f;
    font-size: 13px !important;
}

.Inimg3 {
    position: relative;
    bottom: -1px;
    right: 9px;
    color: #cfde4f;
    font-size: 18px !important;
}

.status-icons {
    position: relative;
    bottom: 7px;
}

.pos {
    position: relative;
    left: 25px;
}

.fa-times-circle {
    color: #cfde4f !important;
}

.dropdown-menu li a {
    padding: 9px 10px;
    font-size: 13px;
}

.faicons {
    cursor: pointer;
    font-size: 18px;
}

.faicons1 {
    cursor: pointer;
    font-size: 30px;
}

.displayNone {
    display: none;
    font-size: 18px;
}

.lnkhover:hover {
    color: #FFF !important;
    text-decoration: underline;
}

.fa20 {
    font-size: 20px !important;
    cursor: pointer;
}

.FeaturesNams {
    color: #19e96c;
}

.lblFldDesc {
    padding-top: 7px;
}

/*Added by shaik for custom alert*/ /*Commented By ArunKumar*/
/*.ui-dialog.ui-widget.ui-widget-content {
    z-index:9999 !important;
}*/
.ui-dialog, .ui-dialog-buttons, .ui-dialog .ui-dialog-buttonpane {
    border-color: #bdbcbd !important;
    /*End shaik*/
}

/* Venkat for Apply Filter */
#igUploadFilter_ibb {
    border: 1px solid #CFD8DC !important;
    margin-top: -1px;
    width: 100px;
    border-radius: 3px;
}

.ui-igstartupbrowsebutton {
    height: 25px;
    width: 100px;
    position: relative;
    top: 25%;
}

.ui-igupload-basemaincontainer {
    padding: 0px !important;
}

.ui-igprogressbar-range {
    background: #4897aa !important;
}

#igUploadFilter_bmncntr {
    border: 0px !important;
}

#igUploadFilter_fc > div > div {
    border: 0px !important;
}


/* End Apply Filter */


.SF-summary {
    position: absolute;
    /*width: 290px;*/
    width: 19%;
    top: 0px;
    bottom: 0;
    /*left: -290px;*/
    left: -19%;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    z-index: 2;
    background-color: #fff;
    height: 100%;
}

    .SF-summary h2 {
        font-size: 30px;
        font-weight: 300;
    }

    .SF-summary .title {
        padding: 10px;
        vertical-align: top;
        background-color: #f5f5f5;
        text-align: center;
    }

    .SF-summary .status-icons {
        position: absolute;
        top: 20px;
        right: 20px;
    }

        .SF-summary .status-icons i {
            margin-left: 10px;
        }

    .SF-summary li {
        /*padding-top: 13px;*/
        list-style: none;
    }

    .SF-summary .list-item {
        position: relative;
    }

.open-close-SF-summary {
    position: absolute;
    /*right: -52px;
    top: 29px;*/
    right: -16px;
    top: 17px;
    /*padding: 2px 15px;*/
    padding: 2px 14px;
    display: inline-block;
    background-color: #afbc43;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #333;
    font-size: 14px;
    word-spacing: 5px;
    font-weight: 500;
    cursor: pointer;
}



    .open-close-SF-summary i {
        margin-left: 10px;
        font-size: 16px;
        vertical-align: baseline;
    }

    /*vignesh perumal S*/
.lblFldPadding { 
    padding-top: 6px;
}
.chkBoxPadding {
    padding-top: 7px;
}
/*vignesh perumal E*/
