﻿/* 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, .dx-datagrid-headers tr {
    /*background-color: #B6B7B6;*/
    /*color: white;*/
    padding: 5px 5px;
    margin: 5px 5px 5px 5px;
    /*width: calc(100%  - 20px);*/
    text-align: left;
    font-size: 15px;
}

.dx-datagrid-filter-row {
    background-color: white !important;
}
.dx-datagrid-filter-row td > div{
    margin:5px ;
}
.dx-datagrid-headers .dx-datagrid-table .dx-row > td {
    border-bottom: 1px solid #ddd;
}
.dx-datagrid-content .dx-datagrid-table .dx-row > td, .dx-datagrid-content .dx-datagrid-table .dx-row > tr > td {
    vertical-align: middle;
}
.dx-datagrid .dx-column-lines > td {
    border-left: 1px solid #B6B7B6;
    border-right: 1px solid #B6B7B6;
}
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 (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: 1200;
    }
}*/

.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{
    color:black;
    font-size: 30px;
}

.dx-drawer-panel-content .dx-list .dx-empty-message {
    color: white;
}

.InfoBox .title {
    padding:0;
}
.InfoBox .info {
    padding: 20px;
}
.buttonContainer {
    width: 250px;
    margin: 20px;
    margin-top: 10px;
}
.accLevels {
    text-align: left;
    border: 2px solid lightgrey;
    margin-left: 40px;
    margin-right: 40px;
}
.approbInfo {
    margin: 20px;
    padding: 20px;
    border: solid 2px lightgrey;
}
.appDescr {
    padding: 20px;
    text-align: justify
}
.PaddingElementHeader {
    padding-right: 10px;
}
.WelcomeMessage {
    font-size: 12px
}
.panel {
    width: 300px;
}
@media only screen and (max-width: 768px) {
    .HeaderLogo {
        display: none;
    }
    .WelcomeMessage {
        
        font-size: 10px
    }
    .PaddingElementHeader {
        padding-right: 5px;
    }
    .panel {
        width: 414px;
    }
}
@media only screen and (max-width: 1024px ) {
        /* For mobile phones: */
        .InfoBox .info {
            padding: 0px;
        }

        .buttonContainer {
            margin: auto;
            text-align: center;
        }

        .approbInfo {
            margin-left: 0px;
            margin-right: 0px;
        }

        .accLevels {
            margin-left: 0px;
            margin-right: 0px;
        }

        .appDescr {
            padding-left: 0px;
            padding-right: 0px;
        }

        .InfoBox .title {
            padding-left: 0px;
            padding-right: 0px;
        }
    }

    .dx-tabs-nav-button {
        background-color: #3A3C3D !important;
        height: calc(100% + 1px);
    }

    .dx-button-mode-contained .dx-icon {
        color: white !important;
    }
.dx-icon.dx-icon-column-chooser, .dx-icon.dx-icon-close {
    color: black !important;
}
    #viewport-container {
        background-color: rgb(182,183,182) !important;
    }

.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused {
    background-color: rgba(0,0,0,0.2);
    color: #fff;
}

.fa-power-off:hover {
    color: orange;
}

.preload {
    margin-top: -60px;
    z-index: 2000;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    display: flex;
    justify-content: center;
}

.ball {
    animation-iteration-count: infinite;
    width: 12.5px;
    height: 12.5px;
    border-radius: 50%;
    background-color: rgb(33,149,206);
}

