
.accept{
    background-color: #0465ac;
}
.table>thead>tr>td{
    font-weight: bold;
    /* font-size:14px */
}
.modal-title{
    text-align: left;
}
.characterLimitMessage{
    color: #aeaeae;
    padding-top: 2px;
    text-align: right;
    clear:both;
}
.addEditModelHeader{
    padding: 15px 30px;
    word-break: break-word;
}
.btn{
    cursor: pointer;
    text-transform: unset;
    font-size: 12px;
    margin-left: 0px;
    margin-right: 0px;
    
}
.modal-dialog .modal-content{
padding:0;
float: unset !important;
margin: auto;
}
.modal-content{
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.8s;
    animation-name: animatetop;
     animation-duration: 0.8s;
     margin-top: 4;
     padding:0px;
     float:unset !important;
}

.custom-form-control {
    color: #4A4A4A;
    border-radius: 2px;
    font-size: 14px;
    width: 100%;
    height: 39px;
    padding: 8px 12px;
    /* background-color: #fff; */
    border: 1px solid #ccc !important;
    border-radius: 2px !important; 
    /* box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    line-height: 1.42857143;

    float: left;
}
.custom-form-control:focus{
    border: 1px solid #4285F4 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) !important;
}
/* } css of drop down */
.dropdown-backdrop{
    z-index:0;
}

@media screen and (max-width: 767px)
{
    .table-responsive {
        border: none;
    }
}
.openSlider{
    display: block;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    background-color: WHITE;
    overflow-x: hidden;
    transition: 0.1s;
    padding:0px;
    height:100%;
    min-width:200px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.pageMenu{
    position: absolute;
    min-width: 180px;
    z-index: 1;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,.25);
    right: 0;
    text-align: left;
    z-index: 2 !important;
    padding-bottom: 0px;
}
.pageMenu>li>a{
    padding: 8px;
    text-decoration: none;
    display: block;
    font-size: 12px;
    border-bottom: 1px solid #cacaca;
}
/* pagination font size */
.pagination .page-link
{
    font-size: 12px !important;
}
.pagination>.active>a{
    z-index:1;
}
.pagination .active .page-link
{
    color: #fff;
    background-color: #4285f4 !important;
}
.pagination-div{
    text-align: center;
}
.overRealy{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 9;
    position: fixed;
    top: 0;
    bottom: 0;
}
.sidenavbar{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    background-color: WHITE;
    overflow-x: hidden;
    transition: 0.1s;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px 0px, rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;
}
.modal-content{
    float: unset;
}
.sidenotificationnav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    background-color: WHITE;
    overflow-x: hidden;
    transition: 0.1s;
}
 .notificationheader {
    background: #0465ac;
    color: white;
    padding: 10px;
    font-size: 22px;
}
.btn-outline-primary{
    border: 2px solid #0465ac !important;
    color:#0465ac !important;
}
.dialog {
    margin: 0 auto;
}