﻿.device-format-label {
    display: inline;
}

.device-format-data {
    display: inline-block;
    margin-right: 5px;
}

.location-format-block {
    width: 200px;
}

.device-row {
    margin-bottom: 10px;
}

.device-data-block {
    width: 150px;
}


.device-half-block {
    width: 150px;
}

.device-format-data select {
    width: 100%;
}

.pdf-block img {
    width: 20px;
    height: 20px;
}

.pdf-block-img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 4px 15px 0 0px;
    float: left;
}
/* popup css */
.popup-with-grid {
    width: 100%;
    min-height: 72vh;
    z-index:99;
}

.popup-with-grid-inner {
    width: 480px;
    height: 200px;
}

.popup-with-grid-inner {
    width: 480px;
    height: 200px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    border: 1px solid rgb(229, 229, 229);
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: #666 10px 2px 25px;
    -moz-box-shadow: #666 10px 2px 25px;
    box-shadow: #666 10px 2px 25px;
}

.popup-with-grid-header {
    background-color: whitesmoke;
    border-bottom: 1px solid #e5e5e5;
    line-height: 40px;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    padding-left: 15px;
    text-shadow: 0 1px white;
    color: gray;
}

.popup-grid-table {
    display: table;
    width: 95%;
    border-collapse: collapse;
    margin: 0 auto;
    border: 1px solid #ccc;
}

.popup-data {
    padding: 10px 0;
}

.popup-grid-table {
    display: table;
    width: 100%;
}

.popup-grid-header {
    display: table-header-group;
    background: #EDEDED;
}

.popup-grid-row {
    display: table-row;
}

.popup-grid-header .popup-grid-row {
    display: table-row;
}

.popup-grid-row div {
    border: 1px solid #ccc;
    border-right: none;
    border-bottom: none;
    padding: 5px;
    vertical-align: middle;
    display: table-cell;
}

.popup-grid-detail {
    display: table-row-group;
}

.poup-data-outer {
    padding: 15px 15px;
    text-align: center;
}

.popup-row input[type="text"] {
    width: 250px;
}

.grid-popup-btn {
    text-align: center;
    margin-top: 15px;
}

    .grid-popup-btn input {
        width: 80px;
    }

.popup-table-outer {
    height: 112px;
}

.popup-grid-header .popup-grid-row div {
    border: 1px solid #c5c5c5;
}

.popup-grid-detail .popup-grid-row div {
    border: 1px solid #ddd;
}

.popup-row {
    margin-bottom: 5px;
}

.btn-group {
    margin-top: 50px;
}

.poup-data-outer .popup-row {
    display: inline-block;
}

.wd-200 {
    width: 200px;
}

.wd-150 {
    width: 150px;
}

.wd-250 {
    width: 250px;
}

.wd-300 {
    width: 300px;
}

.background-overlay {
    background-color: #333;
    opacity: 0.8;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-image: url('ajax-loader.gif');
    background-position: center;
    background-repeat: no-repeat;
}

.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;
    }
.display_none {
    display:none;
}


#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.h-max-240 {
    max-height: 240px;
    overflow: auto;
}
    #sortable li {
        padding: 0.4em;
        padding-left: 1.5em;
        color: gray;
        margin: 1px;
    }

        #sortable li span {
            position: relative;
            margin-top: -10.0px !important;
            /*margin-left: -1.3em;
            margin-top: -1.2em;*/
        }
        #sortable li.ui-state-default {
            font-weight:normal !important;
        }
        #sortable li.ui-state-default input{
            float:none !important;
            margin:4px 4px !important;
        }
         #divrightcol {
        overflow-y: hidden;
    }
         .ui-pg-selbox {
    width: 70px !important;
    border: 0px;
    padding: 0px !important;
}