﻿/* 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. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.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: 99%;
}
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300,700);
body {
    /* Margin bottom by footer height */
    font-family: "Tahoma","Geneva", sans-serif;
 
    position: relative;
    min-height: 100%;
    margin: 0;
    background: #F0F0F0;
}
.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 50 !important;
    font-size: 12px;
    font-weight: bold;
}
.navbar {
    z-index: 200;
    box-shadow: rgba(0, 0, 0, 0.22) 0px 1px 1px 1px;
    padding: 0px 15px;
    background: rgb(255, 255, 255) !important;
}

.navbar-brand {
    /*color: #fff !important;*/
}
.btn-silver {
    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;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff !important;
    background-color: #545b62;
    border-color: #4e555b;
}
    .btn-silver:hover {
        color: whitesmoke;
    }

a {
    color: blue;
    font-family: Raleway, sans-serif;
    color: rgb(102, 102, 102) !important;
    text-transform: none !important;
    text-decoration: none !important;
    cursor: pointer !important;
}
    a:hover {
        color:black;
    }


h/*1 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    margin-bottom: 15px;
}*/

table {
    width: 100%;
    table-layout: fixed;
}

.tbl-header {
    background-color: rgba(255,255,255,0.3);
}

.tbl-content {
    height: 300px;
    overflow-x: auto;
    margin-top: 0px;
    border: 1px solid rgba(255,255,255,0.3);
}

.th-main {
    padding: 20px 15px;
    text-align: left;
    font-weight: 500;
    font-size: 12px;
    /*text-transform: uppercase;*/
    padding: 0.65rem !important;
    border-top: 0 !important;
    font-size: 14px !important;
    border: 0.1px solid #dee2e6 !important;
    font-weight: normal !important;
    font-family: "Tahoma","Geneva", sans-serif !important;
}

.td-main {
    padding: 15px;
    text-align: left;
    vertical-align: middle;
    font-weight: 300;
    font-size: 12px;
    /*color: #fff;*/
    padding: 5px 5px 5px 10px !important;
    border: 0.1px solid #dee2e6 !important;
    border-right: 0.1px solid #CCC !important;

}

thead {
    background-color:whitesmoke;
}

/* demo styles */




section {
    margin: 50px;
}


/* follow me template */
.made-with-love {
    margin-top: 40px;
    padding: 10px;
    clear: left;
    text-align: center;
    font-size: 10px;
    font-family: arial;
    /*color: #fff;*/
}

    .made-with-love i {
        font-style: normal;
        color: #F50057;
        font-size: 14px;
        position: relative;
        top: 2px;
    }

    .made-with-love a {
        /*color: #fff;*/
        text-decoration: none;
    }

        .made-with-love a:hover {
            text-decoration: underline;
        }


/* for custom scrollbar for webkit browser*/

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.dropdown-item {
    font-size:14px;
}
.dropdown-toggle {
    text-decoration: none !important;
}

.sidebar {
    /*position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 0;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    background: #FFF;
    box-shadow: 0 3px 6px rgba(0,0,0,0),0 3px 6px rgba(0,0,0,0.23);
}

    .sidebar a {
        color: #666 !important;
        text-transform: none !important;
    }

.sidebar-sticky {
 
    /*position: absolute;*/
    top: 48px; /* Height of navbar */
    height: calc(100vh - 48px);
    padding-top: 1.5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    padding-left: 15px;
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

    .sidebar .nav-link .feather {
        margin-right: 4px;
        color: #999;
    }

    .sidebar .nav-link.active {
        border-right: 5px solid #EE3338;
    }

        .sidebar .nav-link:hover .feather,
        .sidebar .nav-link.active .feather {
            color: inherit;
        }

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

.child-menu {
    display: none;
}

.alt-checkbox.medium, .alt-checkbox-label.medium {
    font-size: 14px;
    padding: 2px;
}

.parent-menu-item {
    font-weight: bold !important;
}

.child-menu a.nav-link.active {
    /*text-decoration: underline;*/
    color: red !important;
}

.tab-content.budget {
    background: #FFF;
    padding: 20px;
}

.tab-content.budget-user {
    background: #FFF;
    padding: 20px;
}

.inner-tab-content {
    padding: 20px;
    padding-bottom: 5px;
}

.nav-tabs .nav-item a.nav-link {
    min-width: 100px;
    text-align: center;
    background: #FFF !important;
    color: black !important;
    border: 0;
    margin-right: 10px;
    border: 1px solid #F0F0F0;
}

.nav-tabs.subtabs .nav-item a.nav-link {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #F1F1F1;
    color: #666;
}

    .nav-tabs.subtabs .nav-item a.nav-link.active {
        background: #FFF;
        border: 1px solid #F0F0F0;
        pointer-events: none;
        color: #0000CD;
    }

.nav-tabs .nav-item a.nav-link.active {
    background: #FFF !important;
    border: 1px solid #F0F0F0;
    pointer-events: none;
    color: #18436F;
}
.content {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.error {
    color:red !important;
}
.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,.5);
    z-index: 9999;
    display: none;
}

#loading-indicator {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 32px;
    height: 32px;
    margin-left: -32px;
    margin-top: -32px;
    border: 0;
    z-index: 9999;
}


.bootstrap-select .dropdown-item {
    font-size: 1rem;
    color: #212529 !important;
}

.bootstrap-select .dropdown-menu a:hover{
    text-decoration: none !important;
    color: #ffffff !important;
    background-color: #007bff !important;
}

.bootstrap-select .dropdown-menu:hover,
.bootstrap-select .dropdown-menu .active {
    background-color: #fff !important;
}



