/*
Template Name: AttendR
Author: Tanay
*/

@font-face {
    font-family: "Museo Slab";
    src: url(../fonts/museo700.otf);
    font-weight: 700;
}
@font-face {
    font-family: "Museo Slab";
    src: url(../fonts/museo_slab_500.otf);
    font-weight: 500;
}
@font-face {
    font-family: "Museo Slab";
    src: url('../fonts/museo_100.otf');
    font-weight: 100;
}
@font-face {
    font-family: "Museo Slab";
    src: url(../fonts/Museo_Slab_500italic.otf);
    font-style: italic;
}
body{
    font-family: "Museo Slab";
}
#page-container {
    position: relative;
    min-height: 100vh;
    padding-bottom: 2.5rem;
}
#footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
}
.nav-link,.dropdown-item{
    color: #174ea6!important;
}

nav .show>.nav-link{
    background:#2196F3;
    color: #ffffff;
}
.buttons-excel{
    margin: 0px 20px;
}

.select2-container .select2-selection--single
{
    height: calc(1.6em + 0.75rem + 2px)!important;
}


.select2-container--default .select2-selection--single .select2-selection__rendered
{
    line-height: calc(1.6em + 0.75rem + 2px)!important;
}


.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(1.6em + 0.75rem + 2px)!important;
}