﻿/*body {
    padding-bottom: 20px;
    font-family: 'Vinci Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.btn-primary, .btn-primary[disabled] {
    background-color: #015d36 !important;
    border-color: #015d36 !important;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.align-right {
    text-align: right;
}

/******** MENU ********/

.navbar-inverse .navbar-collapse {
    margin-top: 10px;
}

.navbar-inverse {
    background-color: white;
    height: 110px;
    border-bottom: 1px solid #015d36;
}

.navbar-nav {
    margin-top: 10px
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:visited {
    color: #015d36 !important;
    margin: 5px
}

.container > .navbar-header {
    margin: 10px 50px 0px 0px;
}

.navbar > .container .navbar-brand, .navbar > .container {
    color: #015d36;
    font-size: 18px;
    font-weight: 300;
    line-height: 50px;
    margin: 0 auto;
}

.navbar-nav > li.active, .navbar-nav > li:hover, .navbar-nav > li:focus {
    background: rgba(255, 255, 255, 0.2);
    border-bottom: solid 3px rgba(255, 255, 255, 0.2);
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #015d36 !important;
    background: none;
}


/* enable absolute positioning */
.inner-addon {
  position: relative;
}

/* style glyph */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align glyph */
.left-addon .glyphicon 
{ 
    left: 0px; /* 50% */ 
    top: -2px; 
}

.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }


.avatar {
    width: 42px;
    height: 42px;
    border-radius: 50px;
    margin-right: 5px;
}

.initials {
    background: #015d36;
    color: white;
    font-weight: 100;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 42px;
    font-size: 26px;
}

.avatarLink {
    padding: 7px !important;
}

#logoutBtn {
    display: inline !important;
}