html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* 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;
}




.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);
}

.border-grey {
    border-bottom: 3px solid rgba(63,63,65,1);
}



.btn-outline-invisible {
    border-color: rgba(0,0,0,0);
}



.CircleProgress .content-circleprogress {
    cursor: pointer;
    border-radius: 10px;
}

    .CircleProgress .content-circleprogress:hover {
        background-color: lightgray;
    }

.box, .boxSearch {
    /*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 {
        width: 500px;
        height: 400px;
        margin: auto;
    }


@media(min-width: 900px) {
    .box, .boxSearch {
        display: table;
    }

        .box.appelGestion, .boxSearch.appelGestion {
            width: 900px;
            margin: auto;
            max-width: 900px;
        }

        .box.appel, .boxSearch.appel {
            width: 700px;
            margin: auto;
        }
}

@media(max-width: 900px) {
    .box.appelGestion, .box.appel, .boxSearch.appelGestion, .boxSearch.appel {
        max-width: 385px;
        width: calc(100% - 15px);
    }
}

.box > .header, .boxSearch > .header {
    background-color: rgba(63,63,65,1);
    color: white;
    padding: 10px 20px;
    width: calc(100%);
    position: absolute;
    text-align: left;
}

.box > .body, .boxSearch > .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;
}

div.isa_info {
    background-color: #17a2b8;
    font-size: 20px;
    text-align: center;
}

.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;
}