/* 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. */

/*.fa {
    padding: 0 10px;
}
*/
.btn-custom {
    background: #0495d1;
    color: #fff;
    padding-right: 20px;
}

    .btn-custom .fa {
        padding: 0 10px;
    }

.sidebar {
    background: #0495d1;
}

    .sidebar .nav-link.active {
        background: #006a97;
    }

    .sidebar .nav-link .nav-icon {
        color:#fff;
    }
    .sidebar .nav-title {
        background: #0088c0;
    }
	
	.sidebar .nav-link#menuRFMagazine{
	text-indent: -999px;
}
.sidebar .nav-link#menuRFMagazine:before{
	content: "E-magazine";
    position: absolute;
    text-indent: 1001px;
    right: 78px;
    display: inline-block;
    top: 12px;
    white-space: nowrap;
    color: #fff;
    z-index: 999;
}
.sidebar .nav-link#menuRFMagazine .nav-icon{
	text-indent: 999px;
}