﻿/* 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. */

/*AJAX loading*/
#ajaxBusy {
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
}

    #ajaxBusy span {
        background: url(images/ajax-loading.gif) no-repeat;
        width: 40px;
        height: 40px;
        float: right;
        margin: 9px 9px 0px 0px;
    }

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}



/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}


.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    font-family: Verdana,Arial,sans-serif !important;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: #ecf0f5;
}

div, table, tr, td, span, p, header, footer, input, select, textarea, img
{
    max-width:100%;
}


.header {
    background-color: #413d3a;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #2c1c1c;
    color: #b3ada6;
}



.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto
{
    padding-left:5px;
    padding-right:5px;
}



h1 {
    font-size: 26px;
}

h2 {
    font-size: 22px;
}

.dvWrapper {
    min-height: calc(100vh - 60px);
    /*background-color: #ecf0f5;*/
}

.content-header {
    position: relative;
    display: inline-block;
    width:100%;
}

.panel
{
    background-color:#fff;
    margin-top:10px;
    margin-bottom:10px;
    padding:10px;
}

.row
{
    margin-left:0;
    margin-right:0;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}


.btn {
    border-color: #367fa9;
    border-radius: 3px;
    vertical-align:unset;
}

.btn-blue {
    margin: 0 auto;
    padding: 4px 10px;
    font-size: 14px;
    color: #fff;
    background-color: #3c8dbc;
    border-color: #367fa9;
    border-radius: 3px;
}

.btn-search {
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 2px 10px;
    min-width: 150px;
    font-size: 16px;
    color: #fff;
    background-color: #3c8dbc;
    border-color: #367fa9;
    border-radius: 3px;
}

.control-label {
    float: right;
    padding: 0.375rem 0px;
    font-weight: bold;
    text-align:right;
}
.form-control {
    display:inline-block;
    padding: 0.375rem 5px;
    width:auto;
}


.headerlogo {
    max-height: 78px;
    height: 55px;
}


.navbar-brand
{
    margin-right:2rem;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-link {
    color: #fff;
}
.nav-link:hover {
    color: #cfa02b;
}
.dropdown-menu .nav-link {
    color: #000;
}
.dropdown-menu .nav-link:hover {
    color: #cfa02b;
}

.modal-content .pull-left small {
    display: none;
}

.form-check-inline {
    width: 180px;
    min-width: 31%;
    align-items: start;
}

    .form-check-inline .form-check-input
    {
        margin-top:0.3rem;
    }

    .form-radio-inline {
        display: inline-flex;
        align-items: center;
        padding-left: 0;
        margin-left: 1rem;
        margin-right: 2rem;
        min-width: 60px;
    }

.autoheight {
    height: auto !important;
}

.noborder {
    border: none !important;
}

.blocked {
    display: block !important;
}

.ui-widget {
    font-size: 1em !important;
}
.ui-widget-content a {
    color: #007bff;
}

table {
    padding: 0px;
    margin: 0px;
    border-left-width: 0px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-top-width: 0px;
    border-color: #363636;
    border-style: solid;
}
th {
    border-color: #363636;
    border-style: solid;
    border-right-width: 0px;
    border-left-width: 1px;
    border-bottom-width: 0px;
    border-top-width: 1px;
    padding: 5px;
    min-width: 35px;
}
td {
    padding: 5px;
    border-left-width: 1px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-top-width: 1px;
    border-color: #363636;
    border-style: solid;
    text-align: center;
    min-width: 35px;
}

.modal-dialog
{
    max-width:760px !important;
}

.dvExcelData {
    float: left;
    width: 100%;
    padding: 10px;
    border-bottom: solid 1px #999;
}

.dvExcelData h4 {
    float: left;
    width: 100%;
    color:#3c8dbc;
}

.dvExcelData ul {
    float: left;
    width: 100%;
    margin:0;
    padding:0;
    list-style:none;
}

.dvExcelData ul li {
    float: left;
    width:100%;
}

    .dvExcelData ul li ul {
        float: left;
        width: 100%;
        list-style: none;
        border-bottom: solid 1px #eee;
    }

    .dvExcelData ul li ul li {
        float: left;
        width:180px;
        padding: 5px;
        padding-left:10px;
        padding-right:10px;
    }

ul.side-menu
{
    list-style:none;
    margin:0;
    padding:0;
}
ul.side-menu li {
    margin: 0;
    padding: 0;
    padding-top:5px;
    padding-bottom:5px;
}
    ul.side-menu li a{
        color:#000;
    }