/*  Responsive table CSS  */
/*
    .ow-swipe-notice{
        top: 100px!important;
    }
*/
    .ow-swipe-notice:before{
        background-color: #005bab!important;
        color: #fff!important;
        z-index:3000!important;
    }

    .ow-swipe-notice:after{
        z-index:3000!important;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='30px' height='18px' viewBox='0 0 30 18' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M17.5 8h-5c-.3 0-.5-.2-.5-.5V5c0-1.6 1.3-3 3-3s3 1.3 3 3v2.5c0 .3-.2.5-.5.5zM13 7h4V5c0-1.1-.9-2-2-2s-2 .9-2 2v2z'/%3E%3Cpath fill='%23fff' d='M19.5 18c-.3 0-.5-.2-.5-.5V5c0-2.2-1.8-4-4-4s-4 1.8-4 4v12.5c0 .3-.2.5-.5.5s-.5-.2-.5-.5V5c0-2.8 2.2-5 5-5s5 2.2 5 5v12.5c0 .3-.2.5-.5.5zM4.5 9h-.1l-4-1c-.3-.1-.4-.3-.4-.6l.5-4c0-.2.3-.4.5-.4.3 0 .5.3.4.5L1 7.1l3.6.9c.3.1.4.4.4.6-.1.2-.3.4-.5.4zM29.5 8c-.1 0-.3-.1-.4-.2-1.5-1.6-3.6-2.7-6.8-3.4-.2 0-.3-.3-.3-.5s.3-.4.6-.4c3.3.8 5.6 1.9 7.3 3.7.2.2.2.5 0 .7-.2 0-.3.1-.4.1z'/%3E%3Cpath fill='%23fff' d='M.5 8c-.1 0-.2 0-.3-.1-.2-.2-.3-.5-.1-.7C1.7 5.5 4 4.3 7.4 3.5c.2 0 .5.1.6.4 0 .2-.1.5-.4.5-3.2.8-5.3 1.8-6.8 3.4-.1.1-.2.2-.3.2z'/%3E%3C/svg%3E")!important;
    }    
    
 .table-responsive>.fixed-column {
        position: absolute;
        display: inline-block;
        width: auto;
        background-color: #fff;
        margin-left: -17px;
        height: auto;
        z-index: 2000;
}

@media(min-width:667px) {
    .table-responsive>.fixed-column {
        display: none;
    }
}
  
    /*  Desktop  */
    @media screen and (min-width: 1280px){
        .ow-swipe-notice{
            display: none;
        }
    }
    
    
/*  iPad landscape  */
            @media screen and (max-width: 1279px) and (min-width: 992px){
                
                .ow-swipe-notice{
                    visibility: hidden!important;
                }
            }
    @media screen and (min-width: 1024x){
        .hide-md{
            display: none;
        }
    }

 /*  iPhone portrait  */   
    @media screen and (max-width: 575px){

                .table-responsive{
                    border: 0!important;
                }
                .Row-title{
                    font-size: 13px!important;
                    padding: 5px;
                    white-space: normal;
                }
                .table-responsive>.fixed-column{
                    width: 150px!important;
                    margin-left: -10px!important;
                }
                .table>thead>tr>th{
                    vertical-align: middle!important;
                }
                .table, .table-striped, .table-hover, .table-condensed{
                    margin-left: 28px!important;
                }
    }
    .table>thead>tr>th, .ow-title{
        vertical-align: top!important;
    }
   
    .table>thead>tr>th{
        border-top: none!important;
        border-bottom: none!important;
/*        vertical-align: middle!important;*/
    }
    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
        border-top: none!important;
/*        vertical-align: middle!important;*/
    }
@media screen and (min-width: 992px){
    .ow-table-content{
        width: 900px;
        margin: 0 auto;
}
    .table, .table-striped, .table-hover, .table-condensed{
        border: 1px solid #f8f8f8;
    }
}
