﻿body {
    padding-top: 0px;
    padding-bottom: 20px;
}

body {
    background-image: url(../images/bg_slice.png);
    background-repeat: repeat-x;
    background-color: #000;
    font-family: "Myriad Web Pro", Calibri, "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    font-weight: normal;
    line-height: 1.5;
}

div#layout-main {
    background-image: url(../images/brillant.png);
}

div#body-main {
    padding-right: 0.9325rem;
    padding-left: 0.9325rem;
}

.top-bar, .top-bar ul {
    background-color: #e6e6e6;
    padding:0px;
}

.menu {
    margin: 0;
    list-style-type: none;
}

nav ul {
    padding: 0px;
    margin: 0px;
}

button.menu-icon.dark {
    background-color: #e6e6e6;
    margin-bottom: 0px;
}


.menu-icon.dark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer;
}

#sm_menu_text {
    font-size: 1.2em;
    font-weight: bold;
    vertical-align: middle;
    padding-left: 10px;
}

nav ul li a {
    padding: 0 18px;
    display: block;
    color: #333;
    font-size: 1.077em;
    text-decoration: none;
    line-height: 24px;
}

nav ul li {
    border: 1px solid #dbdbdb;
    background: #f6f6f6;
    display: block;
    margin: 0 0px -1px 0;
}

#masthead div.show-for-medium.hide-for-large, #masthead div.show-for-small.hide-for-medium {
    text-align: center;
}

@media print, screen and (max-width: 40em) {
            .top-bar {
            padding: 0.5rem;
        }
    }

@media print, screen and (min-width: 40em) {
    #body-main {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}




.tabs > li.active > a, .tabs > li.active > a:hover, .tabs > li.active > a:focus {
    color: #fff;
    background-color: #1763ba;
}

.tabs > li > a {
    border-radius: 4px;
}

.tabs > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.tabs {
    margin: 0;
    background: #fefefe;
    list-style-type: none;
    border:none;
}

button, .button  {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0.2em;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #1763ba;
    color: #fefefe;
}

    .button:hover, button:hover, .button:focus, button:focus {
        background-color: #14549e;
        color: #fefefe;
    }

.tabs li a:hover {
    text-decoration: none;
    background-color: #eee;
    color: #14549e;

}

.user-display {
    float: right;
    padding: 0 12px;
    color: #F5F5F5;
}

.user-display a {
    color: #F5F5F5;
}

.user-display a:hover {
    text-decoration:underline;
}
#layout-user {
 height:24px;
 margin-bottom:20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}
