.color-red{
      background: red;

    }
     
    /*input Fils*/

    .custom-file-input3::-webkit-file-upload-button{
      visibility: hidden;
    }
    .custom-file-input3::before {
      content: 'Select a File';
      display: inline-block;
      background: #387EF5;
      border: 1px solid #387EF5;
      border-radius: 3px;
      padding: 5px 8px;
      /*outline: none;*/
      /*white-space: nowrap;*/
      -webkit-user-select: none;
      font-weight: 700;
      font-size: 8pt;
      color: #fff;
    }

    .custom-file-input3:hover::before {
      border-color: #fff;
    }
    .custom-file-input3:active::before {
      background: #387EF5;
    } 

    /*style shift schedule*/
    .Und{
        background: gray;
        opacity: 0.8;
        color: white;
        border: solid gray 1px;
    }

    .profile-image{
      margin-top: -10px;
      margin-right: 10px;
      float: left;
      width: 45px;
      height: 45px;
    }

    @media only screen and (max-width: 766px){
    .collapsing, .in {background-color: #f7f7f7;}
    .collapsing ul li a, .in ul li a {color: #555!important;}
    .collapsing ul li a:hover, .in ul li a:hover {color: #f1f1f1!important;}
    }