﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}



.footer {
  position: relative;
  /*bottom: 1px;*/
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

.bg-orange {
    background-color: rgba(209,77,30,0.95);
}
.green {
    color:green
}
.blue {
    color: blue
}
.red {
    color: red
}
.border-grey {
    border-bottom: 3px solid rgba(63,63,65,1);
}
html, body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.btn-outline-invisible {
    border-color: rgba(0,0,0,0);
}

body > .container { padding-top:64px; }

.CircleProgress .content-circleprogress {
    cursor: pointer;
    border-radius: 10px;
}

    .CircleProgress .content-circleprogress:hover {
        background-color: lightgray;
    }

.box {
    display: table;
    background-color: rgba(255,255,255,1);
    border-radius: 0px;
    box-shadow: rgba(0,0,0,0.4) 5px 5px;
    border: 2px solid rgba(0,0,0,0.8);
    position: relative;
}

    .box.login {
        height: 27%;
        width: 27%;
        min-width: 438px;
        min-height: 400px;
        margin-left: calc(50% - 224px);
    }
    .box.appel {
        width: 700px;
        
        margin-left: calc(50% - 350px);
    }
    .box.appelGestion {
        width: 900px;
        max-width: 900px;
        margin-left: calc(50% - 450px);
    }
        .box > .header {
            background-color: rgba(63,63,65,1);
            color: white;
            padding: 10px 20px;
            width: calc(100%);
            position: absolute;
            text-align: left;
        }
        .box > .body {
            padding:30px;
            padding-top:60px;
        }
.iw_login_header {
    background-color: rgba(63,63,65,1);
    color: white;
    padding: 10px 20px;
    width: calc(100% - 40px);
    position: absolute;
    text-align: left;
}


.black-gradient {
    background: url(../images/black-gradient.jpg) center no-repeat;
    background-size: cover;
}

.home-big-buttons a {
    display: block;
    position: relative;
    text-transform: uppercase;
    color: white;
    text-decoration: none !important;
    text-align: center;
}
.home-big-buttons a:hover {
    color: white !important;
}

    a.selected, a:hover, a:active, a:focus {
        outline: none;
        text-decoration: none;
    }

.home-big-buttons img {
    position: relative;
    bottom: 20px;
    z-index: 5;
}

a img {
    border: none;
}

.big-button-text {
    position: relative;
    z-index: 5;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    bottom: 10px;
}

.home-big-buttons {
    padding: 25px 0;
}

    .home-big-buttons a {
        display: block;
        position: relative;
        text-transform: uppercase;
        color: white;
        text-decoration: none;
        text-align: center;
    }

    .home-big-buttons img {
        position: relative;
        bottom: 20px;
        z-index: 5;
    }

.big-button-text {
    position: relative;
    z-index: 5;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    bottom: 10px;
    text-decoration:none;
}

.home-big-buttons a span {
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    -webkit-transition: all 0.33s ease-in;
    transition: all 0.33s ease-in;
}

.home-big-buttons a:hover span {
    width: 51%;
    height: 125px;
}

.home-big-buttons a span:first-of-type {
    top: 0;
    left: 0;
}

.home-big-buttons a span:nth-of-type(2) {
    top: 0;
    right: 0;
}

.home-big-buttons a span:nth-of-type(3) {
    bottom: 0;
    right: 0;
}

.home-big-buttons a span:last-of-type {
    bottom: 0;
    left: 0;
}

.admin-link span {
    background-color: #2B8AB6;
}

.doc-link span {
    background-color: #D89938;
}
/*#223e63*/
.screen-link span {
    background-color: #4F732F;
}

.btn-container {
    padding:30px;
}

/*body {
    background-size: cover; 
    background: url("../images/warehousing.png"), rgba(255,255,255,0.5);
    background-blend-mode: lighten;
    background-repeat: no-repeat;
    background-attachment: fixed;
}*/

.dot {
    height: 20px;
    width: 20px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin-left:10px;
}

.bg-green {
background-color:green !important;
}
.bg-red {
    background-color: red !important;
}
.bg-grey {
    background-color: grey !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.section-header {
    background-color: rgba(70,70,72,1);
    color: white;
    padding: 5px 10px;
    /*width: calc(100%  - 20px);*/
    text-align: left;
}

mark {
    background: yellow !important;
    color: black !important;
}

.spinner-wrp {
    height: 100px;
    position: relative;
    display: table;
    width: 100%;
    font-size: 20px
}

    .spinner-wrp > * {
        text-align: center;
        vertical-align: middle;
        display: table-cell
    }

.dx-list-item span {
    display: inline-block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal;
    padding-left: 7px;
}
.section-body {
    margin: 5px;
}
.section-body label {

    font-weight: bold;
}

.dx-fileuploader-files-container {
    padding: 0px !important;
}

.dx-fileuploader-input-wrapper {
    padding: 3px 0 3px !important;
}

.appel-description-container p {
    margin-bottom: 2px !important;
}

div.isa_error {
    color: #D8000C;
    background-color: #FFBABA;
}

.isa_error, .isa_grave, .isa_info, .isa_success, .isa_warning {
    margin: 10px 0;
    padding: 12px;
}

.appel .dx-field-item-help-text {
    font-size:11px !important;
}

.container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
}
@media (max-width: 576px) {
    .dx-layout-manager .dx-tabpanel .dx-multiview-item-content {
        padding: 5px !important;
    }
    .dx-item-content dx-multiview-item-content {
        
    }
}
@media (min-width: 576px) {
    .container {
        max-width: 768px;
    }

}

@media (min-width: 768px) {
    .container {
        max-width: 992px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1920px;
    }
}

.noselect {
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer */
    -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
    -webkit-user-select: none; /* Chrome, Safari, and Opera */
    -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}

.statutTriangle {
    border-right: 10px solid transparent;
    border-top: 10px solid;
    position: absolute;
    left: 0;
    top: -3px;
    height: 100%;
    transition: transform .2s;
}
.statutTriangle.reverse {
    border-right:unset;
    border-left: 10px solid transparent;
    position: absolute;
    left:unset;
    right: 0;
}
    .statutTriangle.big {
        border-right-width: 25px;
        border-top-width: 25px;
    }
    .statutTriangle.big.reverse {
        border-left-width: 25px;
        border-top-width: 25px;
    }

.dx-form-group-with-caption > .dx-form-group-content {
    border-top:2px solid rgba(63,63,65,0.3);
    padding-bottom: 20px;
}
/*.dx-navbar {
    border-top: 2px solid rgba(63,63,65,1);
}*/

.margin-std {
    margin:5px
}

.margin-right-std {
    margin-right:10px;
}

#slideOutMenu > .dx-drawer-wrapper > .dx-drawer-panel-content .dx-list-item {
    table-layout: unset;
    border-top: unset;
    color: white !important;
}

#slideOutMenu > .dx-drawer-wrapper > .dx-drawer-panel-content {
    background-color: rgba(63,63,65,1);
}
    #slideOutMenu > .dx-drawer-wrapper > .dx-drawer-panel-content .dx-icon {
        color: white !important;
    }
    #slideOutMenu > .dx-drawer-wrapper > .dx-drawer-panel-content .dx-icon:hover {
        color: grey !important;
    }

.dx-field-item-label-text {
    font-weight: bold;
    font-size: 0.8em;
}

.button-grey {
    color: #999 !important;
}

.no-select {
    user-select: none; /* supported by Chrome and Opera */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}

.dx-tabpanel .dx-tabs .dx-tab.dx-tab-selected .dx-tab-content {
    /*color: #e5e5e5 !important;*/
}

.dx-field-item:not(.dx-field-item-has-group):not(.dx-field-item-has-tabs):not(.dx-first-row):not(.dx-label-v-align) {
    padding-top: 7px;
}
.dx-field-item-label-location-top {
    padding: 2px 0px 2px;
}
.dx-layout-manager .dx-field-item:not(.dx-first-row) {
    padding-top: 5px;
}

/*.dx-overlay-content.dx-resizable.dx-loadpanel-content {
    z-index: 20001 !important
}*/
.dx-datagrid-edit-popup .dx-popup-content {
    padding: 0px 10px;
}



* {
    touch-action: manipulation;
}

body {
    font-family: 'Roboto';
    font-size: 15px;
}

html {
    overflow: hidden;
}

.dx-navbar .dx-nav-item .dx-icon, .dx-navbar .dx-rtl .dx-nav-item .dx-icon {
    font-size: 1.2vw !important;
}

.dx-tabs {
    table-layout: fixed;
}

.menu.bottom {
    width: 100%;
    height: 60px;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #3A3A3C;
    color: white;
    border-top: 5px solid #4A4A4A;
}

.menu-item {
    border-bottom: 5px solid rgba(0,0,0,0);
    padding: 7px;
    margin: 5px;
    font-weight: bolder;
    text-transform: uppercase;
    cursor: pointer;
}

    .menu-item:hover {
        border-bottom-color: #CF5913;
        color: #CF5913;
    }

    .menu-item.active {
        border-bottom-color: #3A3A3A;
    }

#footer_acceo {
    background: #FFFFFF;
    padding: 20px 20px 40px 20px;
}

    #footer_acceo .logo_acceo {
        width: 75px;
        margin: 15px auto;
        display: inline-block;
    }

    #footer_acceo .logo_acceo_wrap {
        text-align: center;
    }

    #footer_acceo p {
        text-align: center;
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 0;
        color: #414449;
    }

        #footer_acceo p.copyright {
            font-weight: 600;
            font-size: 12px;
            color: #404040;
            line-height: 18px;
            margin-top: 10px;
        }

        #footer_acceo p a {
            margin-left: 5px;
            font-weight: 700;
            font-size: 18px;
        }

            #footer_acceo p a:hover {
                text-decoration: underline;
            }

        #footer_acceo p.copyright span {
            display: block;
        }

@media (min-width:768px) {
    #footer_acceo p.copyright {
        margin-top: 0;
    }

        #footer_acceo p.copyright span {
            display: inline-block;
        }
}


element.style {
    background-color: rgb(0, 104, 139);
    font-size: 14px;
}

.badge {
    display: initial;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

    .badge[data-i*="0"] {
        display: none;
    }

.badge-notify {
    /*background: red;*/
    position: absolute;
    top: -5px;
    left: -5px;
}
/*        @@media (max-width: 810px)and (max-height: 1070px) {.navbar-toggler{ display: none;}}
        @@media (max-width: 1080px)and (max-height: 745px) {.navbar-toggler{ display: none;}}
*/
/*        @@media (min-height: 680px), screen and (orientation: portrait) { .navbar-toggler{ display: none;} }/*
*/


@media (min-width:320px) {
    body > .container {
        padding-top: 52px;
    }

    .navbarMobile {
        display: flex;
    }

    .navbarDesktop {
        display: none;
    }
    /* smartphones, iPhone, portrait 480x320 phones */

    #slideOutMenu {
        margin-top: 7px;
    }
}

@media (min-width:481px) { /* portrait e-readers (Nook/Kindle), smaller tablets  600 or  640 wide. */
}

@media (min-width:641px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
}

@media (min-width:961px) and (min-height:791px) {
    body > .container {
        padding-top: 59px;
    }

    .navbarMobile {
        display: none;
    }

    .navbarDesktop {
        display: flex;
    }

    #slideOutMenu {
        //margin-top: 0px;
    }
    /* tablet, landscape iPad, lo-res laptops ands desktops */
}

@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */
}

@media (min-width:1281px) {
}
/*        @@media only screen {.navbar-toggler{ display: none;} }*/
/*@@media (max-height: 768px)  {.navbar-toggler{ display: none;}}*/

.fiche {
    border-left: 2px solid rgba(63,63,65,0.3);
}

.dx-loadpanel-custom .dx-loadpanel-message {
    display: unset !important;
}

.dx-loadpanel-custom .dx-loadpanel-content {
    width: 200px !important;
    height: 80px !important;
    max-width: 200px !important;
    max-height: 80px !important;
    border-radius: 6px !important;
}