﻿body {
}

.modal-header{
    background-color: #059893;
     border-radius: 10px; 
     padding: 8px;
     color:white;
     font-weight:600;
     text-align:center;
}
.PanelSearch {
    /*margin-top:5px;*/
    border: thin Solid #0099CC;
    border-radius: 10px;
}
.PanelSearchApproval {
    /*margin-top:5px;*/
    border: thin dashed #2EFE2E;
    border-radius: 10px;
}
.TitleContentXXX {
    /*display: block;*/
    height: 35px;
    padding: 10px;
    border-bottom: medium #CCC solid;
    font-weight: bold;
    font-size: 16px;
}

