.cd-task{
    padding:10px 20px 0 20px;
}
.status-over{
    color:#72b872;
}

.status-un-over{
    color:#e09b99;
}
.status-start{
    color:#6d9ec9;
}
.cd-new-task-control select,.cd-new-task-control .cd-form-date{
    width:25%;
}
.cd-new-task-control > input{
    width:100%;
}
.cd-new-task-control >textarea{
    width:100%;
}
.cd-form .cd-form-info-label{
    height:34px;
    line-height:34px;
    text-align: right;
    color:#3b3f47;
}
.cd-form .cd-td-form-label{
    text-align: right;
    color:#3b3f47!important;
}

.cd-details.table.cd-table > tbody > tr > td {
    padding:20px;
}
.cd-report-label{
    border-bottom:2px solid #dddddd;
    height:40px;
    line-height:40px;
    color:#3b3f47;
}
.cd-report-con{
    height:80px;
}
.cd-report-time{
    border-right:1px solid #ddd;
    width:30%;
    float:left;
    height:100%;
    padding-left:20px;
}
.cd-report-context{
    overflow:hidden;
    padding-left:20px;
}
.cd-report-con .cd-report-time,.cd-report-con .cd-report-context{
    padding:20px;
}
.table.cd-report-table{
    border:none!important;
}

.table.cd-report-table > thead > tr > th,
.table.cd-report-table > tbody > tr > th,
.table.cd-report-table > tfoot > tr > th,
.table.cd-report-table> thead > tr > td,
.table.cd-report-table > tbody > tr > td{
    border:none!important;
}
.table.cd-report-table > thead > tr > th{
    border-bottom:2px solid #dddddd !important;
    padding:10px 20px 10px 30px;
}
.table.cd-report-table > tbody > tr > td{
    border-bottom:1px solid #dddddd !important;
}
.radio-group{
    margin-top:10px;
    margin-bottom:15px;
}

.task-overview-ring{
    width:100%;
    height:375px;
    display: inline-block;
}
.task-overview-ring > .coolead-charts{
    width:100%;
    height:100%;
}

.cd-overview-table{
    max-width:235px;
}

.glance-panel{
    border:1px solid #dddddd;
    border-radius:5px;
    margin-bottom:20px;
}
.glance-panel .glance-title{
    color:#41464d;
    font-size:18px;
    line-height:40px;
    border-bottom:1px solid #ddd;
    height:40px;
    padding-left:15px;
    font-weight:bold;
}
.glance-panel .glance-context{
    height:330px;
}
.glance-panel .glance-context .task-overview-ring{
    height:100%;
}
.cd-table .progress{
    margin-bottom:0;
    border: 1px solid #5cb85c;
    box-shadow: none;
    -webkit-box-shadow:none;
    border-radius:10px;
}
.cd-table .progress-bar{
    box-shadow:none;
    -webkit-box-shadow:none;
}

.owner_chart{
    height:470px;
    margin-left:25px;
    position:relative;
}
.owner_chart .J_Inav .J_Inavleft p{
    padding-left:0;
}
.owner_chart .owner_chart_body{
    width:100%;
    height:100%;
    position:absolute;
    top: 0;
    left: 0;
}
.chart-directive{
    display:inline-block;
    width:100%;
    height:100%;
}
.chart-directive .coolead-charts{
    width:100%;
    height:100%;
}
.checkbox-td{
    width: 40px;
    text-align: center;
}
.cd_role_border{
    border:1px solid #dddddd;
    margin-bottom:25px;
    padding:25px;
    border-radius:5px;
}
.cd_role_border .cd-form-control {
    padding:0 25px;
}

.cd-navigation-menu{

}
.cd-navigation-item{
    cursor:default;
}
.cd-navigation-item .cd-navigation-item-label{
    /*height: 50px;*/
    line-height: 50px;
    border-bottom: 1px solid #dddddd;
    padding-left: 20px;
    display: block;
}
.cd-navigation-item.selected > .cd-navigation-item-label{
    background: #428bca;
    color: #fff;
}
.cd-navigation-item.selected >  .cd-navigation-item-label i{
    color: #fff;
}
.cd-navigation-item .cd-navigation-item-label i{
    padding-right: 10px;
    font-style: normal;
    color: #428bca;
}
.cd-navigation-item .cd-item-list{
    display:none;
}
.cd-navigation-item.selected > .cd-item-list{
    display:block;
}
.cd-sub-item.selected .cd-navigation-item-label{
    background: #e4e7ea;
    color:#555555;
}
.cd-sub-item .cd-navigation-item-label{
    padding-left:40px;
}

/*validation*/
.ng-submitted input.ng-invalid,.ng-submitted  select.ng-invalid,.ng-submitted  textarea.ng-invalid {
      border: 1px solid red !important;
}

input.ng-dirty.ng-invalid,
select.ng-dirty.ng-invalid,
textarea.ng-dirty.ng-invalid {
    border: 1px solid red !important;
}
.xt-validation-inline{
    color: red !important;
}
/*notify*/
.ngn {
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   color: #ffffff;
   cursor: default;
   display: none;
   font-size: 1.3em;
   left: 0;
   opacity: 1;
   padding: 25px 80px;
   position: fixed;
   right: 0;
   text-align: center;
   user-select: none;
   z-index: 9999999999;
}
.ngn-top {
    top: 0;
}
.ngn-bottom {
    bottom: 0;
}
.ngn-dismiss {
    background-color: #333333;
    border-radius: 15px;
    box-shadow: inset 2px 2px 7px 2px  #000000;
    color: #dddddd;
    cursor: pointer;
    display: none;
    font-size: 1.25em;
    font-size: 1em;
    font-weight: bold;
    height: 20px;
    height: 30px;
    line-height: 20px;
    line-height: 30px;
    opacity: 0.2;
    position: absolute;
    right: 45px;
    right: 5px;
    text-shadow: 1px 1px 5px  #000000;
    top: 5px;
    width: 20px;
    width: 30px;
}
.ngn-dismiss:hover {
    background-color: #000000;
}
.ngn-dismiss:active {
    background-color: #666666;
}
.ngn-sticky .ngn-dismiss {
    display: block;
}
@media only screen and (max-width: 480px) {
    .ngn {
        font-size: 1em;
        padding: 12px 25px; }

    .ngn-dismiss {
        font-size: 1em;
        height: 20px;
        line-height: 20px;
        right: 5px;
        top: 5px;
        width: 20px; }
}
.ngn-info {
    background-color: #0e90d2;
}
.ngn-error {
    background-color: #dd514c;
}
.ngn-success {
    background-color: #5eb95e;
}
.ngn-warn {
    background-color: #f37b1d;
}
.ngn-grimace {
    background-color: #8058a5;
}
.ngn-prime.ngn-info {
    background-color: #0033cc;
}
.ngn-prime.ngn-error {
    background-color: #ff0000;
}
.ngn-prime.ngn-success {
    background-color: #00cc00;
}
.ngn-prime.ngn-warn {
    background-color: #ff9900;
}
.ngn-prime.ngn-grimace {
    background-color: #660099;
}
.ngn-pastel.ngn-info {
    background-color: #7EA7D8;
}
.ngn-pastel.ngn-error {
    background-color: #F6989D;
}
.ngn-pastel.ngn-success {
    background-color: #82CA9D;
}
.ngn-pastel.ngn-warn {
    background-color: #FDC68A;
}
.ngn-pastel.ngn-grimace {
    background-color: #A187BE;
}
.ngn-pitchy.ngn-info {
    background-color: #003471;
}
.ngn-pitchy.ngn-error {
    background-color: #9E0B0F;
}
.ngn-pitchy.ngn-success {
    background-color: #007236;
}
.ngn-pitchy.ngn-warn {
    background-color: #A36209;
}
.ngn-pitchy.ngn-grimace {
    background-color: #440E62;
}
.ms-dialog-modal{
    transform: translate(0,20%);
    z-index: 9999999;
}

/*upload*/
.btn-upload {
   position: relative;
   overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.btn-upload input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-300px, 0) scale(4);
    -webkit-transform: translate(-300px, 0) scale(4);
    -ms-transform: translate(-300px, 0) scale(4);
    -o-transform: translate(-300px, 0) scale(4);
    font-size: 23px;
    direction: ltr;
    cursor: pointer;
}
/*Fix for IE 6*/
* html .btn-upload {
    line-height: 24px;
    margin: 1px -3px 0 0;
}

/*Fix for IE 7*/
* + html .btn-upload {
    padding: 2px 15px;
    margin: 1px 0 0 0;
}

.position-relative{
    position:relative!important;
}
.info-label-bower{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: 5px;
}
.cd-float-right{
    float:right;
}
.cd-progress-label{
    float:right;
    vertical-align: middle;
    color: #5cb85c;
    margin-left: 10px;
}
.text-align-right{
    text-align: right;
}
.cd-form.table.cd-table > tbody > tr > td {
    color:#3b3f47!important;
}
.home-con .cd-table{
    margin-bottom:0;
}
.ordinary .home_layout_con{
    width:100%;
}
.ordinary .home_layout{
    float:left;
    width:49%;
}
.no-ordinary .home_layout{
    width:100%;
}
.M_index.cd-home-index{
  margin:0;
}
.cd-float-left{
    float:left;
}
.cd-file-list{
    min-width: 200px;
    margin-right:10px;
    margin-top: 6px;
}

.text-align-center{
    text-align: center;
}
.width-4{
    width:40%;
}
.ms-block-overlay{
    background: transparent !important;
}