/* sticky footer */
html {
    position: relative;
    min-height: 100%;
}

a:active, a:focus {
    outline: none;
}

body {
    background: url('images/Fond_BIG.jpg');
    background-size: cover;
    height: 100%;
    font-size: 1.6em;
    font-family: Verdana;
    margin-bottom: 60px
}

.footer {
    width: 100%;

    height: 60px;
    bottom: 0;
    position: absolute;
    /* Set the fixed height of the footer here */
    padding-top: 15px;
    background-color: #333;
    color: #FFF;
}

#content {
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -60px;

    /* Pad bottom by footer height */
    padding: 0 0 20px;
    padding-top: 60px;
}


@font-face {
    font-family: 'Montserrat';
    src: url('font/montserrat/Montserrat-Regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('font/open-sans/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

}
ul, li, h1 {
    margin: 0;
    padding: 0;

    font-size: 10px;
    font-family: Verdana;
}

header {
    background: #333;
    color: #FFF;
    height: 85px;
    padding: 20px;
}

header h1 {
    font-family: Montserrat, Times;
    letter-spacing: 0.2em;
    margin-left: 15px;
    margin-top: 0;
    float: left;
}


header a {
    font-size: 1.2em;
    color: #ccc;
    text-decoration: none;
    font-family: OpenSans, Times;

}

header a:hover {
    color: #F60;
    text-decoration: none;
}


header a.active {
    font-size: 16px;
    color: #FFF;
    text-decoration: underline;
}

#content h2 {
    /*    font-family: Montserrat, Times;
        padding-bottom: 10px;
        color: #333;
        text-transform: uppercase;*/
    color: white;
    font-family: Open sans;
    font-size: 40px;
    font-weight: 300;
}

#calendar h2 {
    color: black;
    font-size: 24px;
}


h1 {
    font-size: 44px;
    font-weight: normal;
    font-weight: lighter;
}

h2 {
    font-size: 26px;
    font-weight: normal;
    font-weight: lighter;
}


header#login {
    background: #333;
    color: #FFF;
    height: 350px;
}

input, textarea {
    border: 1px solid #C3C3C3;
    padding: 5px;

    color: #333;
    font-family: Verdana;
    font-size: 10px;
}

form[role=login] input, form[role=login] textarea {
    margin-left: 10px;
}

ul#projets h3 {
    margin: 0;
    padding: 0;
}

#listprojets {
    border-spacing: 10px;
    border-collapse: separate;
}

#listprojets div {
    min-height: 100px;
    margin: 5px 0;
}

#listprojets div a div {
    text-align: center;
    margin: 5px;
    vertical-align: middle;
    /*  background: rgba(187, 222, 255, 0.4);*/
    background: rgba(255, 255, 255, 0.5);
    color: black;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#listprojets div a div {
    vertical-align: middle;
    /*   font-style: italic;*/
    font-size: 0.9em;
    color: #666666;
}

#listprojets div a div:hover {
    /*background: rgba(187, 222, 255, 0.9);*/
    color: #FFF;
    background: rgba(0, 0, 0, 0.5);
    /*  -moz-border-radius-topleft: 10px;
      -moz-border-radius-topright: 10px;
      -moz-border-radius-bottomright: 10px;
      -moz-border-radius-bottomleft: 10px;
      -webkit-border-radius: 10px 10px 10px 10px;
      border-radius: 10px 10px 10px 10px;*/
    text-decoration: none;
}

#listprojets div a div {
    padding-top: 10px;
    padding-bottom: 10px;
}

#listprojets div a div h3 {
    color: #333;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;

    font-family: Open sans;
    font-size: 24px;
    font-weight: 300;

}


#content {
    /*  background: rgba(255, 255, 255, 0.4); */

    width: auto;
    max-width: 1280px;
    padding-left: 2.25em;
    padding-top: 0.5em;
    padding-bottom: 1em;
    /*  border-radius: 25px 25px 25px 25px; */
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    #content {
        /*  padding-left: 4em;*/
    }
}

#content .text-muted {
    margin: 20px 0;
}

.container {
    padding-top: 5px;
}

.login-form {
    text-align: center;
    margin: 0 auto;
    max-width: 460px;
}

.login-form > section {

    border-radius: 5px;
}

.login-form a {
    color: #fff;
}

.login-form img {
    display: block;
    margin: 0 auto;
    margin-bottom: 55px;
}

form[role=login], {
    font: 14px/2.2em Lato, serif;
    color: #aaa;
}

form[role=login] input {
    padding: 10px 30px;
}

form[role=login] > button {
    padding: 5px 5px;
}

form[role=login] input {
    color: #777;
    background: snow;
    border: none;
    height: 2.6em;
    padding: 10px 40px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 1px 1px rgba(150, 150, 150, .1);
    -moz-box-shadow: inset 0 0 1px 1px rgba(150, 150, 150, .1);
    box-shadow: inset 0 0 1px 1px rgba(150, 150, 150, .1);
}

form[role=login] > div {
    margin: 25px auto;
    position: relative;
    width: 70%;
}

form[role=login] > #form_checkbox {
    margin: 0px auto;
    width: 45%;
    color: white;
}

form[role=login] > button {
    margin: 15px auto 15px auto;
    border: 1px solid #0c4584;
    width: 35%;
}


.form-control + .glyphicon {
    position: absolute;
    left: 0;
    top: 14%;
    padding: 8px 0 0 17px;
    font-size: 15px;
    color: #757575;
}

.alert {
    padding: 5px;
    margin-bottom: -15px !important;
    right: -10px !important;

}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}

.collapse {
    background: #333;
    border: none;
}

.navbar-default .navbar-nav > li > a {
    color: #ccc;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #F60;
}

.nav {
    background: #333;
}

.navbar-default {
    background: #333;
    border: none;
}

.ui-selectmenu-button, .ui-selectmenu-menu, .ui-menu, .ui-selectmenu-optgroup {
    line-height: 1;
}

.ui-selectmenu-button {
    font-size: 0.9em !important;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1.1em !important;
}

.ui-menu .ui-menu-item {
    font-size: 0.7em;
    padding-left: 15px !important;
}

.projetColor1 {
    color: #ffffff;
    background: rgba(30, 87, 153, 1);

}

div.projetColor1:hover {
    color: #ffffff;
    background: -moz-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(30, 87, 153, 0.8) 15%, rgba(30, 87, 153, 1) 19%, rgba(30, 87, 153, 1) 20%, rgba(41, 137, 216, 1) 50%, rgba(30, 87, 153, 1) 80%, rgba(30, 87, 153, 1) 81%, rgba(30, 87, 153, 0.8) 85%, rgba(30, 87, 153, 0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(30, 87, 153, 0)), color-stop(15%, rgba(30, 87, 153, 0.8)), color-stop(19%, rgba(30, 87, 153, 1)), color-stop(20%, rgba(30, 87, 153, 1)), color-stop(50%, rgba(41, 137, 216, 1)), color-stop(80%, rgba(30, 87, 153, 1)), color-stop(81%, rgba(30, 87, 153, 1)), color-stop(85%, rgba(30, 87, 153, 0.8)), color-stop(100%, rgba(30, 87, 153, 0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(30, 87, 153, 0.8) 15%, rgba(30, 87, 153, 1) 19%, rgba(30, 87, 153, 1) 20%, rgba(41, 137, 216, 1) 50%, rgba(30, 87, 153, 1) 80%, rgba(30, 87, 153, 1) 81%, rgba(30, 87, 153, 0.8) 85%, rgba(30, 87, 153, 0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(30, 87, 153, 0.8) 15%, rgba(30, 87, 153, 1) 19%, rgba(30, 87, 153, 1) 20%, rgba(41, 137, 216, 1) 50%, rgba(30, 87, 153, 1) 80%, rgba(30, 87, 153, 1) 81%, rgba(30, 87, 153, 0.8) 85%, rgba(30, 87, 153, 0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(30, 87, 153, 0.8) 15%, rgba(30, 87, 153, 1) 19%, rgba(30, 87, 153, 1) 20%, rgba(41, 137, 216, 1) 50%, rgba(30, 87, 153, 1) 80%, rgba(30, 87, 153, 1) 81%, rgba(30, 87, 153, 0.8) 85%, rgba(30, 87, 153, 0) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, rgba(30, 87, 153, 0.8) 15%, rgba(30, 87, 153, 1) 19%, rgba(30, 87, 153, 1) 20%, rgba(41, 137, 216, 1) 50%, rgba(30, 87, 153, 1) 80%, rgba(30, 87, 153, 1) 81%, rgba(30, 87, 153, 0.8) 85%, rgba(30, 87, 153, 0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#001e5799', GradientType=1); /* IE6-9 */

}

.projetColor2 {
    color: #ffffff;
    background: rgb(127, 0, 150); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(127, 0, 150, 1) 50%, rgba(182, 0, 124, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(127, 0, 150, 1)), color-stop(100%, rgba(182, 0, 124, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(127, 0, 150, 1) 50%, rgba(182, 0, 124, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(127, 0, 150, 1) 50%, rgba(182, 0, 124, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(127, 0, 150, 1) 50%, rgba(182, 0, 124, 1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(127, 0, 150, 1) 50%, rgba(182, 0, 124, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f0096', endColorstr='#b6007c', GradientType=1); /* IE6-9 */

}

div.projetColor2:hover {
    color: #ffffff;
    background: rgb(105, 0, 124); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(105, 0, 124, 1) 50%, rgba(152, 0, 104, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(105, 0, 124, 1)), color-stop(100%, rgba(152, 0, 104, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(105, 0, 124, 1) 50%, rgba(152, 0, 104, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(105, 0, 124, 1) 50%, rgba(152, 0, 104, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(105, 0, 124, 1) 50%, rgba(152, 0, 104, 1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(105, 0, 124, 1) 50%, rgba(152, 0, 104, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#69007c', endColorstr='#980068', GradientType=1); /* IE6-9 */
}

.projetColor3 {
    color: #ffffff;
    background: rgb(0, 174, 174); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(0, 174, 174, 1) 50%, rgba(0, 108, 202, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 174, 174, 1)), color-stop(100%, rgba(0, 108, 202, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0, 174, 174, 1) 50%, rgba(0, 108, 202, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0, 174, 174, 1) 50%, rgba(0, 108, 202, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0, 174, 174, 1) 50%, rgba(0, 108, 202, 1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(0, 174, 174, 1) 50%, rgba(0, 108, 202, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00aeae', endColorstr='#006cca', GradientType=1); /* IE6-9 */

}

div.projetColor3:hover {
    color: #ffffff;
    background: rgb(0, 126, 126); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(0, 126, 126, 1) 50%, rgba(0, 82, 154, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 126, 126, 1)), color-stop(100%, rgba(0, 82, 154, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0, 126, 126, 1) 50%, rgba(0, 82, 154, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0, 126, 126, 1) 50%, rgba(0, 82, 154, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0, 126, 126, 1) 50%, rgba(0, 82, 154, 1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(0, 126, 126, 1) 50%, rgba(0, 82, 154, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007e7e', endColorstr='#00529a', GradientType=1); /* IE6-9 */
}

.projetColor4 {
    color: #ffffff;
    background: rgb(218, 238, 0); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(218, 238, 0, 1) 50%, rgba(234, 109, 0, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(218, 238, 0, 1)), color-stop(100%, rgba(234, 109, 0, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(218, 238, 0, 1) 50%, rgba(234, 109, 0, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(218, 238, 0, 1) 50%, rgba(234, 109, 0, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(218, 238, 0, 1) 50%, rgba(234, 109, 0, 1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(218, 238, 0, 1) 50%, rgba(234, 109, 0, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#daee00', endColorstr='#ea6d00', GradientType=1); /* IE6-9 */

}

div.projetColor4:hover {
    color: #ffffff;
    background: rgb(169, 184, 0); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(169, 184, 0, 1) 50%, rgba(180, 84, 0, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(169, 184, 0, 1)), color-stop(100%, rgba(180, 84, 0, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(169, 184, 0, 1) 50%, rgba(180, 84, 0, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(169, 184, 0, 1) 50%, rgba(180, 84, 0, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(169, 184, 0, 1) 50%, rgba(180, 84, 0, 1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(169, 184, 0, 1) 50%, rgba(180, 84, 0, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9b800', endColorstr='#b45400', GradientType=1); /* IE6-9 */
}

#inlineDIVdatepicker .week-highlight a {
    background: none;
    background-color: yellow;
}


#wrap {
    width: 1100px;
    margin: 0 auto;
}

#external-events {
    /*  margin-top:70px;*/
    float: left;
    width: 300px;
    padding: 0 10px;
    /*     border: 1px solid #ccc;*/
    background: #fff;
    text-align: left;
}

#external-events h4 {
    font-size: 16px;
    margin-top: 0;
    padding-top: 1em;
}

#external-events .fc-event {
    margin: 10px 0;
    cursor: pointer;
}

#external-events p {
    margin: 1.5em 0;
    font-size: 11px;
    color: #666;
}

#external-events p input {
    margin: 0;
    vertical-align: middle;
}

#calendar {
    float: right;
    width: 750px;
    background: white;
    padding: 20px;

}

.fc-event.ui-draggable.ui-draggable-handle {
    background: #333;
    padding: 5px 10px;
    border: none;
    font-family: "Open sans", Arial;
}

.navbar-collapse {
    float: right;
}

.navbar.navbar-default {
    font-size: 14px;
}

#external-events select {

    border: 1px solid #CCC;
    padding: 5px;
    font-size: 14px;
    font-family: "Open sans", Arial;
    width: 250px;
}


/*! TABLE CSS */


.table {
    margin: 25px 0 40px 0;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: table;
}

@media screen and (max-width: 580px) {
    .table {
        display: block;
    }
}

.row {
    display: table-row;
    background: #f6f6f6;
}

.row:nth-of-type(odd) {
    background: #e9e9e9;
}

.row.header {
    font-weight: 900;
    color: #ffffff;
    background: #ea6153;
}

.row.green {
    background: #27ae60;
}

.row.blue {
    /*  background: #2980b9;*/

    background-color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 580px) {
    .row {
        padding: 8px 0;
        display: block;
    }
}

.table .cellHeader {
    padding: 5px 10px;
    display: table-cell;
    font-family: Open sans;
    font-weight: 300;
    font-size: 20px;
}

.cell {
    padding: 5px;
    display: table-cell;
    font-size: 12px;
}

@media screen and (max-width: 580px) {
    .cell {
        padding: 2px 12px;
        display: block;
    }
}

.tooltip-inner {
    white-space: pre-wrap;
}

#SearchProjet, #SearchLDAP, #SearchUser {
    border: none;
    border-bottom: 1px solid #FFF;
    width: 450px;
    color: #333;
    font-family: Open sans;
    font-size: 26px;
    font-weight: 300;
    background: none;
}

#external-events {
    min-height: 515px;
}


#external-events h1 {
    font-family: Open sans;
    font-size: 34px;
    margin: 0;
    padding: 0;
}

#external-events h2, #ModalContent h4 {
    color: #333;
    font-family: Open sans;
    font-size: 22px;
    margin: 0;
    padding: 10px 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding: 0 5px;
}

a span.glyphicon-search {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;

}

.glyphicon-search {
    margin: 0 20px;
    font-size: 15px;
    vertical-align: middle;
    text-align: center;
}

.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
    font-size: 30px;
    color: #333;
    font-family: Open sans;
    font-size: 20px;
}

.dropdown-menu {
    width: 100%;
}

.dropdown-toggle {
    width: 100%;
    text-align: left;
}

.caret {
    position: absolute;
    left: 90%;
    top: 45%;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: rgba(253, 253, 253, 0.1);
    color: #F60;
}

.mt-20 {
    margin-top: 20px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-5 {
    margin-top: 5px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-5 {
    margin-left: 5px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-5 {
    margin-right: 5px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-5 {
    margin-bottom: 5px;
}
