﻿/* Move down content because we have a fixed navbar that is 50px tall */
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;
    width: 100%;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 100%;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

table, th, td {
    text-align: center;
    max-width: none;
    overflow: auto;
}

thead {
    background-color: blue;
    color: white;
}

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;

}

.modalPopup {
    background-color: #FFFFFF;
    border-width: 2px;
    border-style: solid;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border: 2px solid black;
    border-radius: 12px;
    width: auto;
    height: auto;
}

.labelInfo {
    font-weight: bold;
    background-color: #D7EBF9;
    border-radius: 5px;
    text-align: center;
    color: #323232;
}

.labelData {
    color: #323232;
}

.panel {
    margin-bottom: 5px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-heading {
    padding: 5px 10px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-body {
    padding: 5px;
}

.sideBar {
    background-color: #eee;
    padding: 40px;
}

footer .container {
    margin-top: 40px;
    padding-top: 20px;
    border-top: solid 1px #999;
}

.tree div {
    min-height: 40px !important;
}

.navhead {
    /*background-image: url("../Content/images/headerShape_background.jpg") !important;
    background-repeat: repeat-x !important;*/
    background-color:black;
    padding-top: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.monWarningBouton:before {
    background-image: url("../Content/images/imgWarning.png");
}

.monOKBouton:before {
    background-image: url("../Content/images/imgSuccess.png");
}