﻿.col-retry {
     text-align: center !important;
     /*padding : 2px;*/
}

.btn-retry {
    margin : 2px !important;
    color: #fff  !important;
    background-color: #024776  !important;
    /*border-color: #357ebd  !important;*/
}

.parameter-block {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.parameter-left {
    float: left;
}

.parameter-right {
    float: right;
    width: 365px;
}

    .parameter-right input {
        width: 100%;
    }

.parameter-label {
    display: inline-block;
}

.parameter-dropblock {
    display: inline-block;
    width: 290px;
}

    .parameter-dropblock select {
        width: 100%;
    }

.parameter-inner-popup {
    width: 350px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    background: #F7F7F7;
    border: 1px solid #ccc;
    -webkit-box-shadow: #666 10px 2px 25px;
    -moz-box-shadow: #666 10px 2px 25px;
    box-shadow: #666 10px 2px 25px;
    border-radius: 5px;
}

.parameter-row {
    margin-bottom: 5px;
    float: left;
}

.parameter-row-block {
    margin-bottom: 5px;
}

.parameter-row-block-label {
    display: inline-block;
    width: 85px;
    text-align: right;
}

.parameter-row-block-select {
    display: inline-block;
    width: 130px;
}

    .parameter-row-block-select select {
        width: 100%;
    }

.parameter-right input.searchbox {
    width: 300px;
    display: inline-block;
}

.parameter-label input[type="checkbox"] {
    position: relative;
    top: 2px;
    margin-left: 5px;
}



.wd-100 {
    width: 100px;
}


.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;
    }

#divrightcol {
    overflow-y: hidden;
}

.ui-pg-selbox {
    width: 70px !important;
    border: 0px;
    padding: 0px !important;
}
