#dev {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: red;
    color: #fff;
    padding: 7px 10px 5px 10px;
    border-radius: 20px;
    font-size: 10px;
}

* {
    margin: 0;
    padding: 0;
}

.alert {
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

html,
body {
    background: #F1F4F6;
    font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
    color: #668493;
    height: 100%;
}

body {
    min-height: 100%;
    min-width: 100%;
    overflow-y: scroll;
}

#wrap {
    width: 1000px;
    /*width:920px;*/
    margin: 0 auto;
}

footer {
    background-color: #fff;
    position: fixed;
    bottom: 0;
    color: #668493;
    /*color: #BCC9CF;*/
    width: 100%;
    text-align: center;
}

footer p {
    margin: 0;
    font-size: 12px;
    padding: 5px 7px;
}

footer p a {
    color: #668493;
}

@media screen and (max-width:1000px) {
    footer {
        position: relative;
    }
}

.majuscule:first-letter {
    text-transform: capitalize;
}


/*h1, h2, h3, h4, th{        text-shadow: 1px 1px rgba(255,255,255,0.8);}*/


/*** LOGIN ***/

.card-container.card {
    max-width: 350px;
    margin-top: 0;
}

.card-container img {
    margin-bottom: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

.btn:hover{
    cursor: pointer;
}


/* * Card component */

.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    /*padding: 20px 25px 30px;*/
    margin: 0 auto 25px;
    margin-top: 70px;
    padding-top: 35px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 10px;
    -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);
}


/* * Form styles */

.profile-name-card {
    font-size: 18px;
    padding: 0 10%;
    min-height: 1em;
    text-transform: uppercase;
    border-left: 3px solid #25A4DE;
    color: #25A4DE;
}

.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: 80%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 10%;
}

.form-signin input[type=submit] {
    background-color: #25A4DE;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px !important;
}

.form-signin .form-control:focus {
    border-color: rgba(0, 0, 0, 0.30);
    outline: 0;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.30);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.30);
}

.btn-red {
    background-color: #F13E4D;
    color: #fff;
}

.btn-red:hover {
    color: #fff;
}

.btn.btn-signin {
    background: #25A4DE;
    /* fallback for old browsers */
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border: none;
    margin-top: 40px;
}

.table td,
.table th {
    border: #666 solid 1px !important;
    border-radius: 5px !important;
}

.jumbotron {
    padding: 1px 0 5px 0 !important;
    border-radius: 5px;
    margin-bottom: 5px !important;
    /*height: 100px;}.jumbotron>h3{    margin-top: 30px;*/
}

.btn-jumbotron {
    height: 25px;
    margin-right: 10px;
    margin-left: 0 !important;
    padding: 3px 7px;
    letter-spacing: 1px;
}

.btn-back {
    /*background-color: #454545 !important;*/
}

.btn-jumbotron:hover {
    cursor: pointer;
}

.jumbodate {
    background: #C02425;
    /* fallback for old browsers */
    height: 100px;
    width: 230px;
    float: right;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.jumbodate .date_entete {
    padding: 5px 0;
    background-color: #D8782D;
    border-top-right-radius: 5px;
}


/* Corrections 2017 */

div.container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    /*padding:0 2%;*/
    /*    max-width:1200px;*/
}

header{
    margin-bottom: 20px;
}

header .navbar{
    background: #25A4DE;
}

header .navbar-brand img{
    max-height: 60px;
}

header .navbar-default .navbar-nav > li,
header .navbar-default .navbar-nav > li > a{
    color: #fff;
}

header .navbar-default .navbar-nav > li{
    margin: 0;
    letter-spacing: 0.75px;
    text-align: center;
    padding: 5px 15px;
    background-color: #1F95CB;
}

header .navbar-default .navbar-nav > .hello {
    padding: 35px;
    letter-spacing: 1px;
}

header .navbar-default .navbar-nav > li:last-child {
    border-left: 1px solid #F1F4F6;
    padding: 15px;
}

header .navbar-default .navbar-nav > li > a{
    color: #F1F4F6;
    transition: all .2s;
    font-size: 12px;
}

header .navbar-default .navbar-nav > li > a .material-icons {
    font-size: 30px;
}

/*header {
    position: fixed;
    height: 80px;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    background: #25A4DE;
     fallback for old browsers 
    color: #fff;
    z-index: 999;
}

header h1 {
    display: block;
    background: url(../img/title_fij.png) no-repeat center center;
    background-size: 180px;
    height: 60px;
    width: 200px;
    text-indent: -9999px;
    margin-top: 10px !important;
}

header ul {
    list-style: none;
}

header li {
    float: left;
    margin: 0;
    letter-spacing: 0.75px;
    text-align: center;
    padding: 15px 30px;
    background-color: #1F95CB;
}

header li:last-child {
    border-left: 1px solid #F1F4F6;
    padding: 25px 30px 35px 35px;
}

header li a {
    color: #F1F4F6;
    transition: all .2s;
    font-size: 12px;
}

header li a .material-icons {
    font-size: 30px;
}

header li a:hover {
    color: #fff !important;
    text-decoration: none;
}

header span#name {
    font-weight: normal;
}

header .selected {
    color: #31B0D5 !important;
}

header .hello {
    padding: 30px;
    letter-spacing: 1px;
}*/

.select-editable input {
    left: 0px;
    text-align: left !important;
    width: 350px;
    margin-left: -372px;
    padding: 1px;
    font-size: 12px;
    border: none !important;
}

div#wrap {
    padding-top: 100px;
}

div#wrap > .row {
    position: relative;
    background: #fff;
    margin: 40px auto;
    border-radius: 10px;
}

.pointage,
.admin-content {
    margin-top: 0 !important;
}

.col-md-1 {
    width: 9.3333%;
}

h2 {
    font-size: 28px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

h2 .material-icons {
    color: #25A4DE;
    font-size: 35px;
}

.admin-content {
    background: none !important;
}

.admin-content .organisation-add {
    float: right;
    background-color: #23C186;
    color: #fff;
    padding: 10px 15px;
    border-radius: 30px;
    margin-bottom: 30px;
}

.admin-content .organisation-add:hover {
    text-decoration: none;
}

.admin-content .organisation-add i {
    font-size: 20px;
    vertical-align: top !important;
    margin-right: 10px;
}

.admin-content table {
    width: 100%;
}

.admin-content table tr {
    background-color: #fff;
    border-bottom: 20px solid #F1F4F6;
}

.admin-content table tr:last-child {
    border-bottom: none;
}

.admin-content table tr:first-child {
    background: none;
    border-bottom: none;
    color: #BCC9CF;
}

.admin-content table tr.organisation-active {
    border-left: 5px solid #23C186;
}

.admin-content table tr.organisation-non-active {
    border-left: 5px solid #F13E4D;
}

.non-active {
    color: #fff;
    background: #F13E4D;
    border-radius: 10px;
    width: 350px;
    padding: 15px;
    margin: auto;
    margin-bottom: 50px;
}

.non-active b {
    letter-spacing: 1px;
}

.admin-content table tr th,
.admin-content table tr td {
    padding: 15px 20px;
}

.admin-content table i {
    font-size: 14px;
    margin-right: 10px;
    color: #668493;
}

.admin-content .user-card i {
    font-size: 24px;
    margin-left: 10px;
    background-color: #F1F4F6;
    border-radius: 20px;
    padding: 5px;
    color: #668493;
}

.admin-content .user-card i:hover {
    color: #fff;
}

.admin-content table tr td:nth-child(1) {
    width: 250px;
}

.admin-content table tr td:nth-child(2) {
    width: 250px;
}

.admin-content table tr td:nth-child(3) {
    width: 250px;
}

.admin-content table tr td:nth-child(4) {
    width: 130px;
}

.admin-content table tr td:nth-child(5) {
    width: 140px;
}

.admin-content table tr td:last-child i {
    font-size: 24px;
    margin-right: 10px;
    background-color: #F1F4F6;
    border-radius: 20px;
    padding: 5px;
}

.admin-content table tr td .visibility-icons,
.admin-content table tr td .edit-icons{
    margin-bottom: 10px;
}

.admin-content table tr td:last-child .visibility-icons:hover,
.admin-content table tr td:last-child .cached-icons:hover,
.admin-content .edit-icons:hover {
    background-color: #25A4DE;
}

.admin-content .close-icons:hover {
    background-color: #F13E4D;
}

.admin-content table tr td:last-child i:hover {
    cursor: pointer;
    color: #fff;
}

.part {
    margin-top: 40px;
    padding-top: 30px;
    background: url(../img/stripped.png) repeat-x top center;
    clear: both;
}

.row .btn {
    margin-left: 10px;
    height: 30px;
}

table tr td input[type="text"] {
    border-radius: 5px;
    border: 1px solid #c8c8c8;
    padding: 4px;
}

table tr td select {
    border-radius: 5px;
    border: 1px solid #c8c8c8;
    height: 30px;
    padding: 4px;
}

table.table tr td {}

table tr td:first-child {
    padding-right: 20px;
}

table.table tr td:first-child {
    padding-right: 0;
}

table.table {
    margin: 20px 0 40px 0;
}

table.table > tbody > tr:first-child {
    background: #e8e8e8;
}

table th span {
    color: #999;
}

table tr td input[type="text"] {
    text-align: center;
}

form .row {
    margin: 10px 0;
}

.btn-default {
    display: inline-block;
    background: #efefef;
    height: 30px;
    padding: 4px;
    text-align: center;
    line-height: 20px;
    min-width: 40px;
}

#iconn .btn-default {
    background: #fdfdfd;
    padding: 4px 10px;
}

#iconn .btn-default:hover {
    background: #efefef;
}

th {
    text-shadow: none;
}

small {
    letter-spacing: .5px;
}

.formin h3 {
    font-size: 18px;
    padding-top: 20px;
}

.formin.absence h2 {
    margin-bottom: 0px;
    padding-bottom: 0;
}

.formin.absence h3 {
    padding-top: 0;
}

.formin.absence select {
    height: 30px;
    padding: 4px;
}

.pointage h2+ .formin h3 {
    padding-top: 0;
}

.col-md-1,
.col-md-5 {
    padding-left: 0;
}

.formin.info-wrapper {
    padding: 40px 0 0 0;
}

.formin .span-lr {
    padding: 0 20px;
}

.formin .span-r {
    padding-right: 17px;
}

.absence .row .col-md-6 {
    padding: 0;
}

.absence .row input[type="text"] {
    padding: 10px;
}

.absence .row .col-md-6 .input {
    padding-left: 0 !important;
}

.schedule-team-select {
    padding: 0;
}

.box-content {
    padding: 10px 30px;
}


/*** GESTION D'ÉQUIPE' ***/

.cards {
    margin-top: 100px;
}

.user-card {
    border-radius: 10px;
    width: 22.6%;
    margin: 0 24px 24px 0;
    background-color: #fff;
    border: 1px solid #fff;
}

.user-card i {
    font-size: 50px;
    padding-top: 15px;
    padding-bottom: 10px;
}

.plus-card,
.bg-green {
    color: #fff;
    background: #23C186;
}

.bg-red {
    color: #fff;
    background: #F13E4D;
}

.plus-card p {
    text-align: center !important;
    line-height: 14px;
}

.plus-card a {
    color: #fff;
    text-decoration: none;
}

.user-card .role {
    color: #668493;
    margin: 0 !important;
    width: auto;
}

.user-card h3 {
    margin-top: 15px;
    line-height: 0.6;
}

.user-card a:hover {
    cursor: pointer;
}

.tag-user .role {
    padding: 3px 0;
}

.tag-admin,
.tag-superadmin {
    border: 1px solid #25A4DE;
}

.tag-read {
    border: 1px solid #F8B704;
}

.tag-admin .role {
    background-color: #25A4DE;
    color: #fff;
    padding: 3px 7px;
    border-radius: 20px;
    width: 107px;
}

.tag-superadmin .role {
    background-color: #25A4DE;
    color: #fff;
    padding: 3px 7px;
    border-radius: 20px;
    width: 95px;
}

.tag-read .role {
    background-color: #F8B704;
    color: #fff;
    padding: 3px 7px;
    border-radius: 20px;
    width: 60px;
}

.bg-orange {
    color: #fff;
    background: #FFA570;
}

.tag-admin .role,
.tag-read .role {}

.modal-edit:hover {
    color: #F0AD4E;
}

.modal-delete:hover {
    color: #D9534F;
}

.modal {
    margin-top: 150px;
}

.crud-title span {
    font-weight: 800;
}

#modal-delete .modal-title span {
    color: #F13E4D;
}

#modal-status .modal-title span {
    color: #F13E4D;
}

.create .crud-title span {
    color: #23C186;
}

.edit .crud-title span {
    color: #FFA570;
}

.crud form {
    background-color: #fff;
    border-radius: 10px;
    padding: 50px 150px 60px 100px;
}

.crud label {
    letter-spacing: 1px;
}

.user-card .icons {
    float: right;
    display: inline-block;
    margin-top: -20px;
}

.modal-body p {
    text-align: center;
    color: #F13E4D;
    font-size: 18px;
    letter-spacing: 0.7px;
}

.modal-body form {
    margin: 20px 0;
}

.modal-body p i {
    font-size: 150px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.modal-body .fa-trash-o {
    color: #F13E4D;
}

.modal-body .fa-user-plus {
    color: #5CB85C;
}

.crud .btn,
.modal-footer .btn {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.crud .btn,
.modal-footer .btn {
    cursor: pointer;
}

.crud .bg-green:hover,
.crud .bg-orange:hover {
    color: #fff;
}

.maintenance {
    text-transform: uppercase;
    color: red;
}

i {
    vertical-align: middle !important;
}

.alert {
    position: fixed;
    right: -200px;
    top: 100px;
    opacity: 0;
    z-index: 999;
}

.alert i {
    margin-right: 10px;
}

.col-md-6 {
    padding: 0;
}

.settings {
    position: fixed;
    right: 0;
    bottom: 0;
    background-color: #25A4DE;
    color: #fff;
    border-top-left-radius: 10px;
    padding: 10px;
}

.settings:hover {
    color: #fff;
}

.btn-to {
    padding: 5px 15px 5px 15px;
    background-color: #00A3DF;
    color: #fff;
    border-radius: 20px;
    float: right;
    display: inline-block;
    margin-top: 20px;
}

.btn-to:hover {
    text-decoration: none;
    color: #fff;
}

.doc-nav .btn-to{
    float: left;
}

.versions {
    padding: 30px 50px 0 50px;
}

.termes-conditions {
    padding: 30px 50px 30px 50px;
}

.doc-nav{
    position: fixed;
}

.doc-nav ul{
    list-style: none;
}

.doc{
    padding: 10px 50px 30px 50px;
    width: 75%;
    margin-right: 0 !important;
    position: relative;
}

.doc .reserved{
    color: #a8aaac;
}

.doc .reserved .tag-read{
    background-color: #F8B704;
    color: #fff;
    padding: 3px 7px;
    border-radius: 20px;
    font-size: 12px;
}

.doc .reserved .tag-admin{
    background-color: #25A4DE;
    color: #fff;
    padding: 3px 7px;
    border-radius: 20px;
    font-size: 12px;
}

#opt-1{
    margin-top:71px !important;
}

.doc h4{
    margin-top: 40px;
    color: #25a4de;
}

.doc{ text-align: center;}
.doc h3,
.doc h4{
    text-align:left;
}
.doc p{ text-align: justify;}

.doc ul{
    text-align: left !important;
    margin-left: 15px;
}

.doc p span{
    color: #25a4de;
}

.doc img{
    max-width: 100%;
    border-radius: 10px;
}


.versions .version {
    margin-bottom: 50px;
}

.versions .version h4 {
    text-decoration: underline;
}

.versions .version ul {
    margin-left: 15px;
}

.versions .version ul ul {
    margin-left: 30px;
}

.my-organisation{
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 10px;
}
/*
.my-organisation .col-md-6:first-child{
    border-right: 30px solid #f1f4f6;
}*/

.my-organisation h3{
    letter-spacing: 1px;
    text-align: center;
    margin-top: 30px;
}

.organisation-card .created{
    text-align: center;
    color: #bcc9cf;
    font-size: 12px;
}

.organisation-card .infos{
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 13px 0 90px;
}
    
.organisation-card .infos i{
    margin-right: 15px;
    font-size: 14px;
}

.organisation-settings-card p{
    margin-top: 55px;
    margin-bottom: 30px;
    padding: 0 13px 0 90px;
}

.organisation-settings-card i:hover{
    cursor: pointer;
}

.organisation-settings-card .modal-update{
    margin-bottom: 20px;
    float: right;
}

.popover{
    border:none;
    font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
}

.popover.bottom > .arrow::after{
    border-bottom-color: #00A3DF;
}

.popover-title{
    margin:0 !important;
    background-color: #00A3DF;
    color: #fff;
    border:none;
}

@media screen and (max-width:768px) {
    .navbar-nav{
        margin:0;
    }
    .navbar-toggle {
        margin-right: 25px;
    }
}