.navbar {
    background-color:#fd3903;
}

.mainViewContainer {
    padding: 15px 30px;

}

.incident-description-title {
    margin-top: 30px;
}

.incident-files-title {
    margin-top: 15px;
}


.incident-messages-title {
    margin-top: 30px;
}


.incident-signature {
    text-align: right;
    color: #50505f;

}

.input-group{
    margin: 5px;

}



.input-group-text{
    width: 100px;
}



.callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    h4 {
      margin-top: 0;
      margin-bottom: 5px;
    }
    p:last-child {
      margin-bottom: 0;
    }
    code {
      border-radius: 3px;
    }
    & + .bs-callout {
      margin-top: -5px;
    }
  }

    .message-operator {
        margin-left:50px;
        border-left-color: #428bca;
        background-color: #eaf6ff;
    }

    .senderOperator{
        color: #428bca;
    }



    .message-whistleblower {
        margin-right:50px;
        border-left-color: #fd3903;
        background-color: #fff5ec;
    }

    .senderWhistleblower{
        color: #ff5e00;
    }



    .message-systemWarning {

        padding: 20px;
        margin: 20px 0;
        border: 2px solid rgb(255, 0, 0);
        border-left-width: 5px;
        border-right-width: 5px;
        border-radius: 3px;


        text-align: center;
        border-left-color: #e60101;
        background-color: #ffb4b4;
    }

    .senderSystemWarning{
        color: #c40000;
    }


    .senderSystemWarning a{
        color: #c40000;
    }



    .message-systemInfo {
        padding: 10px 20px 0px 20px;
        margin: 20px 0;
        border: 2px solid rgb(38, 212, 12);
        border-left-width: 5px;
        border-right-width: 5px;
        border-radius: 3px;


        text-align: left;
        border-left-color: #27e601;
        background-color: #c3ffb4;
    }

    .senderSystemInfo{
        color: #147a00;
    }





    #messageReadedTimeInfo{
        text-align: right;
        font-style: italic;
        color: gray;
        margin-bottom: 0px;
    }


  .dropzone {
      background: #ddeef5;
      border-radius: 5px;
      min-height: 50PX;
      min-width: 100px;
      margin-left: auto;
      margin-right: auto;
      border: 2px dashed #bbbbbe;
      margin-bottom: 20px;
  }
