﻿#user-account-info {
    float: right;
}

#main-header-container {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.server-action-menu {
    background-color: transparent;
    background-image: linear-gradient(to bottom, rgba(93,93,93, 0.2) 0%, rgba(111, 111, 111, 0) 100%);
    background-repeat: repeat;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
    overflow-x: auto;
}

.main-content-container {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.logo {
    font-family: "Abel", "Fira Sans";
    float: left;
    margin: 1em;
    padding: 0;
}

/*h1.title {
    font-size: medium;
    font-weight: 600;
    color: #b92b28;
    letter-spacing: 0.01em;
    word-spacing: 0.05em;
    padding: 0;
    margin: 30px 0 0 0;
}*/

h1.title {
    font-family: 'Abel', sans-serif;
    margin: 19px 0 0 0;
    padding: 0;
    font-size: 1.5em;
    letter-spacing: 0.015em;
    word-spacing: .05em;
    font-weight: 600;
}

/*h1.motto {
    font-weight: 400;
    font-size: small;
    color: #000000;
    letter-spacing: 0em;
    word-spacing: 0em;
    padding: 0;
    margin: 0.4em 0 0 0;
}*/

h1.motto {
    font-family: 'Fira Sans', sans-serif;
    color: #790306;
    margin: 0.25em 0 0 0;
    padding: 0;
    font-size: .87em;
    letter-spacing: .008em;
    font-weight: 800;
    font-style: oblique;
}

.nav-tabs .border-bottom-navtab {
    border: 0px solid !important;
    border-bottom: 4px solid #0094ff !important; 
    border-radius: 3px 3px 0 0 !important;
    margin-top: 5px;
    padding-bottom: 4px;
}

/*.nav > li > a {
    color: black !important;
}*/

/*.nav > li > a:hover, .nav > li > a:focus {
             text-decoration: none;
             background-color: #fff !important;
         }*/

.nav-tabs {
    border-bottom: 0px !important;
}

.body-bg-color {
    background-color: #f4f8f9 !important;
}

.mycard {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0.25rem;
}

/*.fontclass { 
    font-family: 'Open Sans', sans-serif;
}*/

.font-weight-semi-bold { 
    font-weight:600;
    /*color: #0094ff;*/
}



