﻿


.ErrorFormUser span, #pMessage > span {
    color: #ff0000;
    display: block;
}


#divMessage {
    height: 685px;
    background-color: #f8f9fc;
}

#dataDeliveryAsset > tbody > tr > td:nth-child(9), #dataAssetSChecked > tbody > tr > td:nth-child(9),
#dataDeliveryAsset > tbody > tr > td:nth-child(10), #dataAssetSChecked > tbody > tr > td:nth-child(10),
#dataSearch > tbody > tr:nth-child(1) > td:nth-child(9), #dataNews > tbody > tr > td:nth-child(4) {
    text-align: center;
}

#dataDeliveryAsset > thead > tr > th:nth-child(9) {
    text-align: center;
}


div.dt-buttons {
    position: relative;
    float: right;
}

.disabledRow {
    background-color: #d8d8d8 !important;
    color: #000000 !important;

}

    .disabledRow a {
        color: #000000 !important;
        
    }

#dataDeliveryAsset > tbody > tr > td:nth-child(8) img, 
#dataAssetSChecked > tbody > tr > td:nth-child(10) img,
#dataAssetSent > tbody > tr > td:nth-child(9) img {
    width: 22px;
    float: left;
}

#dataAssetSent > tbody > tr > td:nth-child(8) {
    width: 150px !important;
}

.collapse-Link {
    color: #f8f9fc !important;
    display: block;
    margin-left: 1em;
    margin-bottom: 0.5em;
}

    .collapse-Link i {
        margin-right: 0.3em;
    }

.sidebar .nav-item .nav-link {
    padding-bottom: 5px !important;
}


.tab-content .card {
    border-top: none;
}

.tab-content .form-group {
    margin-bottom: 0px;
}

.PiconList {
    border: 1px solid #181818;
    padding: 3px;
    width: 122px;
}

#piconlist {
    margin-left: -30px;
    margin-right: 0px;
}

    #piconlist li {
        list-style: none;
        display: inline-block;
        padding-bottom: 10px;
    }

.ErrorCss {
    color: #ff0000;
}


.td50 {
    width: 50px;
}

.td200 {
    width: 200px;
}

/*
    --------------------------------------------------------------------------------------------------------------------------------------------------------

    --------------------------------------------------------------------------------------------------------------------------------------------------------
*/


@media screen {
    #printSection {
        display: none;
    }
}

@media print {
    body.reportpage * {
        visibility: hidden;
    }

    #printSection, #printSection * {
        visibility: visible;
    }

    #printSection {
        position: absolute;
        left: 0;
        top: 0;
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}


.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}


    .progress-bar.progress-bar-warning {
        background-color: #FF9900;
    }

    .progress-bar.progress-bar-danger {
        background-color: #FF0000;
    }

.progress-bar-success {
    background-color: #28b62c;
}

#divGenerateRandomValues {
    background-image: url('../Content/img/captcha.png');
    width: 200px;
    height: 50px;
    text-align: center;
}


.spinner-border-login {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: -.125em;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
    margin-left: 2em;
    color: #4e73df !Important
}

#divUploadEnd {
    width: 640px;
    height: 60px;
    border-radius: 4px;
    border: 1px solid #bcf6e1;
    background-color: #D2F4E8;
    position: absolute;
    z-index: 999;
    left: 500px;
    top: 50px;
}

    #divUploadEnd .textDiv{
        padding:1em;
        font-weight:400;
    }