﻿@media screen and (max-width: 800px) {
    .btn-download {
        display: block;
        max-width: 50px;
        max-height: 50px;
        width: auto;
        height: auto;
    }

    table{
        font-size:12px;
    }

    .btn-download {
        display: block;
        max-width: 50px;
        max-height: 50px;
        width: auto;
        height: auto;
    }

    .ok-img {
        width: 30px;
        height: 30px;
    }
}

@media screen and (min-width: 800px)
{
    .btn-download
    {
        display: block;
        max-width: 60px;
        max-height: 60px;
        width: auto;
        height: auto;
    }
}

.background-white {
    background-color: white;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #ddd;
    width: 92%;
    margin: 0 auto;
}

.search-icon {
    padding-left: 18px;
}

.default-bg {
    background-image: url('images/seamless-white-bg.jpeg');
}

.label-wippi {
    font-weight: 700;
    color: #0067AC !important;
}

.btn-wippi {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.5rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-color: #0067AC;
    color: #ffffff;
    border-color: lightblue;
}

.btn-wippi:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: steelblue;
}

.btn-outline-wippi {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #0067AC;
    border-color: #0067AC;
    background-color: aliceblue;
}

.btn-outline-wippi:hover {
    color: #ffffff;
    background-color: #2194f3;
}

.err-img {
    width: 20px;
    height: 20px;
}

.rpad-18 {
    padding-right: 18px
}

.lpad-18 {
    padding-left: 18px
}

.dataTables_wrapper {
    font-family: 'Ubuntu', sans-serif;
}

.grid-style{
    width: 80% !important;
}

.light-gray-bg{
    background-color: #fbfbfb;
}

.card-header-wippi {
    font-size:larger;
    text-align:center;
    color:whitesmoke;
    background-color: #0067AC;
}

.background-alice {
    background-color: aliceblue;
}

.report-problem-icon{
    width: 1.8rem;
    height: 1.8rem;
}

.fullwidth
{
    width: 100%;
    max-width: 100%;
}
