/* Move down content because we have a fixed navbar that is 3.5rem tall */
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

    a.article,
    a.article:hover {
        background: #6d7fcc !important;
        color: #fff !important;
    }

    a.download {
        background: #fff;
        color: #7386D5;
    }
body {
  padding-top: 3.5rem;
}

body {
    background: #fafafa;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9em;
}
.nav-item a{
    font-size: 0.9em !important;
}
.nav-tabs .active a {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.second-menu {
    margin-top: 1.5em;
    margin-bottom: 1em;
}

    .second-menu > .selected {
        color: #0bbbf3;
    }
.margin-top-1 {
    margin-top: 1em;
}
.margin-top-2 {
    margin-top: 2em;
}
.margin-top-sm {
    margin-top: 0.5em;
}
.margin-top-3 {
    margin-top: 3em;
}
.margin-bottom-0 {
    margin-bottom: 0;
}
.margin-bottom-1 {
    margin-bottom: 1em;
}
.margin-left-1 {
    margin-left: 1em;
}
.margin-left-3 {
    margin-left: 3em;
    
}
.margin-right-1 {
    margin-right: 1em;
}

.margin-right-2 {
    margin-right: 2em;
}
.padding-top-1 {
    padding-top: 1em;
}
.cursor-pointer{
    cursor:pointer;
}
.scrolling-300 {
    max-height: 350px;
    width:100%;
    margin-bottom: 10px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}
.margin-left-10 {
    margin-left: 10px;
}
.margin-left-20 {
    margin-left: 20px;
}
.margin-left-30 {
    margin-left: 30px;
}
.margin-left-40 {
    margin-left: 40px;
}
.margin-left-50 {
    margin-left: 50px;
}
.margin-left-60 {
    margin-left: 60px;
}
.cursor-pointer{
    cursor:pointer;
}
.contentloading {
    padding: 50px 20px 30px;
    margin: 10px auto;
    background-color: transparent;
    min-height: 150px;
    width: 400px;
    min-width: 400px;
    max-width: 600px;
    text-align: center;
    font-size: 1em;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: white;
}
.loadingGif {
    width: 100px;
    height: 100px;
    top: 10px;
    margin: 0 auto;
    background-image: url(../css/images/loading.gif);
    background-size: 100px 100px;
    float: none;
    background-repeat: no-repeat;
}

.headerlogin {
    background-color: #315a86 !important;
    color: #ffffff;
}