.left_section {
    width: 250px;
    padding: 10px 0 10px 10px;
    height: 100%;
    float: left;
}

ul.summary_list {
    padding: 0;
    list-style: none;
    height: 100%;
    overflow: auto;
    padding-right: 10px;
}


ul.summary_list h4 {
    font-size: 20px;
    margin: 0;
    font-weight: bold;
}
    ul.summary_list .summary_card hr {
       margin: 4px 0px;
    }
    ul.summary_list .summary_card p {
        font-size: 18px;
        margin: 0;
        font-weight: bold;
    }
        ul .summary_list .summary_card hr{
    margin: 5px 0px;
}

.middle_section {
    width: calc(100% - 600px);
    height: 100%;
    padding: 10px 10px 10px 10px;
    float: left;
    position: relative;
}

.middle_section .section_card {
    width: 100%;
    height: calc(100%);
    padding: 10px;
    background: #efefef;
}


.right_section {
    width: 350px;
    padding: 10px 0px 10px 10px;
    height: 100%;
    float: left;
}

.right_section h2.section_title {
    font-size: 18px;
    padding: 5px;
    background: #6c757d;
    color: #fff;
}

ul.case_list {
    padding: 0;
    list-style: none;
    height: calc(100% - 31px);
    overflow: auto;
    padding-right: 10px;
}

.case_card .table {
   margin: 0px;
}

.case_card .table tr {
    border-bottom: 1px solid;
}

.case_card .table td, .case_card .table th {
    vertical-align: top;
    border-top: 0px solid #dee2e6;
    font-size: 14px;
    font-weight: 500;
    color: #721c24;
    word-break: break-word;
    padding: 3.5px;
}

.case_card .table tr td:first-child, .case_card .table tr th:first-child {
    width: 90px;
}


.map_legends {
    position: absolute;
    width: 250px;
    left: 10px;
    bottom: 10px;
    background: rgb(255, 255, 255);
    border: 1px solid #48d564;
}

.map_legends h4.lg_title {
    border-bottom: 1px solid #6fce59;
    padding: 5px;
    font-size: 18px;
    margin: 0;
    color: #000000;
}

.map_legends ul {
    list-style: none;
    padding: 10px;
    margin: 0;
}

.map_legends ul li {
    font-size: 15px;
    font-weight: 500;
    padding-left: 25px;
    position: relative;
}

    .map_legends ul li.alert_lg img {
        width: 16px;
        margin-left: 2.5px;
    }

    .map_legends ul li.hl:before,
    .map_legends ul li.qur:before {
        content: '';
        display: block;
        position: absolute;
        left: 2px;
        top: 5px;
        height: 15px;
        width: 15px;
        border-radius: 10px;
        border: 1px solid;
    }


.map_legends ul li.hl:before{
    background: #ff0000ff;
}

.map_legends ul li.qur:before{
    background: #ffc000ff
}


.alert-noti {
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0 5px;
}

.bl-2 {
    border-left: 2px solid #6c7570;
}

.alert-noti mark {
    border-radius: 20px;
    border: 2px solid #FFF;
    width: 25px;
    height: 25px;
    background-color: #FF6B6B;
    position: absolute;
    top: -3px;
    left: 18px;
    font-size: 10px;
    line-height: 1.7;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #FFF;
    font-weight: 700;
    text-align: center;
}

.alert-noti3 img {
    width: 40px;
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;   
-webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;  

}

.alert-noti3 img.swing{
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}
.alert-noti2 img {
    width: 40px;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

    .alert-noti2 img.swing {
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
        -webkit-animation-name: swing;
        animation-name: swing;
    }
.alert-noti1 img {
    width: 40px;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

    .alert-noti1 img.swing {
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
        -webkit-animation-name: swing;
        animation-name: swing;
    }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}



.cs-grid-model .modal-dialog{
    min-width: 90%;
}