/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19 Nov, 2021, 10:26:37 AM
    Author     : lokesaheb
*/

.btnstyle {
    color: white;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    display: block;
    width: 100%;
}


.contentwindow {
    background-color: white;
    padding:20px;
}


@media screen and (max-width: 767px) {
    .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #000000 !important;
    }
    
}



