﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}
.container {
    width: 95%;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}
.navbar .logout-resp {
    display: none;
}
.invoice-content div.dataTables_wrapper div.dataTables_filter label {
    font-weight: bold;
}

select option:disabled {
    cursor: not-allowed;
}
.input-checkbox {
    display: flex;
}

    .input-checkbox input {
        margin-right: 3px;
    }
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: 0px;
}
/*SiteSettings_page page css Start here*/




/*SiteSettings_page page css End here*/



/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    .theme-full-table table thead th {
        white-space: nowrap;
    }
    body .sidebar_wrapper .sidebar_nav li.active:before {
        right: inherit;
        left: 50%;
        transform: translateX(-50%) rotate(135deg);
        top: 35px;
    }
    .sidebar_wrapper .sidebar_nav li.active {
        min-height: 44px;
    }
    .client-information {
        gap: 5px;
    }
    .clients_sub_tabs_layout {
        flex-direction: column;
    }

        .clients_sub_tabs_layout .sidebar_wrapper {
            width: 100%;
        }

        .clients_sub_tabs_layout .sidebar_content {
            width: 100%;
        }

        .clients_sub_tabs_layout .sidebar_wrapper ul {
            display: flex;
            flex-wrap: wrap;
            gap: 5px;
        }

    .header-county .pull-right-display {
        display: flex;
        width: 100%;
        float: inherit !important;
    }

    .header-county {
        width: 100%;
        padding: 0;
    }

        .header-county .btn_SearchDiv {
            flex: 1;
        }

    .header-logo {
        border-bottom: 1px dashed #dddddd;
        padding-bottom: 5px;
    }



    .row-header {
        flex-direction: column;
        display: flex;
        align-items: center;
    }

        .row-header .col-xs-2 {
            width: 100%;
            text-align: left;
            margin-bottom: 5px;
        }

        .row-header .col-xs-10 {
            width: 100%;
            text-align: center;
            display: flex;
            justify-content: center;
        }
    .search-container .table-responsive {
        border: 0;
    }

        .search-container .table-responsive .dataTables_filter {
            text-align: right;
        }
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
    .navbar .logout-resp {
        display: block;
    }

    .btn_logoutDiv .signout-btn {
        display: none;
    }

    .navbar-header .navbar-toggle {
        position: absolute !important;
        right: 0;
        top: -110px;
    }
    body .main-header .navbar .navbar-toggle {
        padding: 10px;
        border: 1px solid #ddd !important;
        margin-right: 0;
    }
    .main-header .navbar-default {
        min-height:inherit;
    }
    .header .top-header {
        border: none;
    }
    .invoice-content .table-responsive {
        border: none;
    }
    .navbar .logout-resp .btn_logout {
        float: none;
        border-radius: 11px !important;
        margin-top: 0;
        margin-left: 0px;
        /*background: transparent;
        color: #333;*/
        font-size: 15px;
        border: none !important;
        outline: none !important;
        width: 100%;
        max-width: inherit;
        text-align: center;
        padding-left: 20px;
    }
    .dataTables_length .input-checkbox input {
        margin-left: 0;
        float: none;
        display: inline-block;
    }

    #InvoiceGrid_wrapper .col-sm-6 {
        width: 50%;
        display: inline-block;
        text-align: left;
    }

    div.dataTables_wrapper div.dataTables_length {
        text-align: left;
    }

    div.dataTables_wrapper div.dataTables_filter {
        text-align: right;
    }
    .main-header .navbar ul li.active a {
        background-color: #78a562 !important;
        color: #fff !Important;
        text-align: center;
        pointer-events:none;
    }

    .main-header .navbar ul li a {
        text-align: center;
    }
    body .btn_logoutDiv {
        margin-top: 4px;
    }
}


@media screen and (max-width:539px) {
    .invoice-select {
        flex-wrap: wrap;
    }
    .navbar-toggle{margin-right:0px;}
    .top-header .row-header {
        display: block;
        margin-bottom: 0px;
    }
    body .invoice-select .selectbox + .selectbox {
        margin-left: 0;
    }
    .invoice-header-btn{
        padding:0px;
    }
    .invoice-header-btn .pull-right{
        float:inherit;
    }
    .invoice-select .selectbox {
        margin-right: 5px;
        margin-bottom: 5px;
    }

    #InvoiceGrid_wrapper .col-sm-6 {
        width: 100%;
    }

    .invoice-content span {
        width: 110px;
        display: inline-block;
        text-align: right;
    }

   

    div.dts div.dataTables_length {
        margin-bottom: 5px;
    }

    body .container {
        width: 98%;
    }

    .main-header .navbar ul li.active a {
        /*background-color: #78a562 !important;*/
        background-color: #ff8b22 !important;
        color: #fff !Important;
        text-align: center;
    }.main-header .navbar ul li a {
        text-align:center;
    }

    .logout-resp .btn_logout {
        float: none;
        border-radius: 11px !important;
        margin-top: 0;
        background: #21449c;
        color: #fff;
        font-size: 15px;
        border: none !important;
        outline: none !important;
        width: 100%;
        max-width: inherit;
        text-align: center;
        padding-left: 20px;
    }

}
@media screen and (max-width:479px) {
    body .main-header .navbar .navbar-toggle {
        top: -104px;
        height: 36px;
        margin: 0;
    }
   
    .header .top-header .col-xs-2 {
        width: 100%;
    }
    .client-detail-outer-row {
        flex-wrap: nowrap;
    }
    .client-information {
        flex-direction: column;
        align-items: flex-start !important;
    }

        .client-information .center-line {
            display: none;
        }
}





