/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 19, 2019, 3:31:24 PM
    Author     : PC-24
*/

#saving-message {
    display:none;
}


#prt-list .prt-row {
    padding:2px 0px;
}

#prt-list div.prt-row div:first-child {
    width:55% !important;
}

#prt-list .add-button, 
#prt-sel .rem-button, 
.check-button,
.selected .add-button,
.selected .rem-button {
    display:none;
}

#prt-sel .selected .check-button {
    display:inline-block;
}

#prt-sel div.prt-row div:first-child {
    width:80%;
}

#prt-list .prt-row:hover {
    background-color:#E1E1E1;
}

#prt-list .prt-row:first-child {
    background-color:#E1E1E1;
}

.w3-modal-content {
    width:33%;
}

#holiday-emp-list .content-message,
#holiday-br-list .content-message,
#holiday-emp-list footer,
#holiday-br-list footer {
    background-color:#fff;
}