/* ============= */
/* Base styles   */
/* ============= */
.menuBlueOnSelected{
    background-color: rgb(0,82,147);
}
.mandatoryAsterisk{
   color: red;
/*   font-weight: bold;*/
}

.VIEWGPS_minSizeSave{
    width: 6rem;    
}

#sidebarToggle{
    color: white;
}
#banner{
    background-color: rgb(0,82,147);
}

#idManageDumpstersMap {
    height: 500px;
    resize: vertical;
    overflow: auto;
    overflow-x: hidden;
}

#idGPSMap {
    height:65vh;
}
.btn-MyIntelligentBtn{
    padding: .25rem .5rem;
    font-size: .875rem;
    width: 120px !important;
}

#VIEWLOGIN_CardHeader{
    background-color: rgb(0,82,147);
    color: white;
    font-weight: bold;
}

html {
    position: relative;
    min-height: 100%;
}

.invisibleAuDemarrage{
    display: none;
}

.logoutIconText{
    color: white;
}

.selectMinSize{
    width: 180px;
}

.viewTitle{
    border-bottom-style: groove;
    border-width: 1px;
}

.myCardHeader{
    color: white;
    background-color: rgb(0,82,147);
}

.noLeftPaddingToContent{
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.noTopPaddingToContent{
    top: 0 !important;
}

.homeTitle {
    background-color: rgb(0,82,147);
    color: white;
    width: 100%;
}
/*
.bannerIMG{
    height: 3.3rem;
}
*/

.VIEWHOME_MainTitle {
    font-size: 3.3rem;
}

body{
    background-color: rgb(239,243,249) ;
}
/* =========================== */
/* columns columns-right btn-group float-right  > btn */

/* =========================== */
/*  Table look                 */
/* =========================== */

#idManageUsersTable thead th, #idDumpstersTable thead {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

.table-hover tbody tr:hover td {
    background: #007bff !important;
    color: white !important;
}

/* ========================================================================== */
/* Changes to the above styles for each BOOTSTRAP breaks (xl, lg, md, sm, xs) */
/* ========================================================================== */

/* xs */
@media (max-width:575px) {
    .VIEWLOGIN_CardBottom{
        width:  8rem;
    }

    .VIEWHOME_Img {
        height: 7rem;
    }

    .VIEWHOME_CollabTitle{
        margin-top: 3rem;
    }

    .search-input{
        display: none;
    }

    .VIEWGPS_minSizeSave{
        padding: 0px;
        width: 8rem;  
        font-size: 15px;
    }
}
/* sm */
@media (min-width:576px) {
    .VIEWLOGIN_CardBottom{
        width:  8rem;
    } 

    .VIEWGPS_minSizeSave{
        width: 14rem;
         font-size: 20px;
    }

    .VIEWHOME_Img {
        height: 7.5rem;
    }
    .VIEWHOME_CollabTitle{
        margin-top: 3rem;
    }
    .search-input{
        display: none;
    }
}

/* md */
@media (min-width:768px) {
    .VIEWLOGIN_CardBottom{
        width:  10rem;
    }

    .VIEWHOME_Img {
        height: 8rem;
    }
    .VIEWHOME_CollabTitle{
        margin-top: 3rem;
    }

    .btn-MyIntelligentBtn{
        padding: .5rem 1rem;
        font-size: 1.25rem;
        width: 140px !important;
    }
    .search-input{
        display: block;
    }
}

/* lg */
@media (min-width:992px) {

    .VIEWLOGIN_CardBottom{
        width:  10rem;
    }
    .VIEWHOME_CollabTitle{
        margin-top: 4.5rem;
    }
    .VIEWHOME_Img {
        height: 9rem;
    }
}
/* xl */
@media (min-width:1200px) {
    .VIEWLOGIN_CardBottom{
        width:  10rem;
    }
    .VIEWHOME_CollabTitle{
        margin-top: 5rem;
    }
    .VIEWHOME_Img {
        height: 10rem;
    }
}

/* =================================================== */
/* To make the gray used in input fields much lighter  */
/* =================================================== */

.form-control::-webkit-input-placeholder {
    color: #DDDDDD !important;
}

input::-webkit-input-placeholder {
    color: #DDDDDD !important;
}

input::-moz-placeholder {
    color: #DDDDDD !important;
}

input:-ms-input-placeholder {
    color: #DDDDDD !important;
}

input::placeholder {
    color: #DDDDDD !important;
}

/* ========================================================= */
/* To make mandatory input fields display they are mandatory */
/* ========================================================= */

/* Show red borders when filled, but invalid */
/*input.mandatory:not(:placeholder-shown) {
  border-color: hsl(0, 76%, 50%);
}*/

/* Show red borders when not filled, but invalid */
input.mandatory:placeholder-shown {
    background-color: #fffafa !important;
    border-color: #c00000 !important;
}

/* Show green borders when valid */
input.mandatory:not(:valid) {
    background-color: #fffafa !important;
    border-color: #c00000 !important;
}

/* Show green borders when valid */
input.mandatory:valid {
    background-color: #fafffa !important;
    border-color: #00c000 !important;
}

/* Show green borders when valid */
input.nowvalidated {
    background-color: #fafffa !important;
}
