﻿  
        .maxwidth100 {
            max-width: 130px;
            min-width: 130px;
        }

.maxwidth90 {width:90px;
}

        .disp-block {
            display: block;
        }

        /*tfoot {
            background: #fff !important;
        }*/

        .select2-container {
            width: 100% !important;
        }

        .minwidth200 {
            min-width: 130px !important;
        }

        .table > thead > tr > th {
            vertical-align: middle;
        }

        .table-custom-class tfoot tr td {
            border: none !important;
            border-right: solid thin rgba(230, 230, 230, 0.7) !important;
            color: #626262;
            vertical-align: middle !important;
            font-size: 13px !important;
        }

        .table-custom-class tbody tr td {
            font-size: 13px !important;
        }

        .textWarning {
            color: red !important;
            font-size: 13px;
        }

        .maxwidth75 {
            max-width: 80px;
        }

        .maxwidth100 {
            max-width: 130px;
            min-width: 130px;
        }

        .minmax-100 {
            max-width: 100px;
            min-width: 100px;
        }



        #gvExtraRequi a i {
            font-size: 16px;
            margin-right: 8px;
        }

        .ErrorMsgQty {
            display: block;
        }

        .elemerrormsg {
            background-color: #fddddd !important;
            color: #933432 !important;
            border-color: #933432 !important;
            background-image: none;
            box-shadow: none;
            text-shadow: none;
            padding: 12px 19px 12px 15px;
            border-radius: 3px;
            font-size: 13px;
            border-width: 0;
            -webkit-transition: all .2s linear 0s;
            transition: all .2s linear 0s;
            position: fixed;
            width: 96.4%;
            border-radius: 0px;
            top: 50px;
            left: 35px;
            right: 0px;
            z-index: 999;
            animation-duration: 1s;
            animation-fill-mode: both;
            animation-name: fadeInDown;
            text-align: left;
        }

        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translate3d(0, -100%, 0);
            }

            to {
                opacity: 1;
                transform: none;
            }
        }

        .elemerrormsg:before {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            margin-right: 6px;
            content: "\f071";
        }
    