﻿/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size:16px;
}

h2 {
    margin-top: 1px;
}

td {
 white-space:nowrap;
}

thead{
    background: #48718e;
    color: #fff;
   
}
a,a:hover{
     text-decoration: none;
}

 td:nth-child(1),th:nth-child(1){
    vertical-align:middle !important;
    text-align:center !important;
}
  

 td a{
    background: #ffffff00;
    padding: 3px 5px;
    border-radius: 5px;
    font-weight: 400;
    color: #48718e;
    border: 1px solid #48718e;
    font-size:14px;
 }

 th:nth-child(1) a{
    background: #ffffff00;
    padding: 5px 8px;
    border-radius: 5px;
    font-weight: 800;
    color: #fff;
    border: 1px solid #fff;
    font-size:14px;
 }



tbody td:nth-child(2) div:nth-child(2),
tbody td:nth-child(3) div:nth-child(2),
tbody td:nth-child(4) div:nth-child(2){
    font-size:12px;
}

tbody tr {
border:10px solid #fff;
border-left:none;
border-right:none;
}

.case_processing {
    background:#eafcfd;
}



.case_processing td:nth-child(2) div:nth-child(1) 
{
    background: #387e8a;
    padding: 2px 5px;
    border-radius: 5px;
    text-align: center;
    width: 70px;
    font-weight:800;
    font-size:14px;
    color:#fff;
}

.case_close td:nth-child(2) div:nth-child(1) {
    background: #ccc;
    padding: 2px 5px;
    border-radius: 5px;
    text-align: center;
    width: 70px;
    font-weight: 800;
    font-size: 14px;
    color: #555;
}

.case_cancel td:nth-child(2) div:nth-child(1) 
{
    background: #ccc;
    padding: 2px 5px;
    border-radius: 5px;
    text-align: center;
    width: 70px;
    font-weight: 800;
    font-size: 14px;
    color: #555;
}

.case_close,.case_cancel{
    background:#ebebeb;
}

.modal-dialog {
  max-width: 90% !important;
  width: 90% !important;
}

.btn-info {
    padding: 5px 5px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3333333;
    border-radius: 3px;
    margin-top: 5px;
    background: #989898;
    border: 1px solid #888;
}

.btn-info:hover{
    background:#aaa;
    border: 1px solid #888;
}

.btn-info:focus,.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #888;
}

