﻿/* 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) {
    /* 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: -70px;
    }
    body .main-header .navbar .navbar-toggle {
        padding: 10px;
        border: 1px solid #ddd !important;
    }
    .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: #21346c !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;
    }

    .header-logo {
        text-align: center;
    }

    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: #21346c !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: #c70e0e;
        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: -60px;
        height: 36px;
    }
    .header .top-header .col-xs-2 {
        width: 100%;
    }
    .headerRight-content .pull-right-display {
        justify-content: flex-start;
    }
}



