﻿@media (min-width: 768px) {
    .form-horizontal .control-label-checkbox {
        padding-top: 0;
        margin-bottom: 0;
        text-align: right;
    }
}

.ui-widget {
    font-family: 'Open Sans';
}

.validation-summary-errors ul {
    margin-bottom: 0;
}

.jsoneditor-wrapper .well .form-group {
    margin-left: 0;
    margin-right: 0;
}

.ui-jqgrid .ui-jqgrid-view {
    font-size: 13px;
}

.ui-jqgrid tr.jqgrow td {
    height: auto;
}

    .ui-jqgrid tr.jqgrow td .btn {
        color: #fff;
        margin-right: 5px;
        padding: 3px 8px;
    }

        .ui-jqgrid tr.jqgrow td .btn:last-child {
            margin-right: 0;
        }

.ui-jqgrid-titlebar {
    background: #2f4050 !important;
    border-color: #2f4050 !important;
    color: #ffffff !important;
}

.ui-jqgrid .ui-jqgrid-title {
    text-shadow: none;
    margin: 0 15px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 600;
}

.ui-jqgrid .ui-jqgrid-htable th div {
    height: auto;
}

.ui-jqgrid .ui-jqgrid-htable th {
    height: 40px;
    padding: 2px;
}

.ui-jqgrid .ui-search-table .ui-search-input > input,
.ui-jqgrid .ui-search-table .ui-search-input > select {
    font-family: 'Open Sans';
    font-size: 13px;
    height: 32px;
    padding: 0 2px !important;
    outline: none !important;
}

.ui-jqgrid .ui-jqgrid-pager {
    font-size: 13px;
}

.ui-jqgrid .ui-pg-input {
    outline: none !important;
    height: 27px;
}

.ui-jqgrid .ui-pg-button {
    height: auto;
}

.jqGrid_wrapper {
    margin-bottom: 20px;
}