
/* heading or title */

.heading {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 9px;
    position: relative;
    color: #8c8a8a !important;
    font-size: 15px;
}

.heading span {
    background: #d28181 none repeat scroll 0 0;
    bottom: -2px;
    height: 3px;
    left: 0;
    position: absolute;
    width: 75px;
}
.heading button{
    margin-top: -10px !important;
    margin-right: -10px !important;
}

.mi md-content .header {
    margin: 3px;
    min-height: 0px;
}
.mi .mass-entry .row {
    width: 97%;
    margin-left: 0px;
    margin-right: 0px;
    display: inline-block;
    color: gray !important;
}

/* lable color */
.mi label {
    color: #676565 ;
    font-weight: 550 ;
}
.mi-pro label {
    margin-top: 15px ;
}

/* Form layout */

.mi input .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 0px 5px 1px 7px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
      -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* .mi .form-control:focus,.mi .ui-select-bootstrap:focus{
    outline: none;
} 
.mi .form-control:focus ,.mi .ui-select-bootstrap:focus {
    border-color: #d28181;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #d28181;
  }

.mi .form-control:hover,.mi .ui-select-bootstrap:hover{
    border-color: #d28181;
 }  

 */

/* Product tab layout */
md-tabs.md-default-theme .md-tab.md-active, md-tabs .md-tab.md-active, md-tabs.md-default-theme .md-tab.md-active md-icon, md-tabs .md-tab.md-active md-icon, md-tabs.md-default-theme .md-tab.md-focused, md-tabs .md-tab.md-focused, md-tabs.md-default-theme .md-tab.md-focused md-icon, md-tabs .md-tab.md-focused md-icon {
    color:  rgba(0,0,0,0.54) !important;
    font-weight: bold;
}

md-tabs.md-default-theme md-ink-bar, md-tabs md-ink-bar {
    color:  #d28181 none repeat scroll 0 0;
    background:  #d28181 none repeat scroll 0 0;
}


md-list .mi-list {
    padding: 1px 0px 1px 0px !important;
}

md-tabs.md-no-animation md-tab-content {
    transition: none;
}

md-tabs.md-no-animation md-ink-bar {
    transition: none;
}

.footer-for-packaging-tab {
    background-color: #fafafa;
    border-top: 1px solid #d2d6de;
    margin: -15px;
    margin-bottom: 15px;
    padding: 5px 15px;
    margin: 0px;
}


.w3-table-all{border-collapse:collapse;border-spacing:0;width:100%;display:table}.w3-table-all{border:1px solid #ccc}
.w3-bordered tr,.w3-table-all tr{border-bottom:1px solid #ddd}.w3-striped tbody tr:nth-child(even){background-color:#f1f1f1}
.w3-table-all tr:nth-child(odd){background-color:#fff}.w3-table-all tr:nth-child(even){background-color:#f1f1f1}
.w3-hoverable tbody tr:hover,.w3-ul.w3-hoverable li:hover{background-color:#ccc}.w3-centered tr th,.w3-centered tr td{text-align:center}
.w3-table td,.w3-table th,.w3-table-all td,.w3-table-all th{padding:8px 8px;display:table-cell;text-align:left;vertical-align:top}
.w3-table th:first-child,.w3-table td:first-child,.w3-table-all th:first-child,.w3-table-all td:first-child{padding-left:16px}
.w3-hoverable tbody tr:hover,.w3-ul.w3-hoverable li:hover{background-color:#ccc}.w3-centered tr th,.w3-centered tr td{text-align:center}


/* Lable required */
.required {
    color: #ec0e0e  !important;
    padding-left: 2px;
}


/* ui-select disabled */
.ui-select-bootstrap[disabled] {
    cursor: not-allowed !important;
}
.ui-select-bootstrap[disabled], .ui-select-bootstrap[readonly]{
    background-color: #c5c1c1 !important;
    opacity: 1 !important;
}
.ui-select-bootstrap .ui-select-choices-row.active>span {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #2c3b40 !important;
}
md-tabs.md-no-animation md-tab-content {
    transition: none;
    }
    
    md-tabs.md-no-animation md-ink-bar {
    transition: none;
    }
    
    .footer-for-packaging-tab {
    background-color: #fafafa;
    border-top: 1px solid #d2d6de;
    margin: -15px;
    margin-bottom: 15px;
    padding: 5px 15px;
    margin: 0px;
    }


/* page layout */

@media screen and (max-width: 1920 x 1080) {
    .pageLayout {
        margin-left: 30px;
        margin-right: 30px;
        width: 100%;
    }
  }




  