html, body {
    height: 100%;
}

body {
    font-family: 'Lato', sans-serif;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.container {
    width: 100%;
    padding: 0 5px;
    margin: 0;
    max-width: 100%;
}

.editable-click, a.editable-click {
    border-bottom: none;
    color: inherit;
}

a.editable-click:hover {
    color: #5187ba;
    border-bottom: none;
}

a.editable-empty, .editable-empty:hover, .editable-empty:focus {
    color: #DD1144;
    border-bottom: none;
}

a.editable-click {
    border-bottom: none;
}

.remove {
    color: #D02A2A;
}

.operate.remove:hover {
    color: #891c1c;
}

.editable-unsaved {
    font-weight: inherit;
}

img.drapeau {
    height: 18px;
    width: 18px;
}

.panel textarea {
    border: none;
    overflow: auto;
    outline: none;
    resize: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/*.fixed-table-container td {*/
    /*border-left: 0 !important;*/
/*}*/

.panel, .panel > * {
    border-radius: 0;
}

.file-upload {
    position: relative;
    overflow: hidden;
}

.file-upload i {
    font-style: normal;
}

.file-upload input {
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
}

.file-upload input:hover, .file-upload input:active, .file-upload input:focus {
    cursor: pointer;
}

#versions-info {
    color: dimgrey;
}

ul.popover-element {
    padding: 0;
    margin: 0;
}

.popover{
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
}

.panel-primary>.panel-heading {
    color: white;
    background-color: #5187ba;
    border-color: #5187ba;
}

.panel-primary {
    border-color: #5187ba;
}


.panel-success>.panel-heading {
    color: white;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.panel-success {
    border-color: #5cb85c;
}

table[data-clickable-row="true"] tbody:hover {
    cursor: pointer;
}

.reponses {
    margin-top: 3em;
}

/* MENU */
nav, .navbar {
    margin: 0;
    padding: 0;
}

.navbar-static-top {
    border: 0;
}

.navbar-inverse .navbar-nav > li > a {
    color: #d8d8d8;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #5187ba;
}

.container-fluid {
    padding-left: 0;
}

.head {
    background-color: #5187ba;
    color: white;
    font-size: 24px;
    padding: 0.6em;
}

#menu {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#menu .btn-group-vertical {
    width: 50%;
    min-width: 350px;
}



.accordion {
    background-color: inherit;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    margin-bottom: 1em;
    font-size: large;
}

.accordion span.glyphicon {
    margin-right: 5px;
    font-size: 80%;
}

.accordion-panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

#infos {
    float: right;
    margin: 5px;
}

#infos:hover {
    cursor: pointer;
}

.text-img {
    margin: 0 5px;
}

.accordion-panel ul {
    padding-left: 20px;
}

[id^="afficher"]{
    width: 100%;
}
[id^="test"] {
    display:none;
    background: #ddd;
}
[id^="afficher"]:target [id^="test"] {
    display:block;
    min-height: 10%;
}
.masquer {
    display:none;
}
[id^="afficher"]:target .masquer {
    display:block;
}
[id^="afficher"]:target .afficher {
    display:none;
}
.lien{
    text-align: left;
    margin-left: 1%;
    width: 100%;
}

input[type='file'] {
    width: 30px;
    height: 35px;
}

/* Gere l'affichage des radios buttons dans la liste des tickets */
#findTicketBy {
    margin-top: 5px;
}
#findTicketBy > span > input[type='radio'] {
    margin-top: 0 !important;
}
#findTicketBy > span > label {
    vertical-align: -webkit-baseline-middle;
    vertical-align: -moz-middle-with-baseline;
    display: inline-block;
    color: black;
    font-size: 100%;
}

.pull-under{
    margin-top: 10px;
    width: 100%;
}

.spaceBottom {
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 10px;
    margin-bottom: 2px;
    vertical-align: -webkit-baseline-middle;
    vertical-align: -moz-middle-with-baseline;
}

/* Permet de ne pas afficher les demandes tant qu'un projet n'est pas sélectionné lors de la création de ticket */
#demandeTicket {
    display: none;
}
#all{
    margin-left: 20px;
}
.aideExcel {
    display: inline-block;
}

input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}
input[type=date]::-webkit-calendar-picker-indicator {
    /*font-size: 30px;*/
/*    height: 100%;
    padding-left: 75%;
    width: 5%;*/
}