﻿#divContainer {
    text-align: left;
    padding: 10px;
    z-index: 1000;
    /*left: 2%;*/
    left: 4%;
    top: 2%;
    position: absolute;
    /*width: 96%;*/
    width: 92%;
    /*height: 370px;*/
    border: 1px solid #e5e5e5;
    display: none;
    background-color: white;
}

.lblstatus {
    color: #4fc243;
    font-size: 12px;
}

.lblstatus-alter {
    color: red;
    font-size: 12px;
    word-break: break-all;
    width: 225px;
}

.txtSearch {
    background-color: white;
    color: rgb(66, 66, 66);
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    font-size: 13px;
    padding: 1px;
    /*height: 23px;*/
    height: 30px;
    margin: 0px;
    border-radius: 4px;
    vertical-align: middle;
}

/*inline-css*/

.door-assignment-left .dooraction-data {
    width: 250px;
}

.door-assignment-right .dooraction-data {
    width: 300px;
}

.door-assignment-left {
    float: left;
    margin-left: 25px;
}

.door-assignment-right {
    float: right;
}

.dooraction-label {
    display: inline-block;
}

.door-assignment-left .dooraction-data {
    width: 250px;
}

.dooraction-data select, .dooraction-data input[type="text"] {
    width: 100%;
}

.dooraction-data {
    display: inline-block;
}

.dooraction-row {
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.wd-300 {
    width: 300px;
}

.chksetting {
    text-align: center !important;
}

.ui-jqgrid tr.jqgrow > td {
    /*padding: 4px 0px 4px 4px !important;*/
    font-size: 11px !important;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    font-weight: bold !important;
    background: none !important;
    background-color: #EDEDED !important;
}

.ui-search-input {
    text-align: left !important;
}

th.ui-th-column div {
    white-space: normal !important;
    height: auto !important;
    padding: 2px;
}

form:after {
    content: '';
}

.ui-jqgrid {
    box-sizing: unset !important;
}

    .ui-jqgrid .ui-jqgrid-labels th.ui-th-column {
        text-align: left !important;
    }

.ui-jqgrid-pg-left {
    display: none;
}

.grid-rows {
    float: left;
    display: block;
    width: 100%;
}

.sel-template {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
}

.sel-edit {
    margin-left: 5px;
    cursor:pointer;
}
