﻿
/*Manage user:styles start*/
.TimeEntryMode {
    height: 31px;
    width: 25px;
    display: block;
      background-repeat: no-repeat;
}
.playPauseMode {
    background-image: url('../Images/play-icon1.png');
    background-size: 20px;
    transform: translate(0px,4px);
    margin-left: 3px;              /*Added by Dnyaneshwari*/
}
    .playPauseMode:hover {
       background-color:none!important;
    }
    .startStopMode {
        background-image: url('../Images/Watch-icon1.png');
        background-size: 20px;
        transform: translate(0px,4px);
        margin-left: 3px;
    }
/*Manage user:styles end*/

/*Receive Payment:styles start*/
.ImageButtonEditClass {
            width: 10px;
            height: 10px;
        }
.ImageButtonDeleteClass {
            width: 10px;
            height: 10px;
        }
.ClassDivChequeFields {
            display: none;
        }
.ClassDivBankTransferFields {
            display: none;
        }
.ClassDivInwardRemittanceFields {
            display: none;
        }
.notesClass {
            max-width: 300px;
            min-width: 100px;
            max-height: 100px;
            min-height: 50px;
        }
.ReceiveAmountTextBox {
            width: inherit;
        }
fieldset.PaymentFieldSet {
            display: block;
            -webkit-margin-start: 2px;
            -webkit-margin-end: 2px;
            -webkit-padding-before: 0.35em;
            -webkit-padding-start: 0.75em;
            -webkit-padding-end: 0.75em;
            -webkit-padding-after: 0.625em;
            border: 2px groove threedface;
            border-image-source: initial;
            border-image-slice: initial;
            border-image-width: initial;
            border-image-outset: initial;
            border-image-repeat: initial;
            min-width: -webkit-min-content;
        }
legend {
    display: block !important;
    -webkit-padding-start: 2px;
    -webkit-padding-end: 2px;
    border: none;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}
/*Receive Payment:styles end*/

.receivePaymentSearch input, textarea {
}
