/**
* yjs-uibootstraptable.css v1.0
* --
* Copyright 2012 Goodybag, Inc.
* --
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

@media only screen and (min-width: 768px) {
    /* tablettes et ordinateurs */
}

@media only screen and (max-width: 767px) {

    /* smartphone */
    .uibootstraptable .uicolumn-lg {
        display: none;
    }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    /* smartphone en mode portait */
}

/* Extra small
    <576px	Small
    ≥576px	Medium
    ≥768px	Large
    ≥992px	Extra large
    ≥1200px
    */

.bootstrap-table .fixed-table-container .table.table-sm th.operate .th-inner {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.bootstrap-table .fixed-table-container .table thead th.operate,
.bootstrap-table .fixed-table-container .table thead th.operate .th-inner {
    vertical-align: middle;
    padding: 0px;
    text-align: center;
}

.uibootstraptable .operate {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    white-space: nowrap;
}

.uibootstraptable .operate button:hover,
.uibootstraptable .favorite button:hover {
    color: blue;
}

.bootstrap-table .fixed-table-toolbar button.disabled,
.bootstrap-table .fixed-table-toolbar button.disabled:hover {
    cursor: not-allowed !important;
}

.uibootstraptable .operate button.disabled:hover,
.uibootstraptable .operate button.disabled,
.uibootstraptable .favorite button.disabled:hover,
.uibootstraptable .favorite button.disabled {
    color: grey !important;
    cursor: not-allowed !important;
}

.uibootstraptable tr td.operate .btn-group-edit,
.uibootstraptable tr.edit td.operate .btn-group-edit-valid,
.uibootstraptable tr.add td.operate .btn-group-edit-valid {
    display: inherit;
}

.uibootstraptable tr.edit td.operate .btn-group-edit,
.uibootstraptable tr.add td.operate .btn-group-edit,
.uibootstraptable tr td.operate .btn-group-edit-valid {
    display: none;
}

.uibootstraptable .uicolumn-hide {
    display: none;
}

.form-group-embedded {
    padding: 0px;
    margin: 0px;
}

.form-group-embedded .form-control{
    padding: 0px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0px !important;
    border-style: dashed;
}

.uibootstraptable tr:hover {
    background:none !important;
}