html {
  font-size: 14px;
}


@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.waterkard-color {
    color: #186abc;
}
.table-btn {
    width: 28px;
    text-align: center;
    height: 27px;
    padding-top:2px;
    border-radius:5px;
    display:block;

}

/*sidebar*/
.waterkard-logo
{
    width:100px;

}
/*sidebar-end*/
/*Header*/
.waterkard-header
{
    height:82px;
}
/*header-end*/
/*sidebar*/
.gs-link::after {
    margin-left:115px;
    content: "\f078 ";
    font-size: 10px;
    font-family: FontAwesome;
    margin-top:10px;
}

.collapsed::after {
    margin-left: 115px;
    content: "\f077";
    margin-top: 10px;
    font-size: 10px;
    font-family: FontAwesome;
}
/*sidebar-end*/
/*data-table*/

.dataTables_wrapper .dataTables_paginate .paginate_button
{
    padding:0 8px!important;
    border-radius:5px!important;
}
.watercard-table {
    border-top: 1px solid rgba(0, 0, 0, 0.3)!important;
   
}
.dataTables_filter {
    margin-bottom: 25px;
    
}
table.dataTable thead th
{
    font-size:14px!important;
}
.table td
{
    font-size:14px;
    
}
/*
    .dataTables_wrapper .dataTables_paginate .paginate_button {
 
    z-index: 3;
    color: #fff!important;
    background-color: #fff!important;
    border-color: #ddd!important;
    border-radius:0px;
}
.dataTables_wrapper .dataTables_paginate span .current {
    background-color: #007bff !important;
    color: #fff!important;
    border-color: #007bff !important;
}
*/
div.dt-buttons .dt-button {
    background: #28a745;
    color: #fff;
    border: 1px solid #28a745;
    border-radius: 5px;
}
    div.dt-buttons .dt-button:hover {
        background: #28a745 !important;
        border: 1px solid #28a745!important;
        color: #fff;
    }
    /*data-table-end*/
    /*login-screen*/
    .login-card {
        width: 400px !important;
    }
.log-in-logo
{
    width:85px;
}
/*index-page*/
.driver-icon {
    font-size: 14px !important;
}
.vendor-table-btn
{
    padding:2px 10px;
    border-radius:5px;
}
.create-btn
{
    font-size:14px;
}
.dashboardcard-title {
    text-shadow: 0px 0 35px rgba(0, 0, 0, 0.55);
    font-size:40px;
}
.subscription-card {
    background-image: linear-gradient(to right, #4ecebc, #49be82);
}

.user-card {
    background-image: linear-gradient(to right, #61b1ebd9, #3D8DD5);
}

.vendor-card {
    background-image: linear-gradient(to right,#F66F6F, #E94949);
}
.total-revenue {
    background-image: linear-gradient(to right, #E4BB43, #D8A130);
}
.dashboard-card
{
    min-height:100px;
    border:1px solid #ddd!important;
    border-radius:10px!important;
   
   
   
}

    .subscription-card .card-body {
    background-image: url('/images/subscription.png');
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: bottom 11px right 1px;
    
}


.user-card .card-body {
    background-image: url('/images/user.png');
    background-size:60px;
    background-repeat: no-repeat;
    background-position: bottom 11px right 1px
}
.vendor-card .card-body {
    background-image: url('/images/vendors.png');
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: bottom 11px right 1px
}
.total-revenue .card-body {
    background-image: url('/images/diagram.png');
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: bottom 11px right 1px
}
/*index-page-end*/
/*detail-page*/
.waterkard-card {
    width: 50%;
}

.waterkard-card-body {
    padding: 30px;
}
/*detail-page-end*/
.waterkard-cards
{
    width:50%;
}
/*footer*/
.waterkard-footer {
    position: inherit !important;
    font-size:14px;
}
/*footer-end*/
@media only screen and (max-width:992px)

{
    .waterkard-card
        {
            width:100%;
        }
        .waterkard-card-body
        {
            padding:20px;
        }
    .login-card {
        width: 80% !important;
    }
.waterkard-cards {
    width: 100%;
}
}


@media only screen and (max-width:1100px) {
    .waterkard-wrapper {
        width: 700px;
        overflow-x: scroll;
    }
}