﻿
.table-custom-class tbody tr, .table-custom-class thead tr {
    font-size: 13px !important;
}

.disp-none {
    display: none;
}

.mtn10 {
    margin-top: -6px;
}

.selectbtn {
    margin-left: 5px;
    margin-top: -10px;
}

.filterCriteria .AddWrapp ul.Addview {
    margin-bottom: 4px !important;
}

.mainAccordian {
    margin-bottom: 0px !important;
}

.TRerror, .TRerror a {
    background-color: #fddddd !important;
    color: #933432 !important;
}

.table-custom-class tbody tr.TRerror td {
    background-color: #fddddd !important;
    color: #933432 !important;
}

.elemerrormsg {
    background-color: #fddddd !important;
    color: #933432 !important;
    background-image: none;
    border: none !important;
    position: fixed;
    width: 100%;
    text-align: left;
    padding: 13px 0px;
    left: 0px;
    top: 0px;
    z-index: 999;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
}

    .elemerrormsg span {
        padding: 0px 10px;
    }

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.errorClose {
    float: right;
    margin-right: 15px;
    color: #cf9493;
    cursor: pointer;
}

.expandNow {
    background: #18aacc;
    padding: 10px;
    margin: 5px;
    border-radius: 3px;
    display: inline-block;
    color: #fff;
}

.closeTD {
    font-size: 16px;
    color: #18AACC;
    cursor: pointer;
}
