@font-face {
    font-family: 'Roboto-Regular';
    src: url("/assets/meta/t5-paraoa/1e3a70fd/fonts/Roboto-Regular.ttf");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'RobotoSlab-Regular';
    src: url("/assets/meta/t5-paraoa/8518df89/fonts/RobotoSlab-Regular.ttf");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'RobotoCondensed-Regular';
    src: url("/assets/meta/t5-paraoa/a860f8ad/fonts/RobotoCondensed-Regular.ttf");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Oswald-Bold';
    src: url("/assets/meta/t5-paraoa/a7ece051/fonts/Oswald-Bold.ttf");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Oswald-Light';
    src: url("/assets/meta/t5-paraoa/3e67f051/fonts/Oswald-Light.ttf");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Oswald-Regular';
    src: url("/assets/meta/t5-paraoa/1e9fc9fc/fonts/Oswald-Regular.ttf");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'FuturaB';
    src: url("/assets/meta/t5-paraoa/a67ee219/fonts/FUTURAB.TTF");
    font-weight: normal;
    font-style: normal
}

.main-header .logo-paraoa {
    font-family: FuturaB, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 50px;
    text-align: center;
}

.skin-blue-light .main-header .navbar {
    background-color: #218ad7;
}

.skin-blue-light .main-header .logo {
    background-color: #218ad7;
    border-bottom-color: rgba(0, 0, 0, 0);
    border-bottom-style: solid;
    border-bottom-width: 0;
    color: #ffffff;
}

body {
    font-family: Roboto-Regular, 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

th[data-grid-column-sort] a {
    background: transparent;
    padding-right: 5px;
}

th[data-grid-column-sort] a:after {
    font-family: FontAwesome;
    content: " \f0dc";
}

th[data-grid-column-sort="ascending"] a:after {
    font-family: FontAwesome;
    content: " \f0de";
}

th[data-grid-column-sort="descending"] a:after {
    font-family: FontAwesome;
    content: " \f0dd";
}

.div-empty {
    font-style: italic;
    text-align: center;
    padding: 2px;
}

.scrollbar {
    background-color: lightgray;
    height: auto;
    max-height: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
    min-width: 135px;
    margin-top: 0px;
}

.modal-footer {
    background-color: #fff;
}

fieldset {
    border: 1px groove #ddd;
    padding: 0 8px 8px;
    margin: 0 5px 1em 5px;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend {
    border: solid 1px #DDD;
    border-bottom: none;
    margin-bottom: 0px;
    width: auto;
    border: none;
    font-size: 15px;
    font-style: italic;
}

footer {
    font-size: 12px;
}

.tableau-paraoa {
    border: 1px solid #d2d6de;
    border-collapse: collapse;
    width: 100%;
}

.tableau-paraoa th {
    background-color: #e6e6e6;
    border: 1px solid #d2d6de;
    padding: 5px;
    color: #333;
}

.tableau-paraoa td {
    border: 1px solid #d2d6de;
    padding: 2px;
    color: #333;
    vertical-align: top;
}

.tableau-paraoa tr:hover {
    background-color: #f9f9f9
}

.tableau-paraoa p {
    margin-bottom: 0px
}

.modal-header {
    border-bottom-color: grey;
    border-bottom-width: 1px;
}

.modal-body {

}

.modal-footer {
    border-top-color: none;
}

.popover {
    white-space: pre-wrap;
    color: black;
}

.popover-title {
    color: black;
}

#pastille {
    width: 100%;
    height: 100%;
}

div .callout-gris {
    color: white !important;
    background-color: gray !important;
    margin: 0 0 20px;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #555555;
    border-radius: 3px;
}

i .vert {
    color: green !important;
}

i .rouge {
    color: red !important;
}

.titre-menu {
    color: rgb(132, 132, 132);
    font-size: 12px;
    font-weight: 400;
}

/*! Début configuration affichage par défault pour tapestry */
.date, .telephone {
    max-width: 120px;
}

.taille-30 {
    width: 30%;
}

.taille-50 {
    width: 50%;
}

.taille-40 {
    width: 40%;
}

.taille-70 {
    width: 70%;
}

.taille-100 {
    width: 100%;
}

label.control-label {
    width: 200px;
    float: left;
    margin-bottom: 0;
    padding-top: 7px;
    padding-right: 20px;
    text-align: right;
    float: left;
}

label.col-sm-2, label.col-sm-3, label.col-sm-4, label.col-sm-5, label.col-sm-6, label.col-sm-7, label.col-sm-8, label.col-sm-9,
label.col-sm-10, label.col-sm-11, label.col-sm-12 {
    width: auto;
    min-width: 30%;
}


.input-group .form-control {
    display: block;
    width: auto;
    height: 29px;
}

.input-group {
    display: block;
    height: 29px;
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}

select {
    width: auto;
}

.form-control {
    width: auto;
    height: 29px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

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

.form-group .datetime-form {
    display: flex;
    flex-direction: row;
}

.form-group .datetime-form .time {
    max-width: 80px;
}

input.form-control.taille-70 {
    width: 70%;
}

input.form-control.taille-50 {
    width: 50%;
}

input.form-control.taille-30 {
    width: 30%;
}

input.form-control.taille-40 {
    width: 40%;
}


input[type="radio"], input[type="checkbox"] {
    width: auto;
}

.form-group .checkbox input[type="checkbox"] {
    margin-left: 0px;
}

.checkbox label.control-label {
    padding-top: 0px;
    margin-top: 4px;
}


.radio label, .checkbox label {
    font-weight: bold;
}

label.checkbox-inline {
    width: auto;
}

input[type="file"] {
    height: auto;
}

.well {
    background-color: white;
    border-style: none;
    margin-bottom: 0px;
    box-shadow: none;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 7px;
    padding-top: 5px;
}

/*! Fin configuration affichage par défault pour tapestry */

/*! Début configuration spécifique applicatif */
input[name="libelle"], input[name="observations"] {
    width: 50%
}

.col-sm-2 input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]),
.col-sm-3 input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]),
.col-sm-4 input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]),
.col-sm-5 input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]),
.col-sm-6 input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]),
.col-sm-7 input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]),
.col-sm-8 input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]),
.col-sm-9 input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]),
.col-sm-10 input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]),
.col-sm-11 input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]),
.col-sm-12 input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]) {
    width: 100%;
}

input[data-mask="99/99/9999"],
input[data-mask="99.99.99.99"] {
    max-width: 120px;
}

.label-dateDecision {
    font-style: italic;
    font-weight: bold;
    line-height: 2.2;
}

.textarea-scrollable {
    width: 60%;
    resize: none;
    min-height: 80px;
    overflow-x: auto;
    overflow-y: scroll;
}

.input-group-btn > .btn {
    height: 29px;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.nav-tabs-custom > .nav-tabs > li > a,
.nav-tabs-custom > .nav-tabs > li > a:hover {
    background: lightgray;
    color: black;
    border-radius: 6px 6px 0 0;
}

.nav-tabs-custom > .nav-tabs > li > a {
    color: blue;
    border-radius: 6px 6px 0 0;
}

.nav > li > a {
    padding: 6px 15px;
}

.label-etatDemande {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 70%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 1em;
}

.label-enSaisie {
    background-color: #4d1f78;
}

input[name="adresse1"], input[name="adresse2"], input[name="adresse3"] {
    width: 60%
}

input[name="email"],
input[name^="email_"],
input[name="mail"] {
    width: 40%
}

.legend-fieldset {
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

label.taille-180 {
    width: 180px;
}

input.form-control.taille-180 {
    width: 180px;
}


label.control-label.checkbox-label.engagement-label {
    font-weight: bold;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
}

.twitter-typeahead {
    width: auto;
}

.navbar-titreEnvironnement {
    font-family: FuturaB, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 50px;
    text-align: center;
    color: white;
}

span.infoTraite[data-value='A Traiter'] {
    font-weight: bold;
    color: darkred;
}

span.infoTraite[data-value='En attente'] {
    font-weight: bold;
    color: darkorange;
}

span.infoTraite[data-value='Traitée'] {
    font-weight: bold;
    color: darkgreen;
}

span.infoTraite[data-value='Non nécessaire'] {
    color: black;
}

/*! Fin configuration spécifique applicatif */