﻿/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    /* min-height: 100%; */
}

.footer {
    background-color:#f6eeee;
    opacity:0.9;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.avatar-image {
    height: 24px;
    margin-right: 5px;
    border-radius: 24px;
}

.profile-image {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    width: 100%;
}

.drop-default {
    border-radius: 4px;
    background-color: #EEF8FD;
    border-color: #ffffff;
    border-style: solid;
    width: 155px;
}

.drop-highlight {
    border: dashed;
    border-color: #6495ED;
}

.allow-copy{
    cursor: copy !important; 
}

.access-key {
    text-transform:none;
    border-style:solid;
    border-width:thin;
}

/* Card */
.card-header {
    background-color: #ffffff;
    border-bottom: 0px;
}
a.card-link {
    color: #000000 !important;
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* 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;
}

.form-group {
    margin: 0px 0px 10px 0px;
}

.radio, .checkbox {
    padding-left: 0px;
}

.form-group label.control-label {
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
    font-weight: 400;
}

.form-group .checkbox label, .form-group .radio label, .form-group label {
    color: #555;
}

.form-group.is-focused .checkbox label, .form-group.is-focused label.checkbox-inline {
    color: #555;
}

.navbar.navbar-inverse {
    background-color: #101010;
    color: #ffffff;
}

.panel > .panel-heading, .panel.panel-default > .panel-heading {
    background-color: #f9f9f9;
}

.panel-title {
    font-size: 20px;
}

.btn.btn-fab span.glyphicon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-12px, -13px);
    -ms-transform: translate(-12px, -13px);
    -o-transform: translate(-12px, -13px);
    transform: translate(-12px, -13px);
    line-height: 24px;
    width: 24px;
    font-size: 12pt;
}

.btn-group {
    margin-top: 0px;
    margin-bottom: 0px;
}


.navbar-toggle {
    color: #ffffff;
}

.loginDivider {
    position: relative;
    top: -45px;
    font-size: 25pt;
    color: #ccc;
    text-align: center;
    margin-bottom: -20px;
    z-index: 1;
    text-transform: uppercase;
}

.loginDividerBackground {
    border-radius: 50%;
    width: 55px;
    height: 50px;
    background-color: white;
    position: relative;
    top: -75px;
    margin: 0 auto;
    margin-bottom: -50px;
}

dev.user-roles {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto
}