/* ---- Style pour la forme gÃ©nÃ©rale de la page ---- */

/* Balise de Structuration */
html {
    height: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    display: block;

    height: 100%;
    width: 100%;

    margin: 0;
    padding: 0;

    background-color: #e5e5e5;

    font-size: 16px;
    font-family: Lato, Helvetica Neue, Helvetica, Arial, sans-serif; /* "AlmendraRegular" , "Helvetica Neue" , "JosefinSlabRegular", "RokkitRegular" */
    word-wrap: break-word;

    overflow: hidden;
}

header {
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    font-size: 20px;

    color: #FFFFFF;
    background-color: #00A2B3;

    border-radius: 0;
    border: 1px solid transparent;

    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.header-left, .header-right {
    width: auto;
}
header > div > img {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

header > div > div {
    display: inline-block;
    vertical-align: middle;
}

div.scrollVertical > header {
    padding: 0 10px;
}

div.scrollVertical > header > div {
    margin-bottom: 21px;
    margin-top: 20px;
}

div.scrollVertical > header > img {
    height: 52px;
}

a {
    color: #FFF
}

article, aside, details, figcaption, figure, footer, hgroup, main, menu, nav, section, summary {
    display: block;
}

/* END Balise de Structuration */

/* Scrollbar */

.scrollVertical {
    overflow-y: scroll !important;
}

.scrollHorizontal {
    overflow-x: scroll !important;
}

/* END Scrollbar */

/* Page */

/* -- Layout -- */

#Page {
    height: 100%;
    width: 100%;

    margin: auto;
}

#Left {
    height: calc(100% - 62px);
    width: 15%;
    float: left;
    background-color: #DEDEDE;
}

#Right {
    height: calc(100% - 62px);
    width: 85%;
    float: right;
    background-color: #EEE;

    overflow-y: scroll !important;
}

/* -- Classes Particulières -- */

.hide {
    display: none;
}

.flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.link {
    text-align: justify;
    color: #00A2B3;
    text-decoration: none;
}

.require {
    color: #d10000;
}

.overflow {
    overflow: hidden;
}

.grade {
    display: inline;
    font-size: 18px;
    font-style: italic;
    color: #004158;
}

.date {
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    color: #004158;
    text-align: right;
}

.harborSelect > select {
    width: 200px;
}

.messageSelect > select {
    width: 200px;
}

#disturbance_dateStart > div {
    display: inline-block;
    margin-right: 20px;
}

#disturbance_dateStart > input {
    display: inline-block;
    width: auto;
    margin-right: 20px;
}

#disturbance_dateEnd > div {
    display: inline-block;
    margin-right: 20px;
}

#disturbance_dateEnd > input {
    display: inline-block;
    width: auto;
    margin-right: 20px;
}

/* -- Block de Text -- */

.post {
    margin: 20px 0;
}

.post-inline {
    display: inline-block;
}

.post-Title {
    position: relative;
    z-index: 1;
    width: 100%;

    background-color: #00A2B3;
}

.post-Title > a {
    display: block;
    line-height: 60px;
    text-align: center;

    color: #FFF;
    font-size: 30px;
    font-weight: 700;
}

.post-TitleName {
    margin-left: 20px;
    display: inline-block !important;
}

.post-content {
    position: relative;
    z-index: 1;
    clear: both;

    overflow: hidden;

    padding: 20px 40px;
    background-color: #FFF;
    /*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .2);*/
}

.post-content-map {
    height: 400px;

    padding: 20px 40px;
    /*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .2);*/
}

.post-content img {
    max-height: 100%;
    max-width: 100%;
    /*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .2);*/
}

.post-content video {
    max-height: 100%;
    max-width: 100%;
}

.post-content-height-300 {
    height: 300px;
}

.post-content-height-600 {
    height: 600px;
}

/* END Page */

/* Gradient transparent - color - transparent */

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.style-orange {
    border: 1px;
    height: 1px;
    background-image: linear-gradient(to right, #004158, #004158, #004158);
}

.style-blue {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgb(0, 162, 179), rgb(0, 162, 179), rgb(0, 162, 179));
}

/* END Gradient transparent - color - transparent */

/* Texte */

h1 {
    font-size: 30px;
    margin: 0px;
}

h2 {
    font-size: 25px;
    margin: 0px;
}

h3 {
    font-size: 20px;
    margin: 0px;
}

p {
    color: #000;
    font-size: 15px;
    text-align: justify;
}

a {
    text-decoration: none;
}

/* END Texte */

/* Size Texte */

.text-size-10 {
    font-size: 10px !important;
}

.text-size-14 {
    font-size: 14px !important;
}

.text-size-15 {
    font-size: 15px !important;
}

.text-size-20 {
    font-size: 20px !important;
}

/* END Size Texte */

/* Style Texte */

.text-italic {
    font-style: italic;
}

.text-bold {
    font-weight: bold;
}

.text-end {
    text-align: end
}

.text-start {
    text-align: start
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-statusBox {
    height: 20px;
    width: 20px;
}

.text-statusInValidate {
    color: #5bc0de !important;
}

.text-statusIncomplete {
    color: #E67E22 !important;
}

.text-statusRefuse {
    color: #D44A26 !important;
}

.text-statusValidate-background {
    background: #5cb85c !important;
    vertical-align: bottom;
}

.text-statusInValidate-background {
    background: #5bc0de !important;
    vertical-align: bottom;
}

.text-statusIncomplete-background {
    background: #f0ad4e !important;
    vertical-align: bottom;
}

.text-statusRefuse-background {
    background: #D44A26 !important;
    vertical-align: bottom;
}

.passage_status_chip {
    width: 30px;
    height:  30px;
    border-radius: 50%;
}
.passage_status_chip_open {
    background-color: #96C01F;
}
.passage_status_chip_out_of_service {
    background-color: #B1382A;
}
.passage_status_chip_close {
    background-color: #D8D8E7;
}
.passage_status_chip_damaged {
    background-color: #F9690E;
}

/* END Style Texte */

/* Marge */

.noMargin {
    margin: 0px !important;
}

.noMargin-Top {
    margin-top: 0px !important;
}

.noMargin-Right {
    margin-right: 0px !important;
}

.noMargin-Bottom {
    margin-bottom: 0px !important;
}

.noMargin-Left {
    margin-left: 0px !important;
}

.margin-5 {
    margin: 5px !important;
}

.margin-10 {
    margin: 10px !important;
}

.margin-20 {
    margin: 20px !important;
}

.marginTop-5 {
    margin-top: 5px !important;
}

.marginTop-10 {
    margin-top: 10px !important;
}

.marginTop-20 {
    margin-top: 20px !important;
}

.marginTop-100 {
    margin-top: 100px !important;
}

.marginRight-5 {
    margin-right: 5px !important;
}

.marginRight-10 {
    margin-right: 10px !important;
}

.marginRight-20 {
    margin-right: 20px !important;
}

.marginLeft-5 {
    margin-left: 5px !important;
}

.marginLeft-10 {
    margin-left: 10px !important;
}

.marginLeft-20 {
    margin-left: 20px !important;
}

.marginBottom-5 {
    margin-bottom: 5px !important;
}

.marginBottom-10 {
    margin-bottom: 10px !important;
}

.marginBottom-20 {
    margin-bottom: 20px !important;
}

.marginBottom-100 {
    margin-bottom: 100px !important;
}

/* END Marge */

/* Padding */

.noPadding {
    padding: 0px !important;
}

.noPadding-Top {
    padding-top: 0px !important;
}

.noPadding-Right {
    padding-right: 0px !important;
}

.noPadding-Bottom {
    padding-bottom: 0px !important;
}

.noPadding-Left {
    padding-left: 0px !important;
}

.padding-5 {
    padding: 5px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-20 {
    padding: 20px !important;
}

.paddingTop-5 {
    padding-top: 5px !important;
}

.paddingTop-10 {
    padding-top: 10px !important;
}

.paddingTop-20 {
    padding-top: 20px !important;
}

.paddingTop-100 {
    padding-top: 100px !important;
}

.paddingRight-5 {
    padding-right: 5px !important;
}

.paddingRight-10 {
    padding-right: 10px !important;
}

.paddingRight-20 {
    padding-right: 20px !important;
}

.paddingRight-150 {
    padding-right: 150px !important;
}

.paddingLeft-5 {
    padding-left: 5px !important;
}

.paddingLeft-10 {
    padding-left: 10px !important;
}

.paddingLeft-20 {
    padding-left: 20px !important;
}

.paddingLeft-150 {
    padding-left: 150px !important;
}

.paddingBottom-5 {
    padding-bottom: 5px !important;
}

.paddingBottom-10 {
    padding-bottom: 10px !important;
}

.paddingBottom-20 {
    padding-bottom: 20px !important;
}

/* END Padding */

/* Div */

.div-left {
    float: left;
}

.div-right {
    float: right;
}

.div-center {
    margin-left: auto !important;
    margin-right: auto !important;
}

.div-verticalCenter {
    display: flex;
    height: 100%;

    flex-direction: column;
    justify-content: center;
}

.divBlock {
    display: block !important;
}

.divInline {
    display: inline-block !important;
}

.divInline-center {
    text-align: center;
}

.divInline-verticalCenter {
    vertical-align: middle;
}

/* END Div */

/* Div Size */

.divMaxSize-5 {
    max-width: 5%;
}

.divMaxSize-10 {
    max-width: 10%;
}

.divMaxSize-15 {
    max-width: 15%;
}

.divMaxSize-20 {
    max-width: 20%;
}

.divMaxSize-25 {
    max-width: 25%;
}

.divMaxSize-30 {
    max-width: 30%;
}

.divMaxSize-35 {
    max-width: 35%;
}

.divMaxSize-40 {
    max-width: 40%;
}

.divMaxSize-45 {
    max-width: 45%;
}

.divMaxSize-50 {
    max-width: 50%;
}

.divMaxSize-60 {
    max-width: 60%;
}

.divMaxSize-70 {
    max-width: 70%;
}

.divMaxSize-80 {
    max-width: 80%;
}

.divMaxSize-90 {
    max-width: 90%;
}

.divMaxSize-100 {
    max-width: 100%;
}

.divSize-5 {
    width: 5%;
}

.divSize-10 {
    width: 10%;
}

.divSize-15 {
    width: 15%;
}

.divSize-20 {
    width: 20%;
}

.divSize-25 {
    width: 25%;
}

.divSize-30 {
    width: 30%;
}

.divSize-35 {
    width: 35%;
}

.divSize-40 {
    width: 40%;
}

.divSize-45 {
    width: 45%;
}

.divSize-50 {
    width: 50%;
}

.divSize-60 {
    width: 60%;
}

.divSize-70 {
    width: 70%;
}

.divSize-80 {
    width: 80%;
}

.divSize-90 {
    width: 90%;
}

.divSize-100 {
    width: 100%;
}

.divLineHeight-10 {
    line-height: 10px !important;
}

.divLineHeight-20 {
    line-height: 20px !important;
}

.divLineHeight-30 {
    line-height: 30px !important;
}

.divLineHeight-40 {
    line-height: 40px !important;
}

.divLineHeight-50 {
    line-height: 50px !important;
}

.divLineHeight-60 {
    line-height: 60px !important;
}

/* END Div Size */

/* Table */

table {
    height: 100%;
    width: 100%;

    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;

    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

table .click {
    cursor: pointer;
}

thead {
    flex: 0 0 auto;
    width: 100%;

    font-weight: normal;
    border-bottom: solid 1px #00A2B3;
}

tbody {
    flex: 1 1 auto;
    display: block;
    overflow-y: auto;
}

thead th > a {
    display: inline-grid;
    width: 6px;

    margin-left: 10px;
    vertical-align: middle;
}

thead,
tbody tr {
    display: table;
    table-layout: fixed;
}

tbody tr {
    width: 100%;
    /*border-bottom: solid 1px #004158;*/
}

tbody > tr:hover {
    background-color: #EAEAEA;
}

tbody td:last-child {
    text-align: end;
}
tbody tr:nth-child(2n) {
    background-color: rgba(0,162,179,0.1);
}
tbody tr:nth-child(2n):hover {
    background-color: rgba(0,162,179,0.2);
}
tbody tr.new {
    background-color: rgba(92,184,92,0.2);
}
tbody tr.new:hover {
    background-color: rgba(92,184,92,0.4);
}

th, td {
    width: 100px;
    padding: 10px;

    text-align: left;
    font-weight: normal;
}

.hidden{
    display: none;
}

.list-400,
.list-450,
.list-600,
.list-800 {
    width: 100%;
    overflow-x: auto;
}

.list-400 tbody {
    max-height: 400px;
}

.list-450 tbody {
    max-height: 450px;
}

.list-600 tbody {
    max-height: 600px;
}

.list-800 tbody {
    max-height: 800px;
}

.arrow-up {
    display: inline-block;
    width: 0;
    height: 0;
    margin: 4px;

    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid dimgray;
}

.arrow-down {
    display: inline-block;
    width: 0;
    height: 0;
    margin: 4px;

    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid dimgray;
}

/* END Table */

/* Menu */

#menu {
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#menu li {
    color: #00A2B3;
    cursor: pointer;
}
#menu li:hover, #menu li.active{
    background-color: #00A2B3;
    color: #FFFFFF;
}

#menu li a {
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    padding: 10px;
    font-size: 20px;
    color: inherit;
}

/* END Menu */

/* ---- END Style pour la forme gÃ©nÃ©rale de la page ---- */
