﻿body {
    padding-top: 50px;
    padding-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;
}

#main-content {
    padding-top: 10px;
    padding-left: 300px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    #main-content {
        padding-left: 15px;
    }
}

footer {
    background-color: #fafafa;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.col-header {
    cursor: pointer;
}

.col-center {
    text-align: center;
}

.col-left {
    text-align: left;
}

.col-right {
    text-align: right;
}

.col-action {
    text-align: right;
    white-space: nowrap;
    width: 175px;
}

.col-action-remove {
    width: 15px;
}

.col-date {
    text-align: center;
    white-space: nowrap;
}

.col-num {
    text-align: right;
}

.navbar-action {
    border-bottom: 1px solid rgba(0,0,0,.12);
    padding: 15px 20px 0px 20px;
    margin: -5px -15px 0px -20px;
    background-color: #fafafa;
    /*top: 55px;
    position: sticky;
    z-index: 35;*/
}

.navdrawer-header {
    height: 56px;
}

.form-container {
    padding: 15px;
}

.delete {
    margin: 50px;
}

.card-margin {
    margin-bottom: 10px;
}

.page-title {
    color: #272f57 !important;
}

.extraction {
    margin: 5px;
    padding: 10px;
    background-color: #AB987A;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    box-sizing: border-box;
    text-align: center;
    color: white;
    text-decoration: none !important;
    transition: transform .2s; /* Animation */
}

    .extraction:hover {
        color: #272f57;
        transform: scale(1.015);
        opacity:0.9;
    }

    .extraction:active {
        color: #49793B;
    }

    .extraction:focus {
        color: #49793B;
    }

/*.page-title:after {
        content: url(../images/puce.png)
    }*/







/* TODO with SAAS */
.btn {
    background-color: #272f57;
    margin: 0px 2px;
    padding-left: 20px;
    padding-right: 20px;
    /*border-radius: 20px;*/
    /*box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    box-sizing: border-box;*/
}

    .btn:active {
        background-color: #AB987A;
    }

.bg-primary {
    background-color: #49793B !important;
}

input[type="text"]:active {
    border-bottom-color: #AB987A !important;
}

.active {
    color: #49793B !important;
}

.nav-link:active {
    color: #49793B !important;
}

.col-action a {
    color: #49793B !important;
}

.navdrawer-header {
    color: #272f57 !important;
}

.alert-primary {
    background-color: #6A75A1 !important;
    color: white;
}

.picker-button-today {
    color: white;
}

    .picker-button-today:hover, .picker-button-today:focus {
        color: #49793B;
    }

.picker-button-clear {
    color: white;
}

    .picker-button-clear:hover, .picker-button-clear:focus {
        color: #49793B;
    }

.picker-button-close {
    color: white;
}

    .picker-button-close:hover, .picker-button-close:focus {
        color: white;
    }

.picker-date-display {
    background-color: #272f57 !important;
}

.picker-day-selected {
    background-color: #49793B !important;
}

.picker-day-today {
    color: #AB987A !important;
}


/*picker-day picker-day-infocus picker-day-today picker-day-selected picker-day-highlighted*/


/* Background image */
.jumbotron {
    text-align: center;
    padding-top: 6rem;
    padding-bottom: 6rem;
    text-shadow: 2px 2px #000;
    border-radius: 2px !important;
}

.lead span {
    color: orange;
    font-weight: bold;
}

.bg-cover {
    background-size: cover;
    color: white;
    background-position: center center;
    position: relative;
    z-index: 0;
}

.overlay {
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    border-radius: 2px !important;
}

.bg-cover {
    background-image: url('../images/back.jpg');
}