﻿.cell-ellipsis {
    max-width: 55px;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*.loaderEngg { display:none;
}*/


.pa span {
    cursor: pointer;
}

.bgLight {
    background: #18AACC;
}

.classred {
    color: red !important;
}

.clslbl, .innerForm label.clslbl {
    font-family: Arial;
    color: #1fa042;
    font-size: 14px;
    font-weight: 600;
    /* padding-left: 10%;*/
    text-align: center;
    display: block;
}

.clsdanger, .classred {
    color: #ef7255 !important;
}

.clsSuccess, .innerForm label.clsSuccess {
    color: #1fa042 !important;
}

#popupmodel {
    top: 15%;
    left: 18%;
    width: 60%;
    height: auto;
    position: fixed;
    border-radius: 5px;
    box-shadow: 3px 3px 3px #000;
    z-index: 10001;
    background: #FFF;
    padding: 0px;
    font-size: 14px;
}

#popupmodel1 {
    top: 10%;
    left: 30%;
    width: 40%;
    min-height: 60px;
    max-height: 500px;
    overflow: auto;
    position: fixed;
    border-radius: 5px;
    box-shadow: 3px 3px 3px #000;
    z-index: 10001;
    background: #FFF;
    padding: 0px;
    font-size: 14px;
}

#mask {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.55;
    position: fixed;
    z-index: 99;
    display: none;
}

#budgetmodel {
    top: 2%;
    left: 2%;
    width: 93%;
    height: auto;
    position: fixed;
    border-radius: 5px;
    box-shadow: 3px 3px 3px #000;
    z-index: 10001;
    background: #FFF;
    padding: 20px;
    font-size: 14px;
}

.closebtn {
    width: 100%;
}

    .closebtn span {
        float: right;
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 5px 15px;
        margin: 1px;
        margin-top: 5px;
        background: #F0F0F0;
    }

        .closebtn span:hover {
            cursor: pointer;
            background: #D8D8D8;
        }

.clickbutton, .clickbutton1 {
    /*width:48%;	    
	color:#4C4CFF;
	padding: 12%;
	font-size:19px;*/
}

    .clickbutton:hover, .clickbutton1:hover, .clickReleaseBudget:hover {
        cursor: pointer;
        text-decoration: underline;
    }

#wbstable {
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
}

.table > thead:first-child > tr > th {
    background: #18AACC;
    color: #fff;
}

#wbstable td {
    padding: 4px;
    /*  border:1px solid  #18AACC !important; */
}

.approveclick, .deleteclick {
    color: #4C4CFF;
    cursor: pointer;
}

    .approveclick, .deleteclick:hover {
        color: #4C4CFF;
        cursor: pointer;
        text-decoration: underline;
    }

.form-radio-item label, .form-checkbox-item label {
    display: block !important;
    margin-left: 19px;
    margin-top: -17px;
}

#lbltaskno {
    color: transparent !important;
}

#lbltaskno1 {
    font-weight: bold;
    text-align: center;
}

.task-grp-icon {
    padding-left: 5px;
    padding-right: 5px;
}

    .task-grp-icon img {
        width: 13px;
    }

#Maincontent {
    min-height: 130px;
}



.lefttext {
    float: left;
    padding-top: 26px;
    margin-bottom: 5px;
}

.rdo {
    display: block !important;
}

#divWBSTable {
    padding: 5px 0px;
    text-align: center !important;
}

    #divWBSTable > div > span {
        color: #18AACC;
        text-align: center;
        font-weight: bold;
        font-family: sans-serif;
    }

.divWBSTable {
    text-align: center !important;
}

hr {
}

.redclass {
    color: #fff;
}

#closebutton1 > img {
    margin-top: -10px;
    width: 20px;
}

.AddWrapp ul.Addview li label {
    width: 12%;
}

#imgbtnRefresh {
    /*margin-left: 50%;
    float:right;*/
    padding: 0.5% 1.5%;
    /*background: #0485A3! important;*/
    border-style: none;
    border-color: inherit;
    border-width: medium;
    /* font-weight: bold!important;*/
    color: #fff;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    vertical-align: 2px;
}

.AddWrapp ul.Addview li:first-child {
    left: 7%;
}

#BudgetDataTable tr {
    /*height: 35px;*/
    font-size: 14px;
}

#BudgetDataTable {
    width: 100%;
    border-spacing: 0px;
    border: 1px solid #ccc;
}



    /*#BudgetDataTable thead
{
    position: relative;
      display: block; 
      width: 100% !important;
      overflow: visible;
}*/

    #BudgetDataTable th {
        /*width:6%;*/
        color: #FFFFFF;
        padding: 5px 7px;
        height: 25px !important;
        border: 1px solid #ccc;
        font-size: 12px;
        text-align: center;
    }

        #BudgetDataTable th:first-child {
            text-align: left;
        }

        /*#BudgetDataTable tbody {
  position: relative;
  display: block; 
  width: 100% !important;
}*/
        #BudgetDataTable th:nth-child(1) {
            min-width: 209px !important;
        }

    #BudgetDataTable tr:first-child th:nth-child(1), #BudgetDataTable tr:first-child th:last-child {
        border-bottom: 1px solid #18aacc !important
    }

    #BudgetDataTable tr:nth-child(2) th:nth-child(1), #BudgetDataTable tr:nth-child(2) th:last-child {
        border-top: 1px solid #18aacc !important
    }

    #BudgetDataTable tr th:last-child, #BudgetDataTable td:last-child {
        width: 5% !important;
    }

    #BudgetDataTable tbody td {
        text-align: right;
        height: 14px;
        /*width:6%;*/
        padding-left: 3px;
        padding-right: 3px;
        border: 1px solid #ccc;
        font-size: 12px !important;
        padding: 5px;
    }

    #BudgetDataTable tr:nth-child(odd) {
        background: #fff;
        /*white-space: nowrap;*/
        overflow: hidden;
    }

    #BudgetDataTable tr:nth-child(even) {
        /*background:#F3F2F2;*/
        /* white-space: nowrap;*/
        overflow: hidden;
    }

    #BudgetDataTable tbody tr td:nth-child(1) {
        text-align: left !important;
        min-width: 230px !important;
    }

@media (max-width: 1366px) {
    #BudgetDataTable tbody tr td:nth-child(1) {
        min-width: 219px !important;
    }

    #BudgetDataTable tr th:last-child {
        width: 2.6% !important;
    }
}
/*@media (max-width: 1360px) 
{
    .lilabel{
            margin-left: -8%;
    }
    .AddWrapp ul.Addview li label
    {
        width:12% !important;
    }
    #BudgetDataTable tbody{
        width: 1314px !important;
    }
    .cell-ellipsis{
        max-width: 58px !important;
    }
    #BudgetDataTable tr:nth-child(1) th:last-child{
	    width:2.8% !important;
    }
    #BudgetDataTable tr:nth-child(2) th:last-child{
	    width:6% !important;
    }
    #BudgetDataTable tbody tr td:nth-child(1) {
        min-width: 217px !important;
    }
}*/


@media (max-width: 1024px) {
    /* #inner {
        width: 100%! important;
    }
    .divCurrencyAmount>label
    {
        margin-left:-14%;
    }
    
    .lilabel{
            margin-left: -8%;
    }
    #BudgetDataTable tbody{
        width: 986px !important;
    }
   #contentLogin_contentMain_ddlProject
    {
        width:100% !important;
    }*/
    /* #BudgetDataTable th:nth-child(1) {
        min-width: 222px !important;
    }*/
    .divCurrencyAmount {
        width: 75% !important;
    }

    #BudgetDataTable td:last-child {
        width: 6% !important;
        padding-left: 3px;
        padding-right: 3px;
    }

    #BudgetDataTable tbody td {
        padding-right: 1px;
        width: 6.2%;
    }
}

@media screen and (max-width:800px) {
    #BudgetDataTable th:nth-child(1) {
        min-width: 166px !important;
    }

    #BudgetDataTable tbody td:nth-child(1) {
        min-width: 159px !important;
    }
}

.switch {
    background: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}

.switch-flat {
    border: none !important;
    background: none !important;
}

    .switch-flat > i {
        float: left;
        color: #18AACC;
    }

.divWBSTable {
    /*position:relative;*/
    background: transperent;
    display: none;
}

    .divWBSTable > div > span {
        font-size: 15px;
        font-weight: 600;
        color: #0485A3;
        /*text-shadow: 4px 4px rgba(41, 134, 152, 0.38);*/
    }


#tblBuiltUp {
    margin-left: 15%;
    width: 70%;
}

.divWBSTable > div > table > tbody > tr {
    background: transparent !important;
}

    .divWBSTable > div > table > tbody > tr > td > input {
        height: 30px !important;
    }

    .divWBSTable > div > table > tbody > tr > td:nth-child(1) > input {
        width: 76% !important;
    }

    .divWBSTable > div > table > tbody > tr > td:nth-child(3) > input {
        width: 72% !important;
    }

#txtRemark {
    width: 91% !important;
}

#tblBuiltUp td {
    width: 30% !important;
    text-align: left !important;
    border: 0px solid !important;
}

    #tblBuiltUp td:nth-child(1) {
        min-width: 200px !important;
    }

    #tblBuiltUp td:nth-child(2) {
        width: 20% !important;
    }

    #tblBuiltUp td:nth-child(3) {
        width: 25% !important;
    }

    #tblBuiltUp td:nth-child(4) {
        width: 25% !important;
    }



@media (max-width: 1024px) {
    /* #tblBuiltUp
{
    margin-left: 15%;
    width: 70%;
}
.divWBSTable> div> table> tbody> tr> td> input
{
    height:30px !important;
}*/
    .divWBSTable > div > table > tbody > tr > td:nth-child(1) > input {
        width: 75% !important;
    }
    /*.divWBSTable> div> table> tbody> tr> td:nth-child(3)> input
{
    
    width:72% !important;
}
#txtRemark
{
    width:91% !important;
}
#tblBuiltUp td
{
    width: 30% !important;
    text-align:left !important;
}
#tblBuiltUp td:nth-child(1)
{
    min-width: 200px !important;
}
#tblBuiltUp td:nth-child(3)
{
    width: 30% !important;
}*/
}
/*@media screen and (max-width:800px)
{
   #BudgetDataTable tbody #added
    {
        width: 400px !important;
        min-width: 0px !important;
    }
    #BudgetDataTable tbody #added .pa
    {
        width: 400px !important;
        min-width: 0px !important;
    }
    #wbstable tbody
    {
        width: 700px !important;
    }
    .Input {
        width: 82%;
    }
    #tblBuiltUp
    {
        margin-left: 5%;
        width: 66%;
    }
    #tblBuiltUp tbody
    {
        width: 700px !important;
    }
.divWBSTable> div> table> tbody> tr> td> input
{
    height:30px !important;
}
.divWBSTable> div> table> tbody> tr> td:nth-child(1)> input
{
    
    width:74% !important;
}
.divWBSTable> div> table> tbody> tr> td:nth-child(3)> input
{
    
    width:74% !important;
}
#txtRemark
{
    width:91% !important;
}
#tblBuiltUp td
{
    width: 30% !important;
    text-align:left !important;
}
#tblBuiltUp td:nth-child(1)
{
    min-width: 200px !important;
}
#tblBuiltUp td:nth-child(3)
{
    width: 30% !important;
}
 
}*/
#BudgetDataTable.tblHideAmtColumn tr:nth-child(2) th {
    width: 7% !important;
}

#BudgetDataTable.tblHideAmtColumn th:nth-child(1) {
    min-width: 223px !important;
}

#BudgetDataTable.tblHideAmtColumn tr:nth-child(2) th:last-child {
    width: 2% !important;
}

.disp-none {
    display: none !important;
}

.ui-datepicker table {
    z-index: 999999;
}

.bugetheader {
    padding-top: 9px;
    display: inline-block;
}

.tblBuiltUptd1 label, .tblBuiltUptd2 label {
    display: block;
    font-size: 13px !important;
    font-weight: 600 !important;
    /*color: #0485a3!important;*/
}

#releaseDataEntry td {
    width: 30% !important;
    text-align: left !important;
    border: 0px solid !important;
}

.innerForm {
    padding-top: 2px;
}

    .innerForm label {
        display: block;
        font-size: 13px !important;
        font-weight: 600 !important;
        /*color: #0485a3!important;*/
        padding: 3px 10px;
        text-align: left;
    }

    .innerForm input {
        border: 1px solid #d7d5d5;
        height: 28px;
        padding: 2px 3px;
        background: #fff;
        font-size: 11px !important;
        float: left;
        /*margin-left: 10px;*/
    }

#wbstable1 {
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
    margin-top: 10px;
}

    #wbstable1 th {
        background: #0485A3 !important;
        padding: 5px;
        font-size: 11px;
        color: #fff;
    }

    #wbstable1 td {
        padding: 4px;
        /*  border:1px solid  #18AACC !important; */
    }

.disp-none {
    display: none;
}

.devider {
    margin: 15px 0px;
}

.table {
    border-collapse: collapse;
}

.innerForm label.classred {
    color: red !important;
    text-align: center;
}

.actionimgset {
    width: 20px;
    float: left;
    margin-right: 4px;
}

td.tdsetting {
    padding: 0px !important;
    height: auto !important;
    border: none !important;
}

#closebutton, #closebuttonRelease {
    cursor: pointer;
}

#BudgetDataTable th, #BudgetDataTable td {
    vertical-align: middle;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 40%;
}

.btnBG {
    margin: 0 auto;
    width: 64% !important;
    float: right;
}

input[type="text"]:disabled {
    cursor: not-allowed;
    background-color: #eee;
}

.switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 20px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.lockslider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    margin-left: 10px;
}

    .lockslider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 2px;
        bottom: 1px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .lockslider {
    background-color: #429053;
}

input:focus + .lockslider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .lockslider:before {
    -webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px);
}

.lockslider.round {
    border-radius: 34px;
}

    .lockslider.round:before {
        border-radius: 50%;
    }

.max-width120 {
    width: 120px;
}

.ml5 {
    margin-left: 5px;
}

.selectAllset {
    padding: 5px 10px 5px 5px;
    margin: 5px;
}

.loaderEngg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: rgba(255, 255, 255, 0.8);
}

    .loaderEngg div {
        margin: 12% auto;
        position: relative;
        text-align: center;
    }

    .loaderEngg img {
        max-width: 50px;
    }

    .loaderEngg p {
        text-align: center;
        font-size: 14px;
    }

.lodercolor {
    background: rgba(0,0,0,0.45);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1000000;
    top: 0;
    left: 0;
    z-index: 1000000;
    top: 0;
    display: none;
    bottom: 0;
}

.ma10 {
    margin: 10px;
}

.loader_div {
    position: absolute;
    z-index: 900000;
    opacity: 1 !important;
    text-align: center;
    vertical-align: top;
    left: 6px;
    position: absolute !important;
    left: 43%;
    top: 48%;
    background-color: #F8F8F8;
    border: 1px solid #d7d5d5;
    width: 120px;
    margin: 0px auto !important;
}





/*CSS Aded From PAge*/
.level2 {
    padding-left: 20px !important;
}

.level3 {
    padding-left: 40px !important;
}

.level4 {
    padding-left: 60px !important;
}

.level5 {
    padding-left: 80px !important;
}

.level6 {
    padding-left: 100px !important;
}

.level7 {
    padding-left: 120px !important;
}

.level8 {
    padding-left: 140px !important;
}

.level9 {
    padding-left: 160px !important;
}

.level10 {
    padding-left: 180px !important;
}


#mdlExpendedDetails .modal-dialog {
    min-width: 65%;
}

#mdlExpendedDetails .close {
    outline: none;
    border: none;
    background: none;
    top: 13px;
}

#mdlExpendedDetails h4 {
    font-size: 16px;
}

#mdlExpendedDetails h5 {
    font-size: 14px;
}
