body{
    font-family: 'Asap', sans-serif;
    margin:0;
    padding:0;
}

body.error404{
    background: url('../images/kraken-wide.jpg');
    background-size: cover;
    color:#fff;
    font-family: 'Pangolin', cursive;
}
body.error404 header,body.error404 footer{
    display: none;
}
body.error404 .container{
    margin-top:100px;
}


thead{
    background: #efefef;
}

.commentbox {
    box-sizing: border-box;
    background-color: #eeeeee;
    padding:3em 2em;
    padding-top:0em;
    box-shadow: 0px 3px 3px #999;
}
.commentbox .comment {
    border-top:1px solid #aaa;
    padding-top:2em;
    margin-top:2em;
}
.commentbox .comment p {
    font-size: 1.1em;
    font-weight: 300;
    color:#666;
}
.commentbox .comment p:first-child {
    font-size: 1.2em;
    font-weight: 300;
    color:#777;
}
.commentbox .comment p:first-child .nom {
    color:#0089D0;
    font-weight: 700;
}
.commentbox form {
    box-sizing: border-box;
    display: flex;
    position: relative;
    flex-direction: column;
}
.commentbox form input[type=submit] {
    width: 7em;
    align-self: flex-end;
    background-color: #0089D0;
    font-weight: 800;
    color:#eee;
    border:none;
    padding: 0.6em 0.8em;
    border-radius:0.60em;
    position: absolute;
    bottom:1em;
    right:1.5em;

}
.commentbox textarea{
    width: 100%;
    resize: vertical;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.44;
    height: 10em;
    padding:0.5em;
    padding-right:10em;
}

td.request{
    max-width: 300px;
    max-height: 100px;
}
.recherches {
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 2em;
    row-gap: 1em;
    margin-bottom: 1em;
}
.recherche {
    display: flex;
}
.recherche input {
    display: inline-block; 
    margin:0;
    width: 35em;
    height: 3rem;
}
.recherche input[type=date] {
    max-width: none;
    width: auto;
}
.recherche button  { 
    display: inline-block;    
    margin:0;
    width:3.2em;
    vertical-align: bottom;
    height: 3.4rem;
    background-color: transparent;
    border:none;
    padding:0.5em 0.8em;

}
.recherche button:hover{
    transform: scale(1.2);
}
.recherche button:active{
    transform: scale(1.1);
}
.recherche button img {
    width:100%;
    display: block;

}

.right {
    float:right;
    clear:none;
}
.left{
    float:left;
    clear:none;

}
header{
    margin-top:50px;
    margin-bottom:20px;
}

nav ul{
    list-style-type: none;
}
nav ul.main {
	text-align: center;
	padding-top: 20px;
}
nav ul li{
    display: inline-block;
}
nav ul li a{
    padding:0 10px;
}

/* Login */


.card-container.card {
    max-width: 350px;
    padding: 40px 40px;
}

.form-signin .btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

/*
 * Card component
 */
.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.request-badge-secondary{
    background-color: rgb(114, 114, 114);
    cursor: pointer;
    position: relative;
}
.request-badge-warning{
    background-color: rgb(255, 145, 0);
    cursor: pointer;
    position: relative;
}
.request-badge-primary{
    background-color: rgb(127, 212, 87);
    cursor: pointer;
    position: relative;
}
.request-badge-info {
    background-color: #17A2B8;
    cursor: pointer;
    position: relative;
}
.request-table th {
    background-color: #efefef;
}
.request-table td.nohover {
    background-color: #ffff;
}
.statutSelect {
    display: inline-flex;
    flex-direction: column;
    background-color: #EFEFEF ;

}
.statutSelect span {

    transition:transform 0.2s;
}
.statutSelect span:hover {
    transform: scale(1.2);
    z-index: 999;
}




.pagination {
    display: block;
    margin:2em auto;
    text-align: center;
}
.pagination ul {
    margin: 0 auto;
    justify-content: center;
    display: flex;
}
.pagination ul li {
    margin : 0.5em;
}
.pagination ul li.arrow {
    background-color: rgb(57, 137, 207);
    padding:0.1em 0.5em;
    
    color:#FFF;
    
}
.pagination ul li.arrow a {
    color:#FFF;
    
}
.pagination ul li a {

    text-decoration: none;
    
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color:#337ab7;
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: #0089D0;
}

.forgot-password {
    color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: rgb(12, 97, 33);
}


footer {
    margin-top:100px;
}


.green{
    color:green;
}


.red{
    color:red;
}

.alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.actions{
    margin-bottom:20px;
}

.actions li{
    list-style-type: none;
    display: inline-block;
    margin-right:10px;
}

li.active a{
    color:#000;
}
.stats .panel-body{
    position: relative;
}
.row.stats{
    margin:0 -30px;
}
.stats .q4 li{
    list-style-type: none;
    font-weight: 700;
}

.accueil {
	padding: 50px 0 150px 0;
}

.accueil h1 {
	padding-bottom: 20px;
}

.accueil p {
	font-size: 16px;
	line-height: 1.5em;
}

.form-group .cke_editable ul {
	list-style: disc;
    margin-left: 25px;
}

#editprice .retour p {
    font-size: 16px;
}

#editprice .col-1-fixed {
    width: 175px;
}

.ck-editor__editable {
    height: 200px;
}

.ck-editor__editable i {
    font-style: italic;
}