﻿body {
}

  #ETDateFrom {
        width: 110px;
    }

    #ETDateTo {
        width: 110px;
    }


.Eddl {
    width:75px;
    height:25px;
}
.EFaultddl {
    width:65px;
    height:25px;
}
.txtD {
    width:150px;
}
.txtUM {
    width:170px;
}
.DDlUM {
     width:170px;
    height:25px;
}


.btn.btn-default.btmpcss {
    background-color: #438FC2;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1em;
    font-weight: 600;
    padding: 7px;
    margin-right: 8px;
    width: auto;
    color: #FFF;
    font-size:13px;
}
.col-sm-2.col-form-label{
    font-size:13px;
    font-family:Verdana;
    
}
.col-sm-1.col-form-label{
    font-size:13px;
    font-family:Verdana;
    
}
.INVStatus {
      font-size:13px;
    font-family:Verdana;
}
.info-box-text,
.info-box-number,
.OverViewLabels {
     font-size:13px;
    font-family:Verdana;
}

.info-box-icon {
    background-color:white;
}

.Caption {
    color:#0B413F;
}

.link {
    color:#438fc2;
}

/*for validation group errors*/
.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

.datefield {
    width:auto;
}
.ETLabels {
    font-size:13px;
    font-family:Verdana;
    font-weight:500;
}

.BULabels {
    font-size:12px;
    font-family:Verdana;
    font-weight:600;
}
 .form-control {
        height:30px;
    }
.date-picker {
    height:30px;
}

  #loader {
            
            position: fixed;
            left: 0px;
            top: 0px;
            opacity: 0.6;
            width: 100%;
            height: 100%;
            z-index: 9999;
            display: block;
            background: url('/Images/Preloader.gif') 50% 50% no-repeat rgb(249,249,249);
            
        }

.ddlPlants {
    width:100px;
    height:30px;
}

.accordion {
    background-color: #3C8DBC;
    color: #FFF;
    cursor: pointer;
    padding: 12px;
    width: 100%;
    text-align: left;
    border:none;
    outline: none;
    transition: 0.4s;
    font:bolder;
    height: 35px;
    
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
/*.active, .accordion:hover {
    background-color: #ccc;
}*/

.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}

  .multiselect-container {
       max-height:200px;
        overflow:auto;
        
    }


.activeplant {
    margin-left:15%;
    margin-top: 1px;
    color: white;
    text-shadow: 1px 1px 1px #000;
}

.RCLabel {
        font-size:13px;
    }

.ui-jqgrid-sortable {
    font-size:12px;
    font-weight:600;
    width:auto;
}

.ui-jqgrid-title {
    font-weight:600;
}

.ui-widget-content.jqgrow.ui-row-ltr {
    font-size:13px;
}
.ui-widget-content  {
    border: 1px solid #438fc2;
}
.ui-pg-div {
    font-size:13px;
    font-weight:600;
}

.ui-pg-table {
    font-size:13px;
    
    
}

.ui-paging-info {
    font-size:13px;
    font-weight:600;
}

.ui-jqgrid .ui-pg-selbox {
    color:black;
}
.ui-icon ui-icon-seek-end {
    margin-bottom:5px;
}

.ui-state-default ui-jqgrid-pager ui-corner-bottom {
}