.fromdiv {
    width: 50%;
    float: left;
    padding: 5px 10px;
}

.ui-iggrid tbody td, .ui-iggrid tbody th.ui-iggrid-rowselector-class, .ui-iggrid thead .ui-iggrid-editingcell {
    /* border: none !important;
    border-right: 1px solid #BDBCBD !important;*/
}

ul#iggridnav {
    margin: 0px;
    width: 100%;
    background: #626161;
    height: 35px;
    text-align: right;
    list-style: outside none none;
    font-weight: 500;
    padding-top: 9px;
    padding-right: 10px;
    text-transform: uppercase;
}

    ul#iggridnav li {
        display: inline !important;
        border-right: 1px solid #cfde4f;
        padding: 0px 9px 0px 10px !important;
        color: #cfde4f;
        margin: 0px;
        cursor: pointer;
    }

        ul#iggridnav li span, ul#iggridnav li label {
            color: #cfde4f;
            font-size: 13px !important;
        }

        ul#iggridnav li a {
            color: #cfde4f !important;
        }

        ul#iggridnav li span {
            vertical-align: top;
        }

        ul#iggridnav li:hover, ul#iggridnav li a:hover, ul#iggridnav li i:hover {
            color: #FFF;
        }

    ul#iggridnav i {
        font-size: 16px !important;
    }

        ul#iggridnav i:hover {
            color: #FFF;
        }


.wbg {
    background-image: url("../Images/ui-icons_d8e7f3_256x240.png") !important;
    margin-right: 5px !important;
}

.Bluebg {
    background-image: url("../Images/ui-icons_217bc0_256x240.png") !important;
}

#igLeaseData td {
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}

.ui-iggrid-addrow {
    display: none;
}

.ui-iggrid-rowselector-header {
    padding: 1px !important;
}

/*.ui-iggrid-pagesizedropdown {
    height: 25px !important;
}*/

#igLeaseData_container {
    border: none !important;
}

#igLeaseData, #igLeaseData_headers {
    font-size: 13px !important;
    width: 100% !important;
}

.Gridpanel {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    box-shadow: none !important;
    border-left: 1px solid #e7e7e7;
}

#igLeaseData_editor {
    color: #000;
}

#igLeaseData_headers {
    border-bottom: 1px solid #aaa;
}


#Wrkflowsummary {
    color: #000;
    background-color: #FFF;
    border-right: 1px solid #aaa !important;
    border-bottom: 1px solid #aaa !important;
    border-radius: 5px;
    border-bottom: none;
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 500;
    border-collapse: collapse;
}

#Wrkflowsummary-Total {
    color: #000;
    /*background-color: #FFF;*/
    /*border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa !important;
    border-radius: 5px;*/
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

    #Wrkflowsummary-Total th {
        background-color: #f5f5f5 !important;
        font-size: 14px;
        font-weight: 500;
        color: #333;
    }

#menu {
    /*background: linear-gradient(to bottom, #555555 0%,#54a3ee 100%,#54a3ee 0%,#3896ed 0%,#4783ba 100%);*/
    background: #FCFDFF url(../images/bgblue.png) left top repeat-x;
    display: none; /* hide by default */
    left: 2px;
    position: absolute;
    top: 47px;
    top: 95px\8;
    min-width: 25%;
    max-width: 75%;
    padding: 20px;
    z-index: 1000;
    border: 2px solid #BCBFC0;
}

    #menu:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 0 8px 14px;
        border-color: #BCBFC0 transparent;
        display: block;
        width: 0;
        z-index: 1;
        top: -14px;
        left: 38px;
    }

    #menu:before {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 0 8px 14px;
        border-color: #BCBFC0 transparent;
        display: block;
        width: 0;
        z-index: 1;
        top: -14px;
        left: 38px;
    }

    #menu .column {
        float: left;
        margin-left: 20px;
        /*width: 273px;*/
    }

        #menu .column:first-child {
            margin-left: 0;
        }

        #menu .column h3 {
            color: #000;
            font-size: 1em;
            font-weight: bold;
            margin: 0 0 10px;
        }

        #menu .column ul {
            font-size: .75em;
            list-style: none;
            padding-left: 18px;
        }

            #menu .column ul:first-child {
                margin-left: 0;
            }

            #menu .column ul li {
                border-bottom: 1px solid #999;
                margin: 0;
            }

                #menu .column ul li:first-child {
                    border-top: 1px solid #999;
                }

                #menu .column ul li a {
                    font-size: 12px;
                    color: #000;
                    display: block;
                    padding: 10px;
                    text-decoration: none;
                    transition: padding-left .5s;
                    -moz-transition: padding-left .5s;
                    -ms-transition: padding-left .5s;
                    -webkit-transition: padding-left .5s;
                    -o-transition: padding-left .5s;
                }

                    #menu .column ul li a:hover {
                        background: #E9662C;
                        color: #fff;
                        padding-left: 15px;
                    }

.tdLabel {
    font-weight: bold;
    color: #000;
    font-size:12px !important;
}

#igLeaseData_pager {
    border-bottom: 1px solid #aaa !important;
    border-top: 1px solid #aaa;
}

.pr10 {
    margin-right: 10px;
}



.ddl {
    text-align: left !important;
    color: #000 !important;
}

#trempty:hover {
    background-color: #FFF !important;
}

#menu .column ul li a i {
    padding-right: 10px !important;
}

.ChildWorkflow {
    margin-left: 5px;
    padding-left: 25px !important;
}

#tdworkflow:hover {
    background-color: #FFF !important;
}

#divWorkflows .WfTrackStages tr:hover {
    background-color: #E8E9E9 !important;
}

.menu-trigger {
    color: #ffffff;
    outline: none !important;
    border-radius: 3px !important;
    background: #3e77ab;
    background: linear-gradient(to bottom, #3e77ab 0%,#54a3ee 50%,#54a3ee 51%,#3896ed 51%,#4783ba 100%);
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    padding: 5px;
    line-height: 0px !important;
}

    .menu-trigger:hover {
        background-color: #E9662C;
    }

#igLeaseData_scroll {
    background-color: #FFF;
}

.padr3 {
    padding-right: 3px;
}

.padr5 {
    padding-right: 5px;
    font-size: 19px;
    /*vertical-align:top;*/
}

.fs18 {
   font-size: 19px;
float: left;
color: #cfde4f !important;
vertical-align: top;
}

.fa21 {
    font-size: 18px !important;
}

.lblspan {
    font-weight: bold;
    font-size: 13px;
    /*vertical-align: middle !important;*/
}
.lblspan1 {
    font-size: 13px;
    font-weight: normal !important;
    /*vertical-align: middle !important;*/
}
.ui-dialog-buttonset {
    width: 100%;
    text-align: center;
}

.ControlShadow
{
    height:30px !important;
}
/*Add by karthikeyan*/

.ControlShadow, #AddContract .ui-igcombo-field, #AddContract .hasDatepicker {
    /*-webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    box-shadow: 5px 10px 11px rgba(0, 0, 0, 0.075) inset;*/
}


.ui-icon-gear {
    /*background-image: url("../Images/ui-icons_217bc0_256x240.png") !important;*/
}


.MC-thcell {
    padding: 5px;
    white-space: nowrap;
    text-align: center;
    vertical-align: bottom;
    font-weight: bold;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    overflow: hidden;
    height: 30px;
    min-width: 150px;
    max-width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Multiheader {
    min-width: 250px;
    /*background: #dfeffc url("../Images/bg_Grid_header.png") 50% 50% repeat-x;*/
    background: #5A5959;
    color: #FFF;
}

.MC-tdcell {
    padding: 5px;
    white-space: nowrap;
    vertical-align: bottom;
    font-weight: normal;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    overflow: hidden;
    height: 25px;
    color: #333;
    min-width: 150px;
    max-width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*text-shadow: 0px 0px 10px #FFF;*/
    cursor: pointer;
}


#igLeaseData_headers .ui-iggrid-header {
    background: #4d4c4c !important;
    height: 30px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#4d4c4c', endColorStr='#4d4c4c', GradientType=0)";
}

#igBvgrid_headers .ui-iggrid-header, #igDetailBV_headers .ui-iggrid-header, #igBvgrid tr th {
    background: #4d4c4c;
    color: #FFF !important;
    border-right: 1px solid #BDBCBD !important;
    height: 28px !important;
}

#igDetailBV_scroll {
    height:400px !important;
}

#igDetailBV_container, #igBvgrid_container {
    border: 1px solid #aaa;
    height: 100% !important;
    overflow: auto;
}

#igLeaseData_headers th .ui-iggrid-headertext {
    font-weight: bold !important;
    color: #FFF !important;
}

#igDetailBV td {
    border-right: 1px solid #EFEAEA;
}

#igDetailBV_headers, #igDetailBV, #igBvgrid_headers, #igBvgrid, #igLeaseData_updating_dialog_container_content {
    width: 100% !important;
}

#igLeaseData_updating_dialog_container_content {
    height: 80% !important;
    overflow-x:hidden !important;
}

/*Multisection popuo css*/

#igLeaseDataEdit .ui-igcombo-wrapper {
    width: 100% !important;
    /*height: 28px !important;*/
}

#igLeaseDataEdit .ui-igedit-container {
    width: 99% !important;
    height: 27px;
}

#dvprojectType {
    font-weight: bold;
    /*background: #EFEFEF url("../Images/WebResource.axd.gif") no-repeat scroll 0% 50%;*/
    padding-left: 22px;
    color: #000;
}

#igtree .ui-icon-triangle-1-e {
    background-position: -30px -127px !important;
}

#igtree .ui-icon-triangle-1-s {
    background-position: -62px -127px !important;
}

.leafNodeImageClass {
    /*background-image: url("../Images/ui-icons_469bdd_256x240.png");*/
    background-position: -62px -127px !important;
}


.right {
    float: right;
}

#exportButton {
    float: left;
}

.exporting-indicator {
    position: absolute;
    /*background-color: rgba(181, 181, 181, 0.9);*/
    top: 0;
    left: 0;
    z-index: 100000;
    text-align: center;
    vertical-align: middle;
}

    .exporting-indicator:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

.exporting-text {
    font-size: 25px;
    font-weight: bold;
    vertical-align: middle;
}

.lblgrpName {
    margin-left: 20px;
    background-color: #FFF;
    padding-right: 5px;
    padding-left: 5px;
    position: relative;
    top: -5px;
    font-weight: bold !important;
}

.padr20save {
    position: relative;
    left: 1%;
    font-size: 18px;
    color: #333;
    top: -1px;
}

.padr20info {
    position: relative;
    left: 2%;
    font-size: 20px;
    color: #333;
    bottom: 1px;
    margin-right: 15px;
}

.padr20tools {
    font-size: 18px;
    position: relative;
    left: 1%;
    padding-left: 10px;
    border-left: 1px solid #333;
    top: -2px;
}

#dvToolbar span {
    margin-right: 10px;
}

.pad23 {
    cursor: pointer;
    color: #333;
}

/*#igBvgrid_headers, #igDetailBV_headers .ui-iggrid-header {
    background: #E4E4E4 url(../Images/bg_Grid_header.png) repeat-x scroll 0% 100%;
    color: #000 !important;
    border-right: 1px solid #BDBCBD !important;
}*/

#igBvgrid_headers, #igDetailBV_headers .ui-iggrid-header {
    background: #4d4c4c !important;
    color: #FFF !important;
    border-right: 1px solid #BDBCBD !important;
}

.ui-state-disabled, .ui-state-disabled:hover, .ui-state-disabled:active {
    /*border: 1px solid #ccc !important;*/
    /* box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075) inset !important;
    background-color: #FFF !important;*/
}

#igLeaseDataEdit tr {
    border-bottom: none !important;
}

.ui-iggrid-pagedropdowncontainer div {
    height: 20px;
}

.bubble {
    position: relative;
    width: 143px;
    height: 38px;
    padding: 0px;
    background-color: #EFEFEF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 5px;
    -webkit-box-shadow: -2px 4px 7px 1px rgba(189, 188, 189, 0.82);
    -moz-box-shadow: -2px 4px 7px 1px rgba(189, 188, 189, 0.82);
    box-shadow: -2px 4px 7px 1px rgba(189, 188, 189, 0.82);
    text-align: right;
    border: 1px solid #6387AA;
}

    .bubble:after {
        content: "";
        position: absolute;
        bottom: -15px;
        left: 85%;
        border-style: solid;
        border-width: 15px 6px 0;
        border-color: #EFEFDA transparent;
        display: block;
        width: 0;
    }



/*.ui-igpopover {
    z-index: 20009;
}
    .ui-igpopover > .ui-widget-content {
        color: wheat;
      background-color: #000 !important;
    }
    .ui-igpopover > .ui-widget-content {
        border-color: #000 !important;
    }
.ui-igpopover-arrow-bottom {
    border-top-color: black !important;
}*/
#divWebtree {
    background: #FFF;
    overflow: auto;
    height: 440px;
    padding-top: 5px;
}


.ui-dialog-titlebar {
    /*background: #5c9fd9 !important;*/
}

.fa-list {
    /*color: #1d5987;*/
}

.lnkhdrTools:hover {
    /*color: #428bca;*/
    text-decoration: underline;
    color: #FFF !important;
}

#AddContractForm label {
    font-weight: 500;
}

.NFDropDown {
    display: block;
    width: 100%;
    height: 30px !important;
    padding: 3px 5px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

    .NFDropDown:focus {
        border: 1px solid #79b7e7;
    }
    .NFDropDown_Modified {    
    width: 100%;
    height: 30px !important;
    padding: 3px 5px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
.hasDatepicker {
    border-right: 1px solid #aaa !important;
}
/*Added by shaik for modal dialog title alignment*/
#Dialog-Alert1,#dialog-confirm
{
width: 400px !important;
padding: 5px;
line-height: 25px;
 min-height:51px !important;
 height:auto !important;
padding: 6px !important;
font-size: 14px;
}
.ui-dialog-titlebar {
  background: #626161 none repeat scroll 0 0 !important;
  color: #cfde4f !important;
}
.ui-dialog .ui-dialog-title {
    margin:0px;
}
.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {padding:0px 5px !important;}
.ui-dialog-titlebar-close {display:none;
}
.ui-dialog .ui-dialog-buttonpane button
{
 background: #808ea4 none repeat scroll 0 0 !important;
    border-radius: 0;
    border:0;
    color: #fff;
    font-size: 13px;
    margin: 7px;
    padding: 3px 15px !important;
    font-weight:bold;
}
.ui-dialog .ui-dialog-buttonpane button:hover {
    border:1px solid yellow;
}

.ui-dialog .ui-dialog-buttonpane button:hover, 
.ui-dialog .ui-dialog-buttonpane button:active,
    .ui-dialog .ui-dialog-buttonpane button:focus {
    border:2px solid #fad42e;
    color:#FFF;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons,
.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-resizable,
.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable {
min-width:440px !important;
}
.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*/
input:-moz-read-only { /* For Firefox */
    background-color: #ece7e2;
}

input:read-only { 
    background-color: #ece7e2;
}
.lblMargin {
    margin-right: 40px;
}

.chkProp {
    vertical-align: sub;
}
/*Search grid css */
#igSearchLeaseDataMEdit tr {
    border-bottom: none !important;
   
}
#igSearchLeaseDataM_headers th .ui-iggrid-headertext {
    font-weight: bold !important;
    color: #FFF !important;
    height: 28px !important;
}
#igSearchLeaseDataM_updating_dialog_container_content {
    height: 80% !important;
    overflow-x:hidden !important;
}
#igSearchLeaseDataMEdit .ui-igcombo-wrapper {
    width: 100% !important;
    /*height: 28px !important;*/
}
#igSearchLeaseDataMEdit .ui-igedit-container {
    width: 99% !important;
    height: 30px;
}
#igSearchLeaseDataM_headers .ui-iggrid-header {
    background: #4d4c4c !important;
    height: 38px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#4d4c4c', endColorStr='#4d4c4c', GradientType=0)";
    border:none;
}
#igSearchLeaseDataM_scroll {
    background-color: #FFF;
}
#igSearchLeaseDataM td {
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}
#igSearchLeaseDataM_pager {
    border-bottom: 1px solid #aaa !important;
    border-top: 1px solid #aaa;
}
#igSearchLeaseDataM_container {
    border: none !important;
     float:right;
      display:none;
}
#igSearchLeaseDataM, #igSearchLeaseDataM_headers {
    font-size: 13px !important;
    width: 100% !important;
}
#igSearchLeaseDataM_editor {
    color: #000;
}
#igSearchLeaseDataM_headers {
    border-bottom: 1px solid #aaa;
}
 #igSearchLeaseDataM tr {
            height: 35px !important;
        }
#igSearchLeaseDataEdit tr {
    border-bottom: none !important;
   
}
#igSearchLeaseData_headers th .ui-iggrid-headertext {
    font-weight: bold !important;
    color: #FFF !important;
}
#igSearchLeaseData_updating_dialog_container_content {
    height: 80% !important;
    overflow-x:hidden !important;
}
#igSearchLeaseDataEdit .ui-igcombo-wrapper {
    width: 100% !important;
    /*height: 28px !important;*/
}
#igSearchLeaseDataEdit .ui-igedit-container {
    width: 99% !important;
    height: 27px;
}
#igSearchLeaseData_headers .ui-iggrid-header {
    background: #4d4c4c !important;
    height: 38px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#4d4c4c', endColorStr='#4d4c4c', GradientType=0)";
    border:none;
}
#igSearchLeaseData_scroll {
    background-color: #FFF;
}
#igSearchLeaseData td {
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}
#igSearchLeaseData_pager {
    border-bottom: 1px solid #aaa !important;
    border-top: 1px solid #aaa;
}
#igSearchLeaseData_container {
    border: none !important;
     float:right;
      display:none !important;
}
#igSearchLeaseData, #igSearchLeaseData_headers {
    font-size: 13px !important;
    width: 100% !important;
}
#igSearchLeaseData_editor {
    color: #000;
}
#igSearchLeaseData_headers {
    border-bottom: 1px solid #aaa;
     height: 38px !important;
}    
#igSearchLeaseData tr {
            height: 35px !important;
        }
#match-list {
   z-index: 1041;
    color: #000;
    display: flex;
    flex-flow: column;
    align-items: stretch;
    position: relative;
    margin-top: .5rem;
    width: 600px;
    float:right;
    transition: all .8s ease-out;
    right: 9px;
    bottom: 3px;
}
.btnSearchdiv {
    position: absolute;
    height: 34px;
    width: 34px;
    background: gray;
    border-radius: 50%;
    top: 3px;
    right: 34px;
    cursor: pointer;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    float: right;
    transition: all 0.8s ease;
    z-index: 100;
    }
.btnSearchdiv.animate {
    transform:rotate(-360deg);
    }
#form-group:hover > #IconSearch {
       display:none;
    }
#igSearchLeaseData_container.visiblegrid {
     width:100% !important;
     display: block !important;
    }
#igSearchLeaseDataM_container.visiblegrid {
     
     width:100% !important;
     display: block;
    }
#match-list.visible {
          width:1080px;
    }
#match-listM.visible {
     width:1080px;
    }
#divmodalbackdrop.visible {
     display: block !important;
    }
.btnSearchdivM.animate {
    transform:rotate(-360deg);
    }
#form-group:hover > #IconSearch {
       display:none;
    }
#match-listM {
   z-index: 1041;
    color: #000;
    display: flex;
    flex-flow: column;
    align-items: stretch;
    position: relative;
    margin-top: .5rem;
    width: 600px;
    float:right;
    transition: all .8s ease-out;
}
.btnSearchdivM {
    position: absolute;
    height: 34px;
    width: 34px;
    background: gray;
    border-radius: 50%;
    top: 3px;
    cursor: pointer;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    float: right;
    transition: all 0.8s ease;
    z-index: 100;
}
.divShownHeader {
left: 18px; position: relative; width: 75%; min-height: 39px; padding-bottom: 10px; top: 0px;
}
#divShowInHeader.Collapse {
left: 18px; position: relative; width: 58%; min-height: 39px; padding-bottom: 10px; top: 0px;
}
/*end*/