/* 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. */

@font-face {
    font-family: 'assa_vestaregular';
    src: url('/lib/fonts/assa-vesta/eot/aavesbol-webfont/aavesreg-webfont.eot');
    src: url('/lib/fonts/assa-vesta/eot/aavesbol-webfont/aavesreg-webfont.eot?#iefix') format('embedded-opentype'),
         ;
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'assa_vestabold';
    src: url('/lib/fonts/assa-vesta/eot/aavesbol-webfont/aavesbol-webfont.eot');
    src: url('/lib/fonts/assa-vesta/eot/aavesbol-webfont/aavesbol-webfont.eot?#iefix') format('embedded-opentype'),
         ;
    font-weight: normal;
    font-style: normal;

}

.sidebar {
    background-color: #fff !important;
}

.nav-title {
    color: #2f353a !important;
}

.nav-link {
    color: #2f353a !important;
}

.nav-link.active {
    background-color: #20a8d8 !important;
	color:#fff !important;
}
	
.nav-link:hover{
    color:#fff !important;
}
	
.sidebar .nav-link.active .nav-icon{
    color:#fff !important;
}


.sidebar-minimized .sidebar .nav-dropdown-items .nav-item, .sidebar-minimized .sidebar .nav-dropdown-items .nav-item:hover{
	 background-color: #20a8d8 !important;
	 color:#fff !important;
}



.sidebar-minimized > .nav-icon:hover, .nav-dropdown-items > .nav-link{
	color:#2f353a !important;
}


.sidebar-minimized .sidebar .nav-dropdown-items .nav-item .nav-link:hover {
	color:#fff !important;
}

.sidebar-minimized .sidebar .nav-dropdown-items .nav-item .nav-link{
	color:#2f353a !important;
}

.accordion > .card {
    border-bottom: 1px solid #dddddd !important;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}


body {
	font-family: 'Open Sans', sans-serif;
	line-height: 26px;
	color: #1a1a1a;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .heading {
	font-family: 'assa_vestaregular', 'Open Sans', sans-serif !important;
}

p {
	font-family:'Open Sans', sans-serif !important;
}

a, .gLeader {
	font-family:'Open Sans', sans-serif !important;
	color: #1a1a1a !important;
	font-size: 14px;
	line-height: 22px;
}

.card-body > a, .text-right > a {
	text-decoration:underline !important;
}

a:hover {
	color: #1a1a1a;
	text-decoration-thickness: 2px;
}

.btn-primary {
	background-color: #00a0d0;
	border-color: #00a0d0;
	color: #fff !important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle, .btn-primary:hover {
	background-color: #0393be !important;
	border-color: #0393be !important;
	color: #fff !important;
}


	

.header-right {
    text-align: right !important;
}

.text-value{
	font-size: 2.3125rem
}

.pagination-ys {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
        border-style: none;
    }

.pagination-ys table > tbody > tr > td > a,
.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #0099CC;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    margin-left: -1px;
    z-index: 2;
    color: #aea79f;
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default;
}

.pagination-ys table > tbody > tr > td:first-child > a,
.pagination-ys table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination-ys table > tbody > tr > td:last-child > a,
.pagination-ys table > tbody > tr > td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination-ys table > tbody > tr > td > a:hover,
.pagination-ys table > tbody > tr > td > span:hover,
.pagination-ys table > tbody > tr > td > a:focus,
.pagination-ys table > tbody > tr > td > span:focus {
    color: #0099CC;
    background-color: #eeeeee;
    border-color: #dddddd;
}
		

.app-footer{
    text-align:center;
	margin:auto;
	padding: 10px 30px;
}
