﻿

.cabeceraM {
    background: rgba(214,214,214,1);
    background: -moz-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(179,177,179,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(214,214,214,1)), color-stop(100%, rgba(179,177,179,1)));
    background: -webkit-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(179,177,179,1) 100%);
    background: -o-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(179,177,179,1) 100%);
    background: -ms-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(179,177,179,1) 100%);
    background: linear-gradient(to bottom, rgba(214,214,214,1) 0%, rgba(179,177,179,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#b3b1b3', GradientType=0 );
}

#tbDetalle td {
    border:1px solid #BDBDBD;
}
#tbDetalle th {
    border:1px solid #BDBDBD;
}
 .fitFirstCell{
            width:1% !important;
        }

 .tableblow td {
    border:1px solid #BDBDBD;
}
.tableblow th {
    border:1px solid #BDBDBD;
}

 #dvSucceed {
            width: 100%;
            height: 100%;
            top: 0px;
            left: 0px;
            position: fixed;
            display: block;
            opacity: 0.7;
            background-color: #CCC;
            z-index: 99;
            text-align: center;
        }

        #loading {
            width: 100%;
            height: 100%;
            top: 0px;
            left: 0px;
            position: fixed;
            display: block;
            opacity: 0.7;
            background-color: #CCC;
            z-index: 99;
            text-align: center;
        }

        #loading-image {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 42px;
            height: 42px;
            /* 1/2 of the height and width of the actual gif */
            margin: -16px 0 0 -16px;
            z-index: 100;
        }

        #succeed-image {
            position: absolute;
            top: 30%;
            left: 30%;
            width: 30%;
            height: 37%;
            /* 1/2 of the height and width of the actual gif */
            margin: -16px 0 0 -16px;
            z-index: 100;
        }

        .fitFirstCell{
            width:1% !important;
        }