﻿/* Style definitions */
body {
    background-color: rgb(208,214,224);
}

/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../../img/loading4.gif) center no-repeat #c3c3c37a;
}

@media (min-width: 660px) {
    /* name, job description, department and company font sizes on windows bigger than 660px */
    .n {
        font-size: 2.5em;
    }

    .role, .org {
        font-size: 1.6em;
    }
}

@media (max-width: 659px) {
    /* name, job description, department and company font sizes on windows smaller than 660px */

    .n {
        font-size: 1.6em;
    }

    .role, .org {
        font-size: 1em;
    }
}

.n {
    text-shadow: .05em .05em 0 white;
    font-weight: bold;
    margin-top: 0;
}

.role, .organization-unit, .organization-name {
    color: rgb(65,75,95);
    text-shadow: .07em .07em 0 white;
}

.organization-unit, .role, .org {
    font-weight: normal;
    margin-top: 0;
}

.list-group-item a {
    color: black;
}

.label {
    text-align: right;
    color: rgb(0,52,115);
    font-weight: normal;
    font-size: 1em;
}

.value {
    overflow-x: auto;
}

#qr-code img {
    width: 100%;
}

#footer hr {
    border-color: grey;
    margin-top: 0;
    margin-bottom: .8em;
}

#footer p {
    color: grey;
    font-size: .8em;
}

/* --------------------------------------------- */

/* Layout and positioning definitions */

.vcard {
    width: 90%;
    /* This is the perfect width where the 2 columns of my (Avi) card look good */
    max-width: 52.5em;
}

.gap {
    height: 1em;
}

#buttons img {
    width: 100%;
}

#social .label img {
    height: 1.6em;
    margin-top: -0.3em;
    margin-bottom: -0.3em;
}

#qr-code .label {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0;
    text-align: center;
    white-space: normal;
}

.container-fixed {
    margin-left: auto;
    margin-right: auto;
}

.list-group-item {
    /*			border: .07em solid grey; */
    color: black;
    font-weight: bold;
}

    .list-group-item:first-child {
        border-top-left-radius: .7em;
        border-top-right-radius: .7em;
    }

    .list-group-item:last-child {
        border-bottom-left-radius: .7em;
        border-bottom-right-radius: .7em;
    }

.img-rounded {
    border-radius: 0.5em;
}

#footer {
    padding-left: 1em;
    padding-right: 1em;
}
